Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/43527
to look at the new patch set (#2).
Change subject: raiden_debug_spi: add param for a custom reset setup ......................................................................
raiden_debug_spi: add param for a custom reset setup
Cr50 asserts EC_RST_L to flash the AP. Asserting EC_RST_L breaks flashing the AP on some boards. This change adds a custom_rst arg to tell cr50 not to assert any system reset signals during flash AP setup.
BUG=b:154885210 BRANCH=none TEST=manual
sudo flashrom -p raiden_debug:target=EC -r
sudo flashrom -p raiden_debug:target=AP -r
sudo flashrom -p raiden_debug:target=AP,custom_rst=true -r
sudo flashrom -p raiden_debug:target=AP,custom_rst=bogus -r
sudo flashrom -p raiden_debug -r
Signed-off-by: Mary Ruthven mruthven@chromium.org Change-Id: I2da26469120c5304bc129b5578fcb7ca805fc1d1 --- M raiden_debug_spi.c 1 file changed, 30 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/27/43527/2