Victor Lim has uploaded this change for review.

View Change

flashchip: add GD25LB512ME

Added GD25LB512ME to Flashchip.C

GD25LB512ME is 1.8V 512Mbit, Quad enabled when shipped.
https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20230627/DS-00580-GD25LB512ME-Rev1.5.pdf

Tested on ch347 with erase, program, read, and protection.

Change-Id: I04103814f901478098c1a989f4239792b64073ec
Signed-off-by: Victor <vlim@gigadevice.com>
---
M flashchips.c
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/95/83795/1
diff --git a/flashchips.c b/flashchips.c
index 0f0ac0b..1198ae4 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -7068,7 +7068,7 @@

{
.vendor = "GigaDevice",
- .name = "GD25LR512ME",
+ .name = "GD25LB512ME/GD25LR512ME",
.bustype = BUS_SPI,
.manufacture_id = GIGADEVICE_ID,
.model_id = GIGADEVICE_GD25LR512ME,
@@ -7076,7 +7076,7 @@
.page_size = 256,
/* OTP: 4096B total; read 0x48; write 0x42, erase 0x44 */
.feature_bits = FEATURE_WRSR_WREN | FEATURE_OTP | FEATURE_QPI | FEATURE_4BA,
- .tested = TEST_OK_PREW,
+ .tested = TEST_OK_PREWB,
.probe = PROBE_SPI_RDID,
.probe_timing = TIMING_ZERO,
.block_erasers =

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

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