diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-08 17:40:16 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2019-12-15 11:44:29 +0800 |
commit | 46c674bfdea61fa8d9a4a5dc74074a9cea14fb02 (patch) | |
tree | be5e847082c5cde2032819ff0fd6254a18898229 /arch/x86/cpu/apollolake/Makefile | |
parent | 4dc0ab35511b08f7ab90dbac184a45b606d8dd81 (diff) | |
download | u-boot-46c674bfdea61fa8d9a4a5dc74074a9cea14fb02.tar.gz |
x86: apl: Add P2SB driver
Adds a driver for the Apollo Lake Primary-to-sideband bus. This supports
various child devices. It supposed both device tree and 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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/apollolake/Makefile b/arch/x86/cpu/apollolake/Makefile index edde122f75..dc6df15dab 100644 --- a/arch/x86/cpu/apollolake/Makefile +++ b/arch/x86/cpu/apollolake/Makefile @@ -15,6 +15,7 @@ endif obj-y += hostbridge.o obj-y += itss.o obj-y += lpc.o +obj-y += p2sb.o obj-y += pch.o obj-y += pmc.o obj-y += uart.o |