Victor Lim has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/83012?usp=email )
Change subject: flashchips: Add support for chip model GD25LQ128E/GD25LB128E/GD25LR128E/GD25LQ128D/GD25LQ128C ......................................................................
flashchips: Add support for chip model GD25LQ128E/GD25LB128E/GD25LR128E/GD25LQ128D/GD25LQ128C
Adding GD25LQ128E/GD25LB128E/GD25LR128E/GD25LQ128D/GD25LQ128C 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...
Change-Id: I8e8ad6bd69e2159b7cc2b64a7a8c7fcb1399294d Signed-off-by: Victor Lim vlim@gigadevice.com --- M flashchips.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/12/83012/1
diff --git a/flashchips.c b/flashchips.c index a5d9ec2..cc9c9da 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,