Hello build bot (Jenkins), Raul Rangel, Furquan Shaikh, Kangheui Won, Rob Barnes, Eric Peers, Aaron Durbin, Kangheui Won, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43678
to look at the new patch set (#5).
Change subject: soc/amd/picasso: Don't run dcache_clean_all() in psp_verstage ......................................................................
soc/amd/picasso: Don't run dcache_clean_all() in psp_verstage
Because psp_verstage runs in userspace, running the dcache_clean_all function causes the system to hang.
Adding a soc-specific version of board_reset() allows us to have one version on the X86 that mirrors the generic version and another copy for the PSP which skips the dcache_clean_all() function.
BUG=b:161554141 TEST=Run board through a bunch of recovery cycles.
Signed-off-by: Martin Roth martinroth@chromium.org Change-Id: I6775b2e049d6cfd9f78f2e07a941f6cc5be254b8 --- M src/soc/amd/picasso/Kconfig M src/soc/amd/picasso/psp_verstage/reset.c M src/soc/amd/picasso/reset.c 3 files changed, 10 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/43678/5