Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/75604?usp=email )
Change subject: flashchips: Mark S25FL128L as tested for probe, read, write, erase ......................................................................
flashchips: Mark S25FL128L as tested for probe, read, write, erase
As reported on the mailing list: https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/thread/3CC54...
Change-Id: I0700d3e4f684db096fea63eb9bc5add44e246758 Signed-off-by: Anastasia Klimchuk aklm@chromium.org --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/04/75604/1
diff --git a/flashchips.c b/flashchips.c index 6a5cf49..62afd9d 100644 --- a/flashchips.c +++ b/flashchips.c @@ -16574,7 +16574,7 @@ .page_size = 256, /* 4 x 256B Security Region (OTP) */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_WRSR_EXT3 | FEATURE_OTP, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = PROBE_SPI_RDID, .probe_timing = TIMING_ZERO, .block_erasers =