[flashrom] [commit] r1020 - trunk

repository service svn at flashrom.org
Sun May 30 19:50:16 CEST 2010


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 <lists at gknw.net>)
   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 <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

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	=




More information about the flashrom mailing list