summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorRudy Host <segfault@committeeofdoom.com>2010-11-29 00:37:49 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-11-29 00:37:49 +0000
commit516ce774c2bf13dc3fc5fce5ea4d7be1008b8afa (patch)
treef6bcd3fb7f562b319c5cb0277cec37356cefc2bb /flashchips.h
parentfdc2641b32e33f9624b4792924b23314b446d599 (diff)
downloadflashrom-516ce774c2bf13dc3fc5fce5ea4d7be1008b8afa.zip
flashrom-516ce774c2bf13dc3fc5fce5ea4d7be1008b8afa.tar.gz
Add support for Spansion S25FL004A, S25FL032A, and S25FL064A
Tested S25FL064A using a Bus Pirate. Corresponding to flashrom svn r1237. Signed-off-by: Rudy Host <segfault@committeeofdoom.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index 414d220..6504edf 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -445,8 +445,11 @@
* the second device ID byte is memory capacity.
*/
#define SPANSION_ID 0x01 /* Spansion, same ID as AMD */
+#define SPANSION_S25FL004A 0x0212
#define SPANSION_S25FL008A 0x0213
#define SPANSION_S25FL016A 0x0214
+#define SPANSION_S25FL032A 0x0215
+#define SPANSION_S25FL064A 0x0216
/*
* SST25 chips are SPI, first byte of device ID is memory type, second
OpenPOWER on IntegriCloud