Hello Aaron Durbin, Julius Werner, SH Kim, Shelley Chen, build bot (Jenkins), Joel Kitching, Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/37562
to look at the new patch set (#3).
Change subject: EC sync: Properly handle VBERROR return codes from vb2api_ec_sync ......................................................................
EC sync: Properly handle VBERROR return codes from vb2api_ec_sync
Some return codes were missed when implementing this initially; the vboot logic can require the system to command the EC to reboot to its RO, switch RW slots or it can require a poweroff of the SoC. This patch appropriately handles these return codes.
BUG=b:145768046 BRANCH=firmware-hatch-12672.B TEST=ODM verified this patch fixes the issues seen.
Change-Id: I2748cf626d49c255cb0274cb336b072dcdf8cded Signed-off-by: Tim Wawrzynczak twawrzynczak@chromium.org --- M src/security/vboot/ec_sync.c 1 file changed, 32 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/37562/3