Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29371 )
Change subject: drivers/intel/fsp1_1/raminit.c: Always check FSP HOBs ......................................................................
Patch Set 11:
(1 comment)
https://review.coreboot.org/c/coreboot/+/29371/11/src/drivers/intel/fsp1_1/r... File src/drivers/intel/fsp1_1/raminit.c:
https://review.coreboot.org/c/coreboot/+/29371/11/src/drivers/intel/fsp1_1/r... PS11, Line 264: && CONFIG(DISPLAY_HOBS)) this shouldn't have been added, no relation to HOB display and breaks MRC cache on all FSP 1.1 devices when CONFIG_DISPLAY_HOBS isn't selected. Fixed in CB:34685