summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-07 07:42:58 +0300
committerBin Meng <bmeng.cn@gmail.com>2019-12-15 06:44:26 +0300
commit7656582378a3ff166080713d44cfc6fdc8cec6b0 (patch)
treec807bfc08a7c545d67cf621c5a685d047277f7db /arch/x86/cpu/apollolake/Makefile
parent28eefefccfaa695fb44935ce8b04d50548d78b13 (diff)
downloadu-boot-7656582378a3ff166080713d44cfc6fdc8cec6b0.tar.xz
x86: apl: Add UART driver
Add a driver for the Apollo Lake UART. It uses the standard ns16550 device but also sets up the input clock with LPSS and supports configuration via of-platdata. 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 5e136b6515..fdda748ea3 100644
--- a/arch/x86/cpu/apollolake/Makefile
+++ b/arch/x86/cpu/apollolake/Makefile
@@ -3,3 +3,4 @@
# Copyright 2019 Google LLC
obj-y += pmc.o
+obj-y += uart.o