Re: [U-Boot] [PATCH 03/10] x86: Create a new fsp_arch.h header

2019-08-19 Thread Bin Meng
On Mon, Aug 19, 2019 at 6:51 AM Simon Glass 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

[U-Boot] [PATCH 03/10] x86: Create a new fsp_arch.h header

2019-08-18 Thread Simon Glass
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