mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
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 <zlatistiv@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/88183 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
ed47c87176
commit
bc8f7c71b8
@ -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 =
|
||||
|
Reference in New Issue
Block a user