On Mon, Dec 9, 2019 at 8:41 AM Simon Glass <s...@chromium.org> wrote: > > 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 <s...@chromium.org> > Reviewed-by: Bin Meng <bmeng...@gmail.com> > --- > > Changes in v7: None > Changes in v6: None > Changes in v5: None > Changes in v4: > - Tidy up header guards > - Update SPI flash protection only in SPL > - apollolake -> Apollo Lake > > Changes in v3: None > Changes in v2: > - Drop probe() function > - Implement set_spi_protect() > > arch/x86/cpu/apollolake/Makefile | 1 + > arch/x86/cpu/apollolake/pch.c | 36 ++++++++++++++++++++++ > arch/x86/include/asm/arch-apollolake/pch.h | 9 ++++++ > 3 files changed, 46 insertions(+) > create mode 100644 arch/x86/cpu/apollolake/pch.c > create mode 100644 arch/x86/include/asm/arch-apollolake/pch.h >
applied to u-boot-x86/next, thanks!