summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorDavid Hendricks <david.hendricks@gmail.com>2010-12-13 23:54:59 +0000
committerDavid Hendricks <david.hendricks@gmail.com>2010-12-13 23:54:59 +0000
commit22e0532caf883b84743c80c4dce24f2ef1fcecae (patch)
tree9363ced5badf163d780d18939cea36a2af1bd425 /flashchips.c
parent202bf5337dd0a23fcb7068077451c3f0f8cecb87 (diff)
downloadast2050-flashrom-22e0532caf883b84743c80c4dce24f2ef1fcecae.zip
ast2050-flashrom-22e0532caf883b84743c80c4dce24f2ef1fcecae.tar.gz
Mark MX25L3205, W25Q80, W25Q32 and W25Q64 as fully tested
Signed-off-by: David Hendricks <dhendrix@google.com> Acked-by: Stefan Reinauer <stepan@coreboot.org> Corresponding to flashrom svn r1247.
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/flashchips.c b/flashchips.c
index e7a2223..8082160 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -3684,7 +3684,7 @@ struct flashchip flashchips[] = {
.total_size = 4096,
.page_size = 256,
.feature_bits = FEATURE_WRSR_WREN,
- .tested = TEST_OK_PR,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
@@ -7116,7 +7116,7 @@ struct flashchip flashchips[] = {
.total_size = 1024,
.page_size = 256,
.feature_bits = FEATURE_WRSR_WREN,
- .tested = TEST_OK_PRE,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
@@ -7188,7 +7188,7 @@ struct flashchip flashchips[] = {
.total_size = 4096,
.page_size = 256,
.feature_bits = FEATURE_WRSR_WREN,
- .tested = TEST_OK_PRE,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
@@ -7224,7 +7224,7 @@ struct flashchip flashchips[] = {
.total_size = 8192,
.page_size = 256,
.feature_bits = FEATURE_WRSR_WREN,
- .tested = TEST_OK_PR,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
OpenPOWER on IntegriCloud