Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Kangheui Won, Aaron Durbin, Felix Held. Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Martin Roth, Marshall Dawson, Julius Werner, Aaron Durbin, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49468
to look at the new patch set (#3).
Change subject: vboot: fix CBFS MCACHE on zork ......................................................................
vboot: fix CBFS MCACHE on zork
Three things are fixed in this patch:
* Call vboot_run_logic instead of verstage_main in psp_verstage. vboot_run_logic will handle RW mcache build by calling after_verstage.
* replace cbfs low-level apis to cbfs_map cbfs_map will handle RO mcache build.
* call update_boot_region before save_buffers This will make RO mcache to be transferred to x86.
BUG=b:177323348 BRANCH=none TEST=boot Ezkinil
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: I08c5f8474600a06e3a08358733a38f70787e944a --- M src/soc/amd/picasso/Kconfig M src/soc/amd/picasso/psp_verstage/psp_verstage.c 2 files changed, 9 insertions(+), 30 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/49468/3