Author: uwe Date: Fri Aug 26 00:54:23 2011 New Revision: 1421 URL: http://flashrom.org/trac/flashrom/changeset/1421
Log: Mark the AMD Am29LV008BB chip as fully tested. Thanks Mattias Mattsson <[email protected]> for the report. http://www.flashrom.org/pipermail/flashrom/2011-July/007423.html Signed-off-by: Uwe Hermann <[email protected]> Acked-by: Uwe Hermann <[email protected]> Modified: trunk/flashchips.c Modified: trunk/flashchips.c ============================================================================== --- trunk/flashchips.c Fri Aug 26 00:44:11 2011 (r1420) +++ trunk/flashchips.c Fri Aug 26 00:54:23 2011 (r1421) @@ -428,7 +428,7 @@ .total_size = 1024, .page_size = 64 * 1024, /* unused */ .feature_bits = FEATURE_ADDR_2AA | FEATURE_SHORT_RESET, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_jedec, .probe_timing = TIMING_ZERO, .block_erasers = _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
