summaryrefslogtreecommitdiff
path: root/flashchips.h
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2014-05-04 21:44:13 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2014-05-04 21:44:13 +0000
commit5f57ff6d47909d43d961c64476ba43a25f35992f (patch)
treec0d895e241161ea4be7a8d52b2176cbc836eda60 /flashchips.h
parent4ffb64510f4510eba5acef3584e885ac75a8efc8 (diff)
downloadflashrom-5f57ff6d47909d43d961c64476ba43a25f35992f.tar.gz
Support for Spansion S25FL132K and S25FL164K.
Tested with actual S25FL164K via Arduino SPI. Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1786 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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 af0648a..a0823b9 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -566,6 +566,9 @@
#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. */
+#define SPANSION_S25FL132K 0x4016
+#define SPANSION_S25FL164K 0x4017
+
/*
* 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.