mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
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>
This commit is contained in:

committed by
Uwe Hermann

parent
c1c11252bf
commit
1525b2ad16
@ -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 */
|
||||
|
Reference in New Issue
Block a user