[flashrom] [commit] r643 - trunk

svn at flashrom.org svn at flashrom.org
Wed Jul 8 16:50:36 CEST 2009


Author: libv
Date: 2009-07-08 16:50:36 +0200 (Wed, 08 Jul 2009)
New Revision: 643

Modified:
   trunk/flashchips.c
Log:
W39V040B: Flag Erase/Write as bad.

Chip has now been properly tested in both my Jetway J7F5M and my EPIA-SP
(known good board). Erase and write fail. Mark these operations as bad
until i or someone else have time to fix this.

Reported by Arvid Brodin <arvidb at kth.se>.

Signed-off-by: Luc Verhaegen <libv at skynet.be>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

M    flashchips.c


Modified: trunk/flashchips.c
===================================================================
--- trunk/flashchips.c	2009-07-06 22:58:46 UTC (rev 642)
+++ trunk/flashchips.c	2009-07-08 14:50:36 UTC (rev 643)
@@ -2881,7 +2881,7 @@
 		.model_id	= W_39V040B,
 		.total_size	= 512,
 		.page_size	= 64*1024,
-		.tested		= TEST_OK_PREW,
+		.tested		= TEST_OK_PR | TEST_BAD_ERASE | TEST_BAD_WRITE,
 		.probe		= probe_jedec,
 		.probe_timing	= 10, 
 		.erase		= erase_chip_jedec,





More information about the flashrom mailing list