summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-09 03:40:09 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-12-15 06:44:28 +0300
commit8bd5dcd89581018f163e3424c8d2a3268ca79544 (patch)
treeecfe8005c583cfc3c93ddef0b4b09cf1dbfdb6ea /arch/x86/cpu/apollolake/Makefile
parent3a02f699fa82d1c79654b1f0f48a7e296669d65d (diff)
downloadu-boot-8bd5dcd89581018f163e3424c8d2a3268ca79544.tar.xz
x86: apl: Add LPC driver
This driver the LPC and provides a few functions to set up LPC features. These should probably use ioctls() or perhaps, better, have specific uclass methods. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/apollolake/Makefile')
-rw-r--r--arch/x86/cpu/apollolake/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/apollolake/Makefile b/arch/x86/cpu/apollolake/Makefile
index 2d78368150..31045a03c1 100644
--- a/arch/x86/cpu/apollolake/Makefile
+++ b/arch/x86/cpu/apollolake/Makefile
@@ -6,5 +6,6 @@ obj-$(CONFIG_SPL_BUILD) += systemagent.o
obj-y += hostbridge.o
obj-y += itss.o
+obj-y += lpc.o
obj-y += pmc.o
obj-y += uart.o