[coreboot] [flashrom] r538 - trunk

svn at coreboot.org svn at coreboot.org
Thu May 21 01:27:17 CEST 2009


Author: uwe
Date: 2009-05-21 01:27:16 +0200 (Thu, 21 May 2009)
New Revision: 538

Modified:
   trunk/flashchips.c
Log:
Mark the Macronix MX29F002T as working (trivial).

I tested all operations on hardware.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c	2009-05-20 17:09:43 UTC (rev 537)
+++ trunk/flashchips.c	2009-05-20 23:27:16 UTC (rev 538)
@@ -955,7 +955,7 @@
 		.model_id	= MX_29F002T,
 		.total_size	= 256,
 		.page_size	= 64 * 1024,
-		.tested		= TEST_UNTESTED,
+		.tested		= TEST_PREW,
 		.probe		= probe_29f002,
 		.erase		= erase_29f002,
 		.write		= write_29f002,





More information about the coreboot mailing list