summaryrefslogtreecommitdiffstats
path: root/flashchips.h
diff options
context:
space:
mode:
authorJustin Chevrier <jchevrier@gmail.com>2012-04-14 21:59:23 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2012-04-14 21:59:23 +0000
commit1525b2ad16e07f035b1de70fadd05a7018ea5756 (patch)
treecc7440365ee7c73ffcbe284c8be4f72cec2106e9 /flashchips.h
parentc1c11252bfa30acbc3b2706b62234f20fb182e7d (diff)
downloadast2050-flashrom-1525b2ad16e07f035b1de70fadd05a7018ea5756.zip
ast2050-flashrom-1525b2ad16e07f035b1de70fadd05a7018ea5756.tar.gz
Add GigaDevice GD25QXX series support
http://www.gigadevice.com/Product/SPI.php?WebPageTypeId=98&WebPageTypeId 2=151&WebPageTypeId3=134 The GD25Q80 has been successfully tested, the other ones are marked as untested for now. http://www.flashrom.org/pipermail/flashrom/2012-March/009028.html Corresponding to flashrom svn r1520. Signed-off-by: Justin Chevrier <jchevrier@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'flashchips.h')
-rw-r--r--flashchips.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/flashchips.h b/flashchips.h
index 89d20bb..2625afd 100644
--- a/flashchips.h
+++ b/flashchips.h
@@ -290,6 +290,15 @@
#define FUJITSU_MBM29LV800BA 0x5B /* Same as MBM29LV800BE */
#define FUJITSU_MBM29LV800TA 0xDA /* Same as MBM29LV800TE */
+#define GIGADEVICE_ID 0xC8 /* GigaDevice */
+#define GIGADEVICE_GD25Q20 0x4012
+#define GIGADEVICE_GD25Q40 0x4013
+#define GIGADEVICE_GD25Q80 0x4014
+#define GIGADEVICE_GD25Q16 0x4015
+#define GIGADEVICE_GD25Q32 0x4016
+#define GIGADEVICE_GD25Q64 0x4017
+#define GIGADEVICE_GD25Q128 0x4018
+
#define HYUNDAI_ID 0xAD /* Hyundai */
#define HYUNDAI_HY29F400T 0x23 /* Same as HY29F400AT */
#define HYUNDAI_HY29F800B 0x58 /* Same as HY29F800AB */
OpenPOWER on IntegriCloud