1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 22:43:17 +02:00

Add sst39vf020 support

Corresponding to coreboot v1 svn r606.
This commit is contained in:
Ollie Lho
2002-07-18 03:32:00 +00:00
parent b193490201
commit 6041bcda7a
3 changed files with 18 additions and 14 deletions

View File

@ -28,6 +28,7 @@ struct flashchip {
#define SST_29EE020A 0x10 /* SST 29EE020 device code */
#define SST_28SF040 0x04 /* SST 29EE040 device code */
#define SST_39SF020 0xB6 /* SST 39SF020 device */
#define SST_39VF020 0xD6 /* SST 39SF020 device */
#define WINBOND_ID 0xDA /* Winbond Manufacture ID code */
#define W_29C020C 0x45 /* Winbond w29c020c device code*/