Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/69883 )
Change subject: soc/intel/meteorlake: Select DISPLAY_FSP_VERSION_INFO_2 ......................................................................
soc/intel/meteorlake: Select DISPLAY_FSP_VERSION_INFO_2
Changes include: - Add config for Meteor Lake SoC to select FirmwareVersionInfo.h using 'DISPLAY_FSP_VERSION_INFO_2'
BUG=b:260183604 TEST=Verified Google/Rex0 build with all the patch in relation chain and verified the version output prints no junk data.
Signed-off-by: Saurabh Mishra mishra.saurabh@intel.com Change-Id: I789db9d280c45639eca6ceafea65b96a93a395cf Reviewed-on: https://review.coreboot.org/c/coreboot/+/69883 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Ronak Kanabar ronak.kanabar@intel.com Reviewed-by: Subrata Banik subratabanik@google.com --- M src/soc/intel/meteorlake/Kconfig 1 file changed, 23 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Ronak Kanabar: Looks good to me, approved Subrata Banik: Looks good to me, approved
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig index f656650..4f2c65d 100644 --- a/src/soc/intel/meteorlake/Kconfig +++ b/src/soc/intel/meteorlake/Kconfig @@ -17,7 +17,7 @@ select CPU_SUPPORTS_INTEL_TME select CPU_SUPPORTS_PM_TIMER_EMULATION select DEFAULT_X2APIC_LATE_WORKAROUND - select DISPLAY_FSP_VERSION_INFO + select DISPLAY_FSP_VERSION_INFO_2 select DRIVERS_USB_ACPI select EDK2_CPU_TIMER_LIB if PAYLOAD_EDK2 select FSP_COMPRESS_FSP_S_LZ4