
20 Aug
2019
20 Aug
'19
5:33 a.m.
On Mon, Aug 19, 2019 at 6:51 AM 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
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
Reviewed-by: Bin Meng bmeng.cn@gmail.com