Attention is currently required from: Jason Glenesk, Martin Roth, Marshall Dawson, Kangheui Won, Julius Werner, Felix Held. Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Martin Roth, Marshall Dawson, Julius Werner, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/54711
to look at the new patch set (#5).
Change subject: soc/amd/picasso: fix MCACHE on psp_verstage RO boot ......................................................................
soc/amd/picasso: fix MCACHE on psp_verstage RO boot
On RW boot path psp_verstage call cbfs_map which calls chain of _cbfs_alloc, cbfs_boot_lookup and cbfs_get_boot_device. Then cbfs_get_boot_device initializes MCACHE which is used later.
However on RO boot path psp_verstage doesn't try to find anything in the CBFS which results RO MCACHE not to be initialized. Add cbfs_get_boot_device(true) to explicitly initialize MCACHE on recovery boot.
BUG=b:177091575 BRANCH=none TEST=build and boot jelboz
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: I6c4b522fef5a4affd215faa122bdf6b53190cf3d --- M src/soc/amd/common/psp_verstage/psp_verstage.c M src/soc/amd/picasso/Kconfig 2 files changed, 10 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/54711/5