Attention is currently required from: Arthur Heymans, Patrick Rudolph, Wim Vervoorn. Hello build bot (Jenkins), Patrick Rudolph, Wim Vervoorn,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52128
to look at the new patch set (#7).
Change subject: soc/intel/braswell: CACHE_MRC_SETTINGS depends on !VBOOT_START_IN_ROMSTAGE ......................................................................
soc/intel/braswell: CACHE_MRC_SETTINGS depends on !VBOOT_START_IN_ROMSTAGE
ASSERTION ERROR: file src/security/vboot/common.c, line 23 occurs when reading RW_MRC_CACHE. VBOOT starts in ROMSTAGE and requires workbuffer to load MRC cache. There is not enough CAR space available for vboot workbuffer. CBMEM can not be used since memory is not initialized.
When VBOOT starts in ROMSTAGE, do not use MRC cache.
BUG = N/A TEST = Build and boot facebook FBG1701 with VBOOT enabled and disabled.
Signed-off-by: Frans Hendriks fhendriks@eltan.com Change-Id: Icfedfa82e746626f35e6f1d426a4de768c594b93 --- M src/soc/intel/braswell/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/52128/7