summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorNikolay Nikolaev <evrinoma@gmail.com>2013-06-28 21:29:21 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2013-06-28 21:29:21 +0000
commitd07fde68845254036b6617d91da811bc69ffd467 (patch)
tree9c209232c130056336631034ff45e7370e18821e /flashchips.h
parentc08542b9779180cd90da9c6b23dda760797fac83 (diff)
downloadast2050-flashrom-d07fde68845254036b6617d91da811bc69ffd467.zip
ast2050-flashrom-d07fde68845254036b6617d91da811bc69ffd467.tar.gz
Add support for AMIC A25LQ16 and A25LQ64
Also, refine unlocking of A25L032, A25LQ32A and A25LQ032. Corresponding to flashrom svn r1689. Signed-off-by: Nikolay Nikolaev <evrinoma@gmail.com> Reviewed-by: Steven Zakulec <spzakulec@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 e686d58..41bc143 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -112,7 +112,9 @@
#define AMIC_A25L080 0x3014
#define AMIC_A25L016 0x3015
#define AMIC_A25L032 0x3016
-#define AMIC_A25LQ032 0x4016
+#define AMIC_A25LQ16 0x4015
+#define AMIC_A25LQ032 0x4016 /* Same as A25LQ32A, but the latter supports SFDP */
+#define AMIC_A25LQ64 0x4017
#define AMIC_A29002B 0x0d
#define AMIC_A29002T 0x8C /* Same as A290021T */
#define AMIC_A29040B 0x86
OpenPOWER on IntegriCloud