[coreboot] [flashrom] r620 - trunk

svn at coreboot.org svn at coreboot.org
Mon Jun 22 12:09:07 CEST 2009


Author: hailfinger
Date: 2009-06-22 12:09:07 +0200 (Mon, 22 Jun 2009)
New Revision: 620

Modified:
   trunk/flashchips.c
Log:
Mark ST M25P80 as completely supported.

Thanks to Harald Gutmann for testing.

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:06:28 UTC (rev 619)
+++ trunk/flashchips.c	2009-06-22 10:09:07 UTC (rev 620)
@@ -2321,7 +2321,7 @@
 		.model_id	= ST_M25P80,
 		.total_size	= 1024,
 		.page_size	= 256,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PREW,
 		.probe		= probe_spi_rdid,
 		.probe_timing	= TIMING_ZERO,
 		.erase		= spi_chip_erase_c7,





More information about the coreboot mailing list