summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Mattsson <vitplister@gmail.com>2010-09-18 23:42:36 +0000
committerMattias Mattsson <vitplister@gmail.com>2010-09-18 23:42:36 +0000
commiteaf5ead473f738b948ec307d0f673414e04cf75c (patch)
tree991e20407d6cf1542c1f5ae61cc18525285257fa
parentd2f007f98b64969bf788d251377c41e75abb69b1 (diff)
downloadast2050-flashrom-eaf5ead473f738b948ec307d0f673414e04cf75c.zip
ast2050-flashrom-eaf5ead473f738b948ec307d0f673414e04cf75c.tar.gz
Add chip IDs for Alliance Semiconductor flash chips
Cross-checked with UniFlash 1.40 source, chip datasheets and EZoFlash's chip database (http://www.ezoflash.com/chip_database.php). Datasheets: http://www.ezoflash.com/datasheets/flash/Alliance/AS29F002.pdf http://www.alsc.com/pdf/flash.pdf/as29f010.pdf http://www.alsc.com/pdf/flash.pdf/as29f040.pdf http://www.alsc.com/pdf/flash.pdf/as29f200.pdf http://www.ezoflash.com/datasheets/flash/Alliance/AS29LV160.pdf http://www.ezoflash.com/datasheets/flash/Alliance/AS29LV400.pdf http://www.ezoflash.com/datasheets/flash/Alliance/AS29LV800.pdf Corresponding to flashrom svn r1179. Signed-off-by: Mattias Mattsson <vitplister@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
-rw-r--r--flashchips.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index 56d715d..dbe6d93 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -38,6 +38,18 @@
#define GENERIC_DEVICE_ID 0xffff /* Only match the vendor ID */
#define ALLIANCE_ID 0x52 /* Alliance Semiconductor */
+#define ALLIANCE_AS29F002B 0x34
+#define ALLIANCE_AS29F002T 0xB0
+#define ALLIANCE_AS29F010 0x04
+#define ALLIANCE_AS29F040 0xA4
+#define ALLIANCE_AS29F200B 0x57
+#define ALLIANCE_AS29F200T 0x51
+#define ALLIANCE_AS29LV160B 0x49
+#define ALLIANCE_AS29LV160T 0xCA
+#define ALLIANCE_AS29LV400B 0xBA
+#define ALLIANCE_AS29LV400T 0xB9
+#define ALLIANCE_AS29LV800B 0x5B
+#define ALLIANCE_AS29LV800T 0xDA
#define AMD_ID 0x01 /* AMD */
#define AMD_AM29DL400BT 0x0C
OpenPOWER on IntegriCloud