[coreboot] [flashrom] r619 - trunk

svn at coreboot.org svn at coreboot.org
Mon Jun 22 12:06:28 CEST 2009


Author: hailfinger
Date: 2009-06-22 12:06:28 +0200 (Mon, 22 Jun 2009)
New Revision: 619

Modified:
   trunk/flashchips.c
Log:
Eon EN25F40: Probe is tested.

Thanks to Wangji for testing and pointing out that EN25* chips were
unsupported, which was handled in r580 and r592.

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 01:37:06 UTC (rev 618)
+++ trunk/flashchips.c	2009-06-22 10:06:28 UTC (rev 619)
@@ -993,7 +993,7 @@
 		.model_id	= EN_25F40,
 		.total_size	= 512,
 		.page_size	= 256,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_OK_PROBE,
 		.probe		= probe_spi_rdid,
 		.probe_timing	= TIMING_ZERO,
 		.erase		= spi_chip_erase_60_c7,





More information about the coreboot mailing list