Victor Lim has uploaded this change for review.

View Change

flashchips: Add GD25B127D to the models

Added GD25B127D without verification
This is a old product that is no longer in production.
https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20220714/DS-00277-GD25B127D-Rev1.5.pdf

Change-Id: Ifa96a4d5c9cee6b74d561622664d52835caafa3f
Signed-off-by: Victor <vlim@gigadevice.com>
---
M flashchips.c
M include/flashchips.h
2 files changed, 3 insertions(+), 3 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/77/86977/1
diff --git a/flashchips.c b/flashchips.c
index 3a2957b..6a99e3c 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -7405,7 +7405,7 @@

{
.vendor = "GigaDevice",
- .name = "GD25Q128E/GD25B128E/GD25R128E/GD25Q127C",
+ .name = "GD25Q128E/GD25B128E/GD25R128E/GD25Q127C/GD25B127D",
.bustype = BUS_SPI,
.manufacture_id = GIGADEVICE_ID,
.model_id = GIGADEVICE_GD25Q128,
@@ -7413,7 +7413,7 @@
.page_size = 256,
/* OTP: 3072B total; read 0x48; write 0x42, erase 0x44 */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_WRSR2,
- .tested = TEST_OK_PREWB,
+ .tested = TEST_UNTESTED,
.probe = PROBE_SPI_RDID,
.probe_timing = TIMING_ZERO,
.block_erasers =
diff --git a/include/flashchips.h b/include/flashchips.h
index 9cb4cd0..903629c 100644
--- a/include/flashchips.h
+++ b/include/flashchips.h
@@ -394,7 +394,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, GD25B128E, GD25R128E can be distinguished by SFDP */
+#define GIGADEVICE_GD25Q128 0x4018 /* Same as GD25Q128B, GD25Q127C, GD25B127D, GD25Q128C, GD25Q128E, GD25B128E, GD25R128E can be distinguished by SFDP */
#define GIGADEVICE_GD25Q256D 0x4019 /* Same as GD25B256E, GD25Q256E, GD25R256E */
#define GIGADEVICE_GD25B512MF 0x401A /* Same as GD25R512MF */
#define GIGADEVICE_GD25VQ21B 0x4212

To view, visit change 86977. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Ifa96a4d5c9cee6b74d561622664d52835caafa3f
Gerrit-Change-Number: 86977
Gerrit-PatchSet: 1
Gerrit-Owner: Victor Lim <vlim@gigadevice.com>