summaryrefslogtreecommitdiffstats
path: root/flash.h
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-07-06 23:04:01 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-07-06 23:04:01 +0000
commit8b114399d6e183141275b5a72a4c0bbc61abacae (patch)
tree730dcdb02bc58549f4d47258e0e3212b7ec126af /flash.h
parente707d6449699c1c67bdd4d5bc8cd4e34bb01b0ef (diff)
downloadast2050-flashrom-8b114399d6e183141275b5a72a4c0bbc61abacae.zip
ast2050-flashrom-8b114399d6e183141275b5a72a4c0bbc61abacae.tar.gz
r3415 removed symbolic constants for device IDs by accident
Flash.h is a database of known IDs, whereas flashchips.c is a database of chips for which support has been implemented. Keep it that way. Corresponding to flashrom svn r300 and coreboot v2 svn r3416. 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flash.h b/flash.h
index 6910921..cfe3062 100644
--- a/flash.h
+++ b/flash.h
@@ -119,6 +119,9 @@ extern struct flashchip flashchips[];
#define AMIC_ID 0x7F37 /* AMIC */
#define AMIC_ID_NOPREFIX 0x37 /* AMIC */
#define AMIC_A25L40P 0x2013
+#define AMIC_A29002B 0x0d
+#define AMIC_A29002T 0x8c
+#define AMIC_A29040B 0x86
#define AMIC_A49LF040A 0x9d
#define ASD_ID 0x25 /* ASD, not listed in JEP106W */
OpenPOWER on IntegriCloud