summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorHatim Kanchwala <hatim@hatimak.me>2016-03-06 14:33:49 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2016-03-06 14:33:49 +0000
commitd059535856157e09c82567a260376ee040d7958a (patch)
tree279bceb9dfbacf87cd0d66bcdb5fd1f4bd35c348 /flashchips.h
parent601f4cd02d1368e6167c9d08dc264ab0a2148cc3 (diff)
downloadast2050-flashrom-d059535856157e09c82567a260376ee040d7958a.zip
ast2050-flashrom-d059535856157e09c82567a260376ee040d7958a.tar.gz
Add support for GD25VQ21B, GD25VQ40C, GD25VQ80C and GD25VQ16C
Corresponding to flashrom svn r1947. Signed-off-by: Hatim Kanchwala <hatim@hatimak.me> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/flashchips.h b/flashchips.h
index a109e94..9ffb30f 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -372,13 +372,16 @@
#define GIGADEVICE_GD25Q32 0x4016 /* Same as GD25Q32B */
#define GIGADEVICE_GD25Q64 0x4017 /* Same as GD25Q64B */
#define GIGADEVICE_GD25Q128 0x4018 /* GD25Q128B and GD25Q128C only, can be distinguished by SFDP */
+#define GIGADEVICE_GD25VQ21B 0x4212
+#define GIGADEVICE_GD25VQ41B 0x4213 /* Same as GD25VQ40C, can be distinguished by SFDP */
+#define GIGADEVICE_GD25VQ80C 0x4214
+#define GIGADEVICE_GD25VQ16C 0x4215
#define GIGADEVICE_GD25LQ40 0x6013
#define GIGADEVICE_GD25LQ80 0x6014
#define GIGADEVICE_GD25LQ16 0x6015
#define GIGADEVICE_GD25LQ32 0x6016
#define GIGADEVICE_GD25LQ64 0x6017 /* Same as GD25LQ64B (which is faster) */
#define GIGADEVICE_GD25LQ128 0x6018
-#define GIGADEVICE_GD25VQ41B 0x4213
#define GIGADEVICE_GD29GL064CAB 0x7E0601
#define HYUNDAI_ID 0xAD /* Hyundai */
OpenPOWER on IntegriCloud