commit | bc001daac6232df01eb4c20e5b701553bcd22ca5 | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Fri Nov 08 17:11:56 2024 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Feb 23 12:05:52 2025 +0000 |
tree | d855b3746bce72cb0ff6de98506c687c660ec46b | |
parent | 7d0f556db8e793df25f54504c6ebfccbcf62f292 [diff] [blame] |
flashchips: Add some GigaDevice GD25L*256 1.8V parts Here's a bunch of chips that all share the same ID. They differ however in their block-protection support (which is where we split them), their support for native 4BA commands, and their logic to configure dummy cy- cles in SPI mode. Datasheets used: https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20220714/DS-00301-GD25LQ256D-Rev2.0.pdf https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20220714/DS-00282-GD25LE256D-Rev1.7.pdf https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20220714/DS-00314-GD25LB256D-Rev1.4.pdf https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20240729/DS-00562-GD25LQ255E-Rev1.2.pdf https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20241211/DS-01085-GD25LQ256H-Rev1.1.pdf https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20241211/DS-01113-GD25LE256H-Rev1.1.pdf https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20230926/DS-00978-GD25LB256F-Rev1.0.pdf https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20220714/DS-00619-GD25LE255E-Rev1.2.pdf Change-Id: Id995c53f371c9b83dabe5fb6f881954a7e7f4f59 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/303 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
diff --git a/include/flashchips.h b/include/flashchips.h index e901069..7871077 100644 --- a/include/flashchips.h +++ b/include/flashchips.h
@@ -415,6 +415,7 @@ #define GIGADEVICE_GD25LQ32 0x6016 #define GIGADEVICE_GD25LQ64 0x6017 /* Same as GD25LQ64B (which is faster) */ #define GIGADEVICE_GD25LQ128CD 0x6018 +#define GIGADEVICE_GD25LQ256D 0x6019 /* Same as GD25L[EB]256D/GD25LQ255E/GD25L[QE]256H/GD25LB256F/GD25LE255E */ #define GIGADEVICE_GD25LR512ME 0x671a #define GIGADEVICE_GD25WQ80E 0x6514 #define GIGADEVICE_GD29GL064CAB 0x7E0601