On Sun, May 20, 2007 at 05:38:52PM +0200, Peter Stuge wrote: > On Sun, May 20, 2007 at 05:34:23PM +0200, Uwe Hermann wrote: > > Try attached patch > > No patch.
Oops :) One of the greatest inventions of mankind would be a device which reminds you of not forgetting to attach patches ;-) (btw: patch is untested, of course) Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Add support for the Winbond W39V040FA chip.
Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]>
Index: util/flashrom/flash.h
===================================================================
--- util/flashrom/flash.h (Revision 2676)
+++ util/flashrom/flash.h (Arbeitskopie)
@@ -99,6 +99,7 @@
#define WINBOND_ID 0xDA /* Winbond */
#define W_29C011 0xC1
#define W_29C020C 0x45
+#define W_39V040FA 0x34
#define W_39V040A 0x3D
#define W_39V040B 0x54
#define W_39V080A 0xD0
Index: util/flashrom/flashchips.c
===================================================================
--- util/flashrom/flashchips.c (Revision 2676)
+++ util/flashrom/flashchips.c (Arbeitskopie)
@@ -105,6 +105,8 @@
probe_jedec, erase_chip_jedec, write_49f002, NULL},
{"W49V002FA", WINBOND_ID, W_49V002FA, NULL, 256, 128,
probe_jedec, erase_chip_jedec, write_49f002, NULL},
+ {"W39V040FA", WINBOND_ID, W_39V040FA, NULL, 512, 64*1024,
+ probe_jedec, erase_chip_jedec, write_39sf020, NULL},
{"W39V040A", WINBOND_ID, W_39V040A, NULL, 512, 64*1024,
probe_jedec, erase_chip_jedec, write_39sf020, NULL},
{"W39V040B", WINBOND_ID, W_39V040B, NULL, 512, 64*1024,
signature.asc
Description: Digital signature
-- linuxbios mailing list [email protected] http://www.linuxbios.org/mailman/listinfo/linuxbios
