Attention is currently required from: Appukuttan V K, Ronak Kanabar.
Subrata Banik has posted comments on this change by Appukuttan V K. ( https://review.coreboot.org/c/coreboot/+/82425?usp=email )
Change subject: vc/edk2-stable202302: Remove FSPM_ARCH_UPD config guard ......................................................................
Patch Set 26:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/82425/comment/08384011_a571bcf1?usp... : PS23, Line 16: - 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.
I removed all the config guards including the pre existing one (Introduced in https://review.coreboot.org/c/coreboot/+/62847/2). It builds fine in both x32 and x64. That existing guard on FSPM_ARCH_UPD was causing the compile issue within this file itself.
it sounds to me the correct move and thanks for doing so,