Bleh, copy + paste fail. The log entry should read: Mark w25q80, w25q32, and w25q64 chips tested for write and erase
I also inadvertently committed the mX25l3205 testing status in this patch as well. I need more coffee... On Mon, Dec 13, 2010 at 3:54 PM, repository service <[email protected]>wrote: > Author: dhendrix > Date: Tue Dec 14 00:54:59 2010 > New Revision: 1247 > URL: http://flashrom.org/trac/flashrom/changeset/1247 > > Log: > Signed-off-by: David Hendricks <[email protected]> > Acked-by: Stefan Reinauer <[email protected]> > > Modified: > trunk/flashchips.c > > Modified: trunk/flashchips.c > > ============================================================================== > --- trunk/flashchips.c Mon Dec 6 14:05:44 2010 (r1246) > +++ trunk/flashchips.c Tue Dec 14 00:54:59 2010 (r1247) > @@ -3684,7 +3684,7 @@ > .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 @@ > .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 @@ > .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 @@ > .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 = > > _______________________________________________ > flashrom mailing list > [email protected] > http://www.flashrom.org/mailman/listinfo/flashrom > -- David Hendricks (dhendrix) Systems Software Engineer, Google Inc.
_______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
