Hello build bot (Jenkins), Raul Rangel, Furquan Shaikh, Eric Peers, Rob Barnes, 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 (#2).
Change subject: soc/amd/picasso: Replace vboot_reboot() in psp_verstage ......................................................................
soc/amd/picasso: Replace vboot_reboot() in psp_verstage
The vboot_reboot function calls through board_reset() which flushes the cache before rebooting. On the PSP, because we're running in userspace, this causes the system to hang before it can reboot.
Instead, just call the relevant functions of vboot_reboot() directly.
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/psp_verstage/psp_verstage.c 1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/43678/2