Author: mkarcher Date: Tue Mar 9 17:53:06 2010 New Revision: 928 URL: http://flashrom.org/trac/coreboot/changeset/928
Log: Mark PMC Pm49FL002 as tested. This chip is on my ASUS A7V8X-X mainboard. Signed-off-by: Russ Dill <[email protected]> Acked-by: Michael Karcher <[email protected]> Modified: trunk/flashchips.c Modified: trunk/flashchips.c ============================================================================== --- trunk/flashchips.c Mon Mar 8 01:42:32 2010 (r927) +++ trunk/flashchips.c Tue Mar 9 17:53:06 2010 (r928) @@ -3358,7 +3358,7 @@ .total_size = 256, .page_size = 16 * 1024, .feature_bits = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET, - .tested = TEST_UNTESTED, + .tested = TEST_OK_PREW, .probe = probe_jedec, .probe_timing = TIMING_ZERO, /* routine is wrapper to probe_jedec (pm49fl00x.c) */ .block_erasers = _______________________________________________ flashrom mailing list [email protected] http://www.flashrom.org/mailman/listinfo/flashrom
