summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorDavid Hendricks <dhendricks@fb.com>2017-12-08 14:44:07 -0800
committerNico Huber <nico.h@gmx.de>2017-12-10 00:13:07 +0000
commit48729d31a6d5dcf9ed887df332518594e1ac6310 (patch)
tree4cbcbcd595c72368d4058ee1cff1e23c7664a3ef /flashchips.c
parentb007278fac68f6c6f4926df336fd59a78404bbb8 (diff)
downloadflashrom-48729d31a6d5dcf9ed887df332518594e1ac6310.tar.gz
flashrom-48729d31a6d5dcf9ed887df332518594e1ac6310.tar.bz2
flashrom-48729d31a6d5dcf9ed887df332518594e1ac6310.zip
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> Reviewed-on: https://review.coreboot.org/22790 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index a33b37ec5..749e96e4e 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -15054,7 +15054,7 @@ const struct flashchip flashchips[] = {
/* 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 =