1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

Add support for the Winbond W29EE011

Corresponding to flashrom svn r133 and coreboot v2 svn r2753.

Signed-off-by: Markus Boas <ryven@ryven.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Markus Boas
2007-08-30 10:17:50 +00:00
committed by Uwe Hermann
parent 05e7f45373
commit d2ac6fc185
5 changed files with 68 additions and 1 deletions

View File

@ -102,6 +102,7 @@ extern struct flashchip flashchips[];
#define W_29C011 0xC1
#define W_29C020C 0x45
#define W_29C040P 0x46
#define W_29EE011 0xC1
#define W_39V040FA 0x34
#define W_39V040A 0x3D
#define W_39V040B 0x54
@ -260,6 +261,9 @@ extern int probe_sst_fwhub(struct flashchip *flash);
extern int erase_sst_fwhub(struct flashchip *flash);
extern int write_sst_fwhub(struct flashchip *flash, uint8_t *buf);
/* w29ee011.c */
extern int probe_w29ee011(struct flashchip *flash);
/* w49f002u.c */
extern int write_49f002(struct flashchip *flash, uint8_t *buf);