summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorNikolay Nikolaev <evrinoma@gmail.com>2013-06-28 21:29:36 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-06-28 21:29:36 +0000
commit889eb9a74cb440a818c61763ea66103737c5a219 (patch)
tree970dacd648543d9bdc601cce60cee1458ec8e727 /flashchips.h
parent57772095e6b4955bca17cde1ee81f7ec62347da3 (diff)
downloadflashrom-889eb9a74cb440a818c61763ea66103737c5a219.zip
flashrom-889eb9a74cb440a818c61763ea66103737c5a219.tar.gz
Add support for Spansion S25FL2 chips
Add... - S25FL204K - S25FL208K - S25FL216K (same ID as S25FL116K) Reviewed-by: Steven Zakulec <spzakulec@gmail.com> Corresponding to flashrom svn r1691. Signed-off-by: Nikolay Nikolaev <evrinoma@gmail.com> Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/flashchips.h b/flashchips.h
index a35b54f..fa5033f 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -540,7 +540,9 @@
#define SPANSION_S25FL016A 0x0214
#define SPANSION_S25FL032A 0x0215 /* Same as S25FL032P, but the latter supports EDI and CFI */
#define SPANSION_S25FL064A 0x0216 /* Same as S25FL064P, but the latter supports EDI and CFI */
-
+#define SPANSION_S25FL204 0x4013
+#define SPANSION_S25FL208 0x4014
+#define SPANSION_S25FL216 0x4015 /* Same as S25FL216K, but the latter supports OTP, 3 status regs, quad I/O, SFDP etc. */
/*
* SST25 chips are SPI, first byte of device ID is memory type, second
* byte of device ID is related to log(bitsize) at least for some chips.
OpenPOWER on IntegriCloud