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

Add sharp flash

Corresponding to flashrom svn r40 and coreboot v2 svn r2180.
This commit is contained in:
Ronald G. Minnich
2006-02-23 17:16:44 +00:00
parent 143da0baae
commit 5b582f23b8
5 changed files with 170 additions and 1 deletions

View File

@ -34,6 +34,9 @@ extern struct flashchip flashchips[];
#define MX_ID 0xC2
#define MX_29F002 0xB0
#define SHARP_ID 0xB0
#define SHARP_LHF00L04 0xCF
#define SST_ID 0xBF /* SST Manufacturer ID code */
#define SST_29EE020A 0x10 /* SST 29EE020 device code */
#define SST_28SF040 0x04 /* SST 29EE040 device code */