From bc8f7c71b816d4def106714742f827c8956b12d7 Mon Sep 17 00:00:00 2001 From: "Nikola Z. Ivanov" Date: Wed, 25 Jun 2025 01:22:28 +0300 Subject: [PATCH] flashchips: Mark W25Q64JV-.Q as tested for WP Tested via linux_spi on raspbery pi Commands ran and output: https://paste.flashrom.org/view.php?id=3770 Chip datasheet: https://docs.rs-online.com/53b3/0900766b8162304e.pdf Top side on marking on the chip is 25Q64JVSIQ. Change-Id: I891a2082e2b662523571d761418860eb4a3f9671 Signed-off-by: Nikola Z. Ivanov Reviewed-on: https://review.coreboot.org/c/flashrom/+/88183 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk --- flashchips/winbond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flashchips/winbond.c b/flashchips/winbond.c index 957c4b01e..39dc65d8c 100644 --- a/flashchips/winbond.c +++ b/flashchips/winbond.c @@ -1495,7 +1495,7 @@ /* OTP: 1024B total, 256B reserved; read 0x48; write 0x42, erase 0x44, read ID 0x4B */ .feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR_EXT2 | FEATURE_WRSR2 | FEATURE_WRSR3, - .tested = TEST_OK_PREW, + .tested = TEST_OK_PREWB, .probe = PROBE_SPI_RDID, .probe_timing = TIMING_ZERO, .block_erasers =