Anastasia Klimchuk has submitted this change. ( https://review.coreboot.org/c/flashrom/+/83012?usp=email )
Change subject: flashchips: Add support for chip model GD25LB128E/GD25LR128E ......................................................................
flashchips: Add support for chip model GD25LB128E/GD25LR128E
Adding GD25LB128E/GD25LR128E to flashchip.c
These part # sharing the same ID, form, fit, function, produced with different process node: 1.8V 128Mbit Datasheet Link: https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20230926/DS-00... https://www.gigadevice.com.cn/Public/Uploads/uploadfile/files/20220714/DS-00... https://www.gigadevice.com/message-board?cid=39&id=3004&file_type=Da...
Change-Id: I8e8ad6bd69e2159b7cc2b64a7a8c7fcb1399294d Signed-off-by: Victor Lim vlim@gigadevice.com Reviewed-on: https://review.coreboot.org/c/flashrom/+/83012 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Anastasia Klimchuk aklm@chromium.org --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Anastasia Klimchuk: Looks good to me, approved
diff --git a/flashchips.c b/flashchips.c index 86ebce3..10071fd 100644 --- a/flashchips.c +++ b/flashchips.c @@ -6587,7 +6587,7 @@
{ .vendor = "GigaDevice", - .name = "GD25LQ128C/GD25LQ128D/GD25LQ128E", + .name = "GD25LQ128E/GD25LB128E/GD25LR128E/GD25LQ128D/GD25LQ128C", .bustype = BUS_SPI, .manufacture_id = GIGADEVICE_ID, .model_id = GIGADEVICE_GD25LQ128CD,