Anastasia Klimchuk has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/87459?usp=email )
Change subject: flashchips: Mark W25Q256JV_Q as tested for read/write/erase ......................................................................
flashchips: Mark W25Q256JV_Q as tested for read/write/erase
As reported on the mailing list: https://mail.coreboot.org/hyperkitty/list/flashrom@flashrom.org/thread/Y27HI...
Change-Id: I267ee7e86c682626ead2310b920a0e5026982312 Tested-by: Attila Veghelyi aveghelyi@dension.com Signed-off-by: Anastasia Klimchuk aklm@flashrom.org --- M flashchips/winbond.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/59/87459/1
diff --git a/flashchips/winbond.c b/flashchips/winbond.c index ae80b13..957c4b0 100644 --- a/flashchips/winbond.c +++ b/flashchips/winbond.c @@ -546,7 +546,7 @@ /* supports SFDP */ /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44, read ID 0x4B */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_4BA | FEATURE_WRSR2, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = PROBE_SPI_RDID, .probe_timing = TIMING_ZERO, .block_erasers =