Attention is currently required from: Appukuttan V K, Ronak Kanabar.
Hello Ronak Kanabar, Subrata Banik, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/82425?usp=email
to look at the new patch set (#25).
Change subject: vc/edk2-stable202302: Add config guards to support FSP 2.4 ......................................................................
vc/edk2-stable202302: Add config guards to support FSP 2.4
This commit updates the FspApi.h header file to conditionally include different structures based on the platform architecture or FSP specification version. This changes are done to ensure that this header file can be used with both x86_32 and x86_64 architectures and also with different FSP specification versions.
The following modifications are made: - Guard x86_32 architecture specific structures under PLATFORM_USES_FSP2_X86_32 config. - Guard FSP 2.4 specific structures under PLATFORM_USES_FSP2_4 config.
BUG=b:343428206 TEST=Verified x86_32 and x86_64 builds on Meteor Lake board (Rex)
Change-Id: Idc849de73723036323f81dfd055730f6669cd52e Signed-off-by: Appukuttan V K appukuttan.vk@intel.com --- M src/vendorcode/intel/edk2/edk2-stable202302/IntelFsp2Pkg/Include/FspEas/FspApi.h 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/82425/25