[coreboot] [flashrom] r621 - trunk

svn at coreboot.org svn at coreboot.org
Mon Jun 22 13:07:44 CEST 2009


Author: hailfinger
Date: 2009-06-22 13:07:44 +0200 (Mon, 22 Jun 2009)
New Revision: 621

Modified:
   trunk/flashchips.c
Log:
Mark the SST49LF003A as PROBE supported.

Thanks to Simon Brown for the report.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c	2009-06-22 10:09:07 UTC (rev 620)
+++ trunk/flashchips.c	2009-06-22 11:07:44 UTC (rev 621)
@@ -2049,7 +2049,7 @@
 		.model_id	= SST_49LF003A,
 		.total_size	= 384,
 		.page_size	= 64 * 1024,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PROBE,
 		.probe		= probe_sst_fwhub,
 		.probe_timing	= TIMING_FIXME, /* routine is wrapper to probe_jedec (sst_fwhub.c) */
 		.erase		= erase_sst_fwhub,





More information about the coreboot mailing list