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