[LinuxBIOS] Flashrom add W29C040P

Markus Boas bios at ryven.de
Thu Aug 30 08:50:06 CEST 2007


So I send the Patch for the Winbond W29C040P



Index: README
===================================================================
--- README      (Revision 2751)
+++ README      (Arbeitskopie)
@@ -149,6 +149,7 @@
 SyncMOS S29C31004T
 Winbond W29C011
 Winbond W29C020C
+Winbond W29C040P
 Winbond W49F002U
 Winbond W49V002A
 Winbond W49V002FA
Index: flash.h
===================================================================
--- flash.h     (Revision 2751)
+++ flash.h     (Arbeitskopie)
@@ -100,7 +100,9 @@

 #define WINBOND_ID             0xDA    /* Winbond */
 #define W_29C011               0xC1
 #define W_29EE011              0xC1
 #define W_29C020C              0x45
+#define W_29C040P              0x46
 #define W_39V040FA             0x34
 #define W_39V040A              0x3D
 #define W_39V040B              0x54
 #include "flash.h"
@@ -82,6 +83,10 @@
         probe_jedec,   erase_chip_jedec, write_49fl004},
        {"W29C011",     WINBOND_ID,     W_29C011,       128, 128,
         probe_jedec,   erase_chip_jedec, write_jedec},
+       {"W29C040P",    WINBOND_ID,     W_29C040P,      512, 256,
+        probe_jedec,   erase_chip_jedec, write_jedec},
       {"W29EE011",    WINBOND_ID,     W_29C011,       128, 128,
        probe_w29ee011,        erase_chip_jedec, write_jedec},
        {"W29C020C",    WINBOND_ID,     W_29C020C,      256, 128,
         probe_jedec,   erase_chip_jedec, write_jedec},
        {"W49F002U",    WINBOND_ID,     W_49F002U,      256, 128,

Signed-off-by: Markus Boas <ryven at ryven.de>

Greeding
	Markus





More information about the coreboot mailing list