summaryrefslogtreecommitdiff
path: root/flashchips.h
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2013-06-28 21:28:43 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2013-06-28 21:28:43 +0000
commit98b3c95ee0364399b858f9c177102fcea751be93 (patch)
treeb5193c315ee7ea51071874ed8c30435a4aee7e71 /flashchips.h
parent9552530bfd78429c2e1c8b64f150196c10ad1996 (diff)
downloadflashrom-98b3c95ee0364399b858f9c177102fcea751be93.tar.gz
Add support for Nantronics N25 series.
Add... - N25S10 - N25S20 - N25S40 - N25S80 - N25S16 Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1683 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index d23c50d..4e9b73b 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -449,6 +449,16 @@
#define MACRONIX_MX29SL800CB 0x6B /* Same as MX29SL802CB */
#define MACRONIX_MX29SL800CT 0xEA /* Same as MX29SL802CT */
+/* Nantronics Semiconductors is listed in JEP106AJ in bank 7, so it should have 6 continuation codes in front
+ * of the manufacturer ID of 0xD5. http://www.nantronicssemi.com */
+#define NANTRONICS_ID 0x7F7F7F7F7F7FD5 /* Nantronics */
+#define NANTRONICS_ID_NOPREFIX 0xD5 /* Nantronics, missing prefix */
+#define NANTRONICS_N25S10 0x3011
+#define NANTRONICS_N25S20 0x3012
+#define NANTRONICS_N25S40 0x3013
+#define NANTRONICS_N25S80 0x3014
+#define NANTRONICS_N25S16 0x3015
+
/*
* Programmable Micro Corp is listed in JEP106W in bank 2, so it should
* have a 0x7F continuation code prefix.