Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1133)

Unified Diff: flashchips.c

Issue 3636001: mark W25Q32, W25Q64, and W25X10 as tested for erase/read/write (Closed) Base URL: ssh://git@gitrw.chromium.org/flashrom
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flashchips.c
diff --git a/flashchips.c b/flashchips.c
index 56db7474fa17e3400324eb3827c9ad2f6239c964..8e95dd1f780250d0602293f882bf593124a5ef21 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -6913,7 +6913,7 @@ struct flashchip flashchips[] = {
.model_id = W_25Q32,
.total_size = 4096,
.page_size = 256,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
@@ -6949,7 +6949,7 @@ struct flashchip flashchips[] = {
.model_id = W_25Q64,
.total_size = 8192,
.page_size = 256,
- .tested = TEST_OK_PRW,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
@@ -6985,7 +6985,7 @@ struct flashchip flashchips[] = {
.model_id = W_25X10,
.total_size = 128,
.page_size = 256,
- .tested = TEST_UNTESTED,
+ .tested = TEST_OK_PREW,
.probe = probe_spi_rdid,
.probe_timing = TIMING_ZERO,
.block_erasers =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698