[U-Boot] [PATCH v3 03/10] x86: Create a new fsp_arch.h header
Bin Meng
bmeng.cn at gmail.com
Wed Oct 2 10:59:39 UTC 2019
On Wed, Sep 25, 2019 at 10:00 PM Simon Glass <sjg at chromium.org> wrote:
>
> At present fsp_support.h includes fsp_vpd.h which is an FPSv1 concept
> (VPD means Vital Product Data). For FSPv2 only UPD (Updatable Product
> Data) is used.
>
> To avoid mangling header files, put these two includes in a separate
> header which we can adjust as necessary for FSPv2.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/x86/include/asm/fsp1/fsp_support.h | 3 +--
> arch/x86/include/asm/fsp_arch.h | 20 ++++++++++++++++++++
> 2 files changed, 21 insertions(+), 2 deletions(-)
> create mode 100644 arch/x86/include/asm/fsp_arch.h
>
applied to u-boot-x86/next, thanks!
More information about the U-Boot
mailing list