Victor Lim has uploaded this change for review.

View Change

flashchips: Add (or update) chip models

These are the model added to flashchips.h
The link to the datasheet is also included in the list below.

https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20240412/DS-00975-GD25B512MF-Rev1.1.pdf

https://www.gigadevice.com/message-board?cid=39&id=3018&file_type=Datasheet&file_name=GD25F64F

https://www.gigadevice.com/message-board?cid=39&id=3001&file_type=Datasheet&file_name=GD25F128F

https://www.gigadevice.com/message-board?cid=39&id=2985&file_type=Datasheet&file_name=GD25F256F

https://www.gigadevice.com/message-board?cid=39&id=3871&file_type=Datasheet&file_name=GD25F512MF

https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20230321/DS-00649-GD25B512ME-Rev1.6.pdf

https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20231213/DS-01012-GD25LB512MF-Rev1.0.pdf

https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20230627/DS-00632-GD25LF128E-Rev1.3.pdf

https://www.gigadevice.com/message-board?cid=39&id=3876&file_type=Datasheet&file_name=GD25LF256F

https://www.gigadevice.com/message-board?cid=39&id=3874&file_type=Datasheet&file_name=GD25LF512MF

https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20230627/DS-00513-GD25LB256E-Rev2.0.pdf

https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20230627/DS-00580-GD25LB512ME-Rev1.5.pdf

Change-Id: I60b3d3b1cf8890c5d6fb13d76a2fe800b1ffaffc
Signed-off-by: Victor Lim <vlim@gigadevice.com>
---
M include/flashchips.h
1 file changed, 16 insertions(+), 4 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/90/82190/1
diff --git a/include/flashchips.h b/include/flashchips.h
index 6008ad1..c8fcbe3 100644
--- a/include/flashchips.h
+++ b/include/flashchips.h
@@ -390,20 +390,32 @@
#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_GD25Q256D 0x4019
+#define GIGADEVICE_GD25Q128 0x4018 /* Same as GD25Q128B, GD25Q127C, GD25Q128C, GD25Q128E, GD25B128E, GD25R128E, can be distinguished by SFDP */
+#define GIGADEVICE_GD25Q256D 0x4019 /* Same as GD25Q256E GD25B256E GD25R256E */
+#define GIGADEVICE_GD25B512MF 0x401A /* Same as GD25R512MF */
#define GIGADEVICE_GD25VQ21B 0x4212
#define GIGADEVICE_GD25VQ41B 0x4213 /* Same as GD25VQ40C, can be distinguished by SFDP */
#define GIGADEVICE_GD25VQ80C 0x4214
#define GIGADEVICE_GD25VQ16C 0x4215
+#define GIGADEVICE_GD25F64F 0x4317
+#define GIGADEVICE_GD25F128F 0x4318
+#define GIGADEVICE_GD25F256F 0x4319
+#define GIGADEVICE_GD25F512MF 0x431A
+#define GIGADEVICE_GD25B512ME 0x471A
#define GIGADEVICE_GD25LQ40 0x6013
#define GIGADEVICE_GD25LQ80 0x6014
#define GIGADEVICE_GD25LQ16 0x6015
#define GIGADEVICE_GD25LQ32 0x6016
#define GIGADEVICE_GD25LQ64 0x6017 /* Same as GD25LQ64B (which is faster) */
-#define GIGADEVICE_GD25LQ128CD 0x6018
-#define GIGADEVICE_GD25LQ255E 0x6019
+#define GIGADEVICE_GD25LQ128CD 0x6018 /* Same as GD25LQ128E GD25LB128E GD25LR128E GD25LQ128D GD25LQ128C */
+#define GIGADEVICE_GD25LQ255E 0x6019 /* same as GD25LB256F GD25LQ256H GD25LR256F */
+#define GIGADEVICE_GD25LB512MF 0x601A /* Same as GD25LR512MF */
+#define GIGADEVICE_GD25LF128E 0x6318
+#define GIGADEVICE_GD25LF256F 0x6319
+#define GIGADEVICE_GD25LF512MF 0x631A
#define GIGADEVICE_GD25WQ80E 0x6514
+#define GIGADEVICE_GD25LB256E 0x6719
+#define GIGADEVICE_GD25LB512ME 0x671A
#define GIGADEVICE_GD29GL064CAB 0x7E0601

#define HYUNDAI_ID 0xAD /* Hyundai */

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

Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: I60b3d3b1cf8890c5d6fb13d76a2fe800b1ffaffc
Gerrit-Change-Number: 82190
Gerrit-PatchSet: 1
Gerrit-Owner: Victor Lim <victorswlim@yahoo.com>
Gerrit-MessageType: newchange