[PATCH v6 100/102] x86: apl: Add FSP structures
Bin Meng
bmeng.cn at gmail.com
Sun Dec 8 09:42:18 CET 2019
On Sat, Dec 7, 2019 at 12:54 PM Simon Glass <sjg at chromium.org> wrote:
>
> These are mostly specific to a particular SoC. Add the definitions for
> Apollo Lake.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v6:
> - Fix FSP-M and FSP-S in comments
>
> Changes in v5: None
> Changes in v4:
> - apollolake -> Apollo Lake
>
> Changes in v3:
> - Add VBT signature
> - Add structures for FSP-S also
> - Drop struct fsp_usp_header as it is now in the API file
>
> Changes in v2: None
>
> .../asm/arch-apollolake/fsp/fsp_configs.h | 14 +
> .../asm/arch-apollolake/fsp/fsp_m_upd.h | 123 ++++++++
> .../asm/arch-apollolake/fsp/fsp_s_upd.h | 292 ++++++++++++++++++
> .../include/asm/arch-apollolake/fsp/fsp_vpd.h | 11 +
> 4 files changed, 440 insertions(+)
> create mode 100644 arch/x86/include/asm/arch-apollolake/fsp/fsp_configs.h
> create mode 100644 arch/x86/include/asm/arch-apollolake/fsp/fsp_m_upd.h
> create mode 100644 arch/x86/include/asm/arch-apollolake/fsp/fsp_s_upd.h
> create mode 100644 arch/x86/include/asm/arch-apollolake/fsp/fsp_vpd.h
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list