Anastasia Klimchuk submitted this change.
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/Y27HIB5SPMQVGER37RLPV36DW33QGLR4/
Change-Id: I267ee7e86c682626ead2310b920a0e5026982312
Tested-by: Attila Veghelyi <aveghelyi@dension.com>
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/87459
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: attila-v
---
M flashchips/winbond.c
1 file changed, 1 insertion(+), 1 deletion(-)
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 =
To view, visit change 87459. To unsubscribe, or for help writing mail filters, visit settings.