[coreboot] r3956 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Sun Feb 22 22:07:28 CET 2009


Author: stuge
Date: 2009-02-22 22:07:28 +0100 (Sun, 22 Feb 2009)
New Revision: 3956

Modified:
   trunk/util/flashrom/flashchips.c
Log:
flashrom: SST29EE020A TEST_OK_ PROBE READ ERASE WRITE

Report by Holger Mickler. Thanks!

Signed-off-by: Peter Stuge <peter at stuge.se>
Acked-by: Peter Stuge <peter at stuge.se>


Modified: trunk/util/flashrom/flashchips.c
===================================================================
--- trunk/util/flashrom/flashchips.c	2009-02-19 08:39:16 UTC (rev 3955)
+++ trunk/util/flashrom/flashchips.c	2009-02-22 21:07:28 UTC (rev 3956)
@@ -1200,7 +1200,7 @@
 		.model_id	= SST_29EE020A,
 		.total_size	= 256,
 		.page_size	= 128,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PREW,
 		.probe		= probe_jedec,
 		.erase		= erase_chip_jedec,
 		.write		= write_jedec,





More information about the coreboot mailing list