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

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>
arch/x86/cpu/apollolake/Makefile
arch/x86/cpu/apollolake/lpc.c [new file with mode: 0644]
arch/x86/include/asm/arch-apollolake/lpc.h [new file with mode: 0644]