[LinuxBIOS] Flashrom add W29C040P

Uwe Hermann uwe at hermann-uwe.de
Thu Aug 30 12:12:33 CEST 2007


On Thu, Aug 30, 2007 at 08:50:06AM +0200, Markus Boas wrote:
 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>

Thanks, committed in r2752.

The patch was somehow malformed (didn't apply), but I fixed that
manually.


Cheers, Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20070830/829d78fe/attachment.sig>


More information about the coreboot mailing list