summaryrefslogtreecommitdiffstats
path: root/flashchips.c
diff options
context:
space:
mode:
authorxianzheng <xianzheng@mxic.com.cn>2023-07-31 18:03:49 +0800
committerAnastasia Klimchuk <aklm@chromium.org>2023-09-17 09:06:17 +0000
commitebda447ad9df56dae7b94548c8077497bd8fb7fa (patch)
treeb89b8f7f580d6eb643a28257ce162233a8263e62 /flashchips.c
parentaa468cf0bd49e1da193b47937193b958f646430e (diff)
downloadflashrom-ebda447ad9df56dae7b94548c8077497bd8fb7fa.tar.gz
flashrom-ebda447ad9df56dae7b94548c8077497bd8fb7fa.tar.bz2
flashrom-ebda447ad9df56dae7b94548c8077497bd8fb7fa.zip
flashchips: Add support for MXIC MX25U25643G
It is similar to the MX25U25635F and shares its RDID. Tested by ch341a programmer : read, write and erase. Datasheet is available at the following URL: https://www.mxic.com.tw/en-us/products/NOR-Flash/Serial-NOR-Flash/Pages/spec.aspx?p=MX25U25643G&m=Serial%20NOR%20Flash&n=PM2832 Change-Id: Ie04a5e2325aab94bffb276675be3fa4a88c6e134 Signed-off-by: xianzheng <xianzheng@mxic.com.cn> Reviewed-on: https://review.coreboot.org/c/flashrom/+/76853 Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'flashchips.c')
-rw-r--r--flashchips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashchips.c b/flashchips.c
index 065ebf298..83264ef12 100644
--- a/flashchips.c
+++ b/flashchips.c
@@ -10207,7 +10207,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "Macronix",
- .name = "MX25U25635F",
+ .name = "MX25U25635F/MX25U25643G",
.bustype = BUS_SPI,
.manufacture_id = MACRONIX_ID,
.model_id = MACRONIX_MX25U25635F,