summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/apollolake/pch.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-15x86: apl: Add PCH driverSimon Glass1-0/+36
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>