[coreboot] r3893 - trunk/util/flashrom

svn at coreboot.org svn at coreboot.org
Sun Jan 25 00:01:09 CET 2009


Author: stuge
Date: 2009-01-25 00:01:08 +0100 (Sun, 25 Jan 2009)
New Revision: 3893

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

Report by Jody McIntyre. 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-01-24 01:32:40 UTC (rev 3892)
+++ trunk/util/flashrom/flashchips.c	2009-01-24 23:01:08 UTC (rev 3893)
@@ -1755,7 +1755,7 @@
 		.model_id	= ST_M50FW080,
 		.total_size	= 1024,
 		.page_size	= 64 * 1024,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PREW,
 		.probe		= probe_82802ab,
 		.erase		= erase_82802ab,
 		.write		= write_82802ab,





More information about the coreboot mailing list