diff options
| author | David Hendricks <dhendrix@google.com> | 2011-05-18 01:31:03 +0000 | 
|---|---|---|
| committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-18 01:31:03 +0000 | 
| commit | 567b7b8069e3ce1f9e4a40e84361ea4eb4a48a6e (patch) | |
| tree | 6ff8f62a170cd7dab235f1536906420d3de1cdf3 | |
| parent | 77f931a530596e34c6f8adbd60d49a75bf555adc (diff) | |
| download | flashrom-567b7b8069e3ce1f9e4a40e84361ea4eb4a48a6e.tar.gz flashrom-567b7b8069e3ce1f9e4a40e84361ea4eb4a48a6e.tar.bz2 flashrom-567b7b8069e3ce1f9e4a40e84361ea4eb4a48a6e.zip  | |
Mark w25q80, w25q32, and w25q64 chips tested for write and erase
Corresponding to flashrom svn r1303.
Signed-off-by: David Hendricks <dhendrix@google.com>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
| -rw-r--r-- | flashchips.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/flashchips.c b/flashchips.c index 2f344b8d..9f130225 100644 --- a/flashchips.c +++ b/flashchips.c @@ -3793,7 +3793,7 @@ const 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	= @@ -7569,7 +7569,7 @@ const struct flashchip flashchips[] = {  		.total_size	= 512,  		.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	= @@ -7737,7 +7737,7 @@ const struct flashchip flashchips[] = {  		.total_size	= 128,  		.page_size	= 128,  		.feature_bits	= FEATURE_LONG_RESET, -		.tested		= TEST_OK_PR, +		.tested		= TEST_OK_PREW,  		.probe		= probe_jedec,  		.probe_timing	= 10,		/* used datasheet for the W29C011A */  		.block_erasers	=  | 
