summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-05-18 21:36:04 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2014-05-18 21:36:04 +0000
commit33491b8f218455f901bc25c78e7969cbdc75c6f5 (patch)
tree84ad70dd8add13d7c695f64c58d34e8cd3ea82b4 /flashchips.h
parent21071b00e35e0e20861c8b9337675c19c8459983 (diff)
downloadast2050-flashrom-33491b8f218455f901bc25c78e7969cbdc75c6f5.zip
ast2050-flashrom-33491b8f218455f901bc25c78e7969cbdc75c6f5.tar.gz
Add support for Sanyo LE25FW406A
No datasheet available. Tested read, write and all erasers separately by The Raven. He did also provide the patch but refused to sign it off. Corresponding to flashrom svn r1796. 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/flashchips.h b/flashchips.h
index 40c5213..234e58c 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -532,11 +532,12 @@
* second byte is the device code,
* third byte is a dummy byte.
*/
-#define SANYO_ID 0x62
+#define SANYO_ID 0x62 /* Sanyo */
#define SANYO_LE25FW203A 0x1600
#define SANYO_LE25FW403A 0x1100
#define SANYO_LE25FW406 0x07 /* RES2 */
#define SANYO_LE25FW418A 0x10 /* RES2 and some weird 1 byte RDID variant */
+#define SANYO_LE25FW406A 0x1A /* RES2, no datasheet */
#define SANYO_LE25FU406B 0x1E /* LE25FW418A without HD_READ mode option variant */
#define SANYO_LE25FW806 0x26 /* RES2 and some weird 1 byte RDID variant */
#define SANYO_LE25FW808 0x20 /* RES2 and some weird 1 byte RDID variant */
OpenPOWER on IntegriCloud