mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
flashchips: add GD25B512MF and GD25R512MF
GD25B512MF: 3V 512Mbit, QE = 1 GD25R512MF: GD25B512MF feature + RPMC These two part share the same datasheet on the flash side. https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20240412/DS-00975-GD25B512MF-Rev1.1.pdf Tested both models on ch347 with erase, write, read, and protection. Change-Id: I9821efb34fb4abb806ad52acec46aad186888c07 Signed-off-by: Victor Lim <vlim@gigadevice.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/84083 Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
00e02a6184
commit
b2a35e1bd4
@ -396,6 +396,7 @@
|
||||
#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_GD25Q256D 0x4019 /* Same as GD25B256E, GD25Q256E, 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
|
||||
|
Reference in New Issue
Block a user