From d07fde68845254036b6617d91da811bc69ffd467 Mon Sep 17 00:00:00 2001 From: Nikolay Nikolaev Date: Fri, 28 Jun 2013 21:29:21 +0000 Subject: 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 Reviewed-by: Steven Zakulec Signed-off-by: Stefan Tauner Acked-by: Stefan Tauner --- flashchips.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'flashchips.h') diff --git a/flashchips.h b/flashchips.h index e686d58a7..41bc14396 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 -- cgit v1.2.3