x86: apl: Add PCH driver
authorSimon Glass <sjg@chromium.org>
Mon, 9 Dec 2019 00:40:10 +0000 (17:40 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:28 +0000 (11:44 +0800)
commit40fb08e9172c88e5399655cb4b098e0af83ff7dd
tree40c0d98ce95c7080056ba41b15d85d84edecfda3
parent8bd5dcd89581018f163e3424c8d2a3268ca79544
x86: apl: Add PCH driver

Add a driver for the Apollo Lake Platform Controller Hub. It does not have
any functionality and is just a placeholder for now.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/apollolake/pch.c [new file with mode: 0644]
arch/x86/include/asm/arch-apollolake/pch.h [new file with mode: 0644]