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

Add support for ST M29F400BT - part 1

Corresponding to coreboot v1 svn r582.
This commit is contained in:
Ronald G. Minnich
2002-05-28 23:29:17 +00:00
parent 1e5003fdeb
commit 3c910ed807
3 changed files with 7 additions and 1 deletions

View File

@ -32,6 +32,9 @@ struct flashchip {
#define WINBOND_ID 0xDA /* Winbond Manufacture ID code */
#define W_29C020C 0x45 /* Winbond w29c020c device code*/
#define ST_ID 0x20
#define ST_M29F400BT 0xD5
extern int probe_28sf040 (struct flashchip * flash);
extern int erase_28sf040 (struct flashchip * flash);
extern int write_28sf040 (struct flashchip * flash, char * buf);