David Hendricks has uploaded this change for review. ( https://review.coreboot.org/22790
Change subject: flashchips: Mark W25Q128.W as tested ......................................................................
flashchips: Mark W25Q128.W as tested
Tested read, erase, and write using W25Q128FWSIG and Dediprog SF600.
Change-Id: Id0ef331ad3b3a8ab05a9472f3053f76c0789b1f9 Signed-off-by: David Hendricks dhendricks@fb.com --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/90/22790/1
diff --git a/flashchips.c b/flashchips.c index a1ad445..56b978f 100644 --- a/flashchips.c +++ b/flashchips.c @@ -15054,7 +15054,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_QPI, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_spi_rdid, .probe_timing = TIMING_ZERO, .block_erasers =