[U-Boot] [PATCH v5 092/101] x86: apl: Add PCH driver

Bin Meng bmeng.cn at gmail.com
Mon Dec 2 08:06:47 CET 2019


On Mon, Nov 25, 2019 at 12:12 PM Simon Glass <sjg at 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 <sjg at chromium.org>
> ---
>
> 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 <bmeng.cn at gmail.com>


More information about the U-Boot mailing list