[flashrom] [Patch] Flag bad read/write on W39V040B.

Luc Verhaegen libv at skynet.be
Mon Jul 6 19:48:54 CEST 2009


I found an extra chip on a k8m890 board i got off of ebay which was 
completely fubar. If there's a taker in euroland who wants to spend 
time on this, just give me a holler.

Luc Verhaegen.
-------------- next part --------------
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.

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

Signed-off-by: Luc Verhaegen <libv at skynet.be>

Index: flashchips.c
===================================================================
--- flashchips.c	(revision 641)
+++ flashchips.c	(working copy)
@@ -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