[U-Boot] [PATCH 6/8] x86: fsp: Move struct fspinit_rtbuf definition to chipset header

Simon Glass sjg at chromium.org
Wed Dec 2 22:05:56 CET 2015


On 2 December 2015 at 01:59, Bin Meng <bmeng.cn at gmail.com> wrote:
> All FSP spec v1.0 complaint FSP binary uses struct fspinit_rtbuf
> as defined by the 1.0 spec, however there are FSPs that does not
> follow 1.0 spec (possible due to that FSP predates the 1.0 spec),
> and future FSP binary that is complaint to v1.1 spec defines an
> optional paltform-specific runtime data in the struct fspinit_rtbuf.
> Hence move the definition to chipset header.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/include/asm/arch-baytrail/fsp/fsp_configs.h  |  4 ++++
>  arch/x86/include/asm/arch-queensbay/fsp/fsp_configs.h |  4 ++++
>  arch/x86/include/asm/fsp/fsp_platform.h               | 15 ---------------
>  arch/x86/include/asm/fsp/fsp_support.h                |  1 -
>  4 files changed, 8 insertions(+), 16 deletions(-)
>  delete mode 100644 arch/x86/include/asm/fsp/fsp_platform.h

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list