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

Now we support 8111 and these parts

Corresponding to flashrom svn r3 and coreboot v2 svn r1375.
This commit is contained in:
Ronald G. Minnich
2004-02-10 21:34:18 +00:00
parent 84cfad0c9c
commit e3dad01157
4 changed files with 301 additions and 4 deletions

View File

@ -37,6 +37,9 @@ struct flashchip {
#define SST_39SF020 0xB6 /* SST 39SF020 device */
#define SST_39VF020 0xD6 /* SST 39SF020 device */
#define PMC_ID 0x9D /* PMC Manufacturer ID[B code */
#define PMC_49FL004 0x6E /* PMC 49FL004 device code */
#define WINBOND_ID 0xDA /* Winbond Manufacture ID code */
#define W_29C011 0xC1 /* Winbond w29c011 device code*/
#define W_29C020C 0x45 /* Winbond w29c020c device code*/