
2 Oct
2019
2 Oct
'19
12:59 p.m.
On Wed, Sep 25, 2019 at 10:00 PM Simon Glass sjg@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@chromium.org Reviewed-by: Bin Meng bmeng.cn@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!