Author: uwe
Date: Sun May 30 19:50:16 2010
New Revision: 1020
URL: http://flashrom.org/trac/coreboot/changeset/1020

Log:
Mark the following chip as supported:

 - Winbond W39V040FA (reported by Guenter <[email protected]>)
   Read (thus also probe), write (thus also erase), and verify tested.
   http://www.flashrom.org/pipermail/flashrom/2010-May/003078.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  Sun May 30 19:00:19 2010        (r1019)
+++ trunk/flashchips.c  Sun May 30 19:50:16 2010        (r1020)
@@ -6087,7 +6087,7 @@
                .total_size     = 512,
                .page_size      = 64 * 1024,
                .feature_bits   = FEATURE_REGISTERMAP | FEATURE_EITHER_RESET,
-               .tested         = TEST_UNTESTED,
+               .tested         = TEST_OK_PREW,
                .probe          = probe_jedec,
                .probe_timing   = 10, 
                .block_erasers  =

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to