Attention is currently required from: Jason Glenesk, Marshall Dawson, Felix Held. Hello Jason Glenesk, Marshall Dawson, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/56227
to look at the new patch set (#2).
Change subject: soc/amd/cezanne: Move APOB update into ramstage ......................................................................
soc/amd/cezanne: Move APOB update into ramstage
There is no technical reason this needs to be done in romstage. Moving it into ramstage allow us to use threads to pre-load the apob from SPI.
BUG=b:179699789 TEST=Boot and picasso cezanne and verify APOB update still work
Signed-off-by: Raul E Rangel rrangel@chromium.org Change-Id: I960437ff4400645de5a3e7447fcdbc52de85943e --- M src/soc/amd/cezanne/romstage.c M src/soc/amd/common/block/apob/Makefile.inc M src/soc/amd/common/block/apob/apob_cache.c M src/soc/amd/common/block/include/amdblocks/apob_cache.h M src/soc/amd/picasso/romstage.c 5 files changed, 4 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/56227/2