summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-05-15 03:24:43 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-05-15 03:24:43 +0000
commit0720292bd3e5e790848704625115eb8d6ec5490e (patch)
tree256dce0b98e6c5f0c2800d1778ce7d0be8a9d96f /flash.h
parent42c54971801dc1cec7c5724b5619e7731126222d (diff)
downloadast2050-flashrom-0720292bd3e5e790848704625115eb8d6ec5490e.zip
ast2050-flashrom-0720292bd3e5e790848704625115eb8d6ec5490e.tar.gz
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. Corresponding to flashrom svn r236 and coreboot v2 svn r3321. 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>
Diffstat (limited to 'flash.h')
-rw-r--r--flash.h15
1 files changed, 14 insertions, 1 deletions
diff --git a/flash.h b/flash.h
index 5d7b645..968fba4 100644
--- a/flash.h
+++ b/flash.h
@@ -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
OpenPOWER on IntegriCloud