Victor Lim has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/83967?usp=email )
Change subject: flashchips: add GD25B128E and GD25R128E ......................................................................
flashchips: add GD25B128E and GD25R128E
GD25B128E: 3V 128Mbit shipped with QE = 1 https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20220714/DS-00...
GD25R128E: GD25Q128E with RPMC feature. GD25Q128E and GD25R128E share the same datasheet on the flash side. https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20240729/DS-00...
Tested on ch347 both models with read write erase and protection.
Change-Id: I14e3c44ebbcc65640042a7719401615b5aa66cc2 Signed-off-by: Victor Lim vlim@gigadevice.com --- M flashchips.c M include/flashchips.h 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/67/83967/1
diff --git a/flashchips.c b/flashchips.c index 5b8069c..2dede76 100644 --- a/flashchips.c +++ b/flashchips.c @@ -7273,7 +7273,7 @@
{ .vendor = "GigaDevice", - .name = "GD25Q127C/GD25Q128E", + .name = "GD25Q128E/GD25B128E/GD25R128E/GD25Q127C", .bustype = BUS_SPI, .manufacture_id = GIGADEVICE_ID, .model_id = GIGADEVICE_GD25Q128, diff --git a/include/flashchips.h b/include/flashchips.h index 20f799e..4e1abc4 100644 --- a/include/flashchips.h +++ b/include/flashchips.h @@ -391,7 +391,7 @@ #define GIGADEVICE_GD25Q16 0x4015 /* Same as GD25Q16B (which has OTP) */ #define GIGADEVICE_GD25Q32 0x4016 /* Same as GD25Q32B */ #define GIGADEVICE_GD25Q64 0x4017 /* Same as GD25Q64B */ -#define GIGADEVICE_GD25Q128 0x4018 /* Same as GD25Q128B, GD25Q127C, GD25Q128C, and GD25Q128E, can be distinguished by SFDP */ +#define GIGADEVICE_GD25Q128 0x4018 /* Same as GD25Q128B, GD25Q127C, GD25Q128C,and GD25Q128E, GD25B128E, GD25R128E can be distinguished by SFDP */ #define GIGADEVICE_GD25Q256D 0x4019 #define GIGADEVICE_GD25VQ21B 0x4212 #define GIGADEVICE_GD25VQ41B 0x4213 /* Same as GD25VQ40C, can be distinguished by SFDP */