Attention is currently required from: Frans Hendriks, Wim Vervoorn. Hello build bot (Jenkins), 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 (#3).
Change subject: mb/faceboot/fbg1701/romstage.c: Set disable_saved_data ......................................................................
mb/faceboot/fbg1701/romstage.c: Set disable_saved_data
ASSERTION ERROR occurs when reading RW_MRC_CACHE if VBOOT is enabled.
MRC is loaded in early stage of ROMSTAGE. There is not space available for vboot workbuffer. CBMEM can not be used since memory init is not executed. Available flash size is too small for _vboot2_work buffer to start VBOOT in bootblock. When VBOOT is enabled, disable_saved_data is set disabling loading MRC data.
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/mainboard/facebook/fbg1701/romstage.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/28/52128/3