On Mon, Nov 25, 2019 at 12:12 PM Simon Glass <[email protected]> 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 <[email protected]> > --- > > 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 >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

