From b1f2cb7c1add80710bcdb8c3907fbfd2dc5a390d Mon Sep 17 00:00:00 2001 From: Anastasia Klimchuk Date: Sat, 26 Apr 2025 19:43:35 +1000 Subject: [PATCH] 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 Signed-off-by: Anastasia Klimchuk Reviewed-on: https://review.coreboot.org/c/flashrom/+/87459 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: attila-v --- flashchips/winbond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips/winbond.c b/flashchips/winbond.c index ae80b13f8..957c4b01e 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 =