From 977d15d64816c841a53872bd359bc58cfdc9d058 Mon Sep 17 00:00:00 2001 From: Justin Chevrier Date: Sat, 14 Apr 2012 21:59:23 +0000 Subject: Add GigaDevice GD25QXX series support http://www.gigadevice.com/Product/SPI.php?WebPageTypeId=98&WebPageTypeId2=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 Acked-by: Uwe Hermann --- flashchips.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flashchips.h') 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 */ -- cgit v1.1