Lots of new SST flash chip IDs. Only a subset has been added to
flashchips.c, but the IDs in flash.h will make lookups easier if anybody wants to add support for them. Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3321 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@ -237,8 +237,21 @@ extern struct flashchip flashchips[];
|
||||
#define SST_25VF032B 0x254A
|
||||
#define SST_25VF040B 0x258D
|
||||
#define SST_25VF080B 0x258E
|
||||
#define SST_29EE020A 0x10
|
||||
#define SST_27SF512 0xA4
|
||||
#define SST_27SF010 0xA5
|
||||
#define SST_27SF020 0xA6
|
||||
#define SST_27VF010 0xA9
|
||||
#define SST_27VF020 0xAA
|
||||
#define SST_28SF040 0x04
|
||||
#define SST_29EE512 0x5D
|
||||
#define SST_29EE010 0x07
|
||||
#define SST_29LE010 0x08 /* also SST29VE010 */
|
||||
#define SST_29EE020A 0x10
|
||||
#define SST_29LE020 0x12 /* also SST29VE020 */
|
||||
#define SST_29SF020 0x24
|
||||
#define SST_29VF020 0x25
|
||||
#define SST_29SF040 0x13
|
||||
#define SST_29VF040 0x14
|
||||
#define SST_39SF010 0xB5
|
||||
#define SST_39SF020 0xB6
|
||||
#define SST_39SF040 0xB7
|
||||
|
Reference in New Issue
Block a user