summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--flashchips.c2
-rw-r--r--include/flashchips.h2
2 files changed, 2 insertions, 2 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,
diff --git a/include/flashchips.h b/include/flashchips.h
index 8645054dc..dfe9ec6f4 100644
--- a/include/flashchips.h
+++ b/include/flashchips.h
@@ -529,7 +529,7 @@
#define MACRONIX_MX25U3235E 0x2536 /* Same as MX25U6435F */
#define MACRONIX_MX25U6435E 0x2537 /* Same as MX25U6435F */
#define MACRONIX_MX25U12835E 0x2538 /* Same as MX25U12835F */
-#define MACRONIX_MX25U25635F 0x2539
+#define MACRONIX_MX25U25635F 0x2539 /* Same as MX25U25643G */
#define MACRONIX_MX25U51245G 0x253a
#define MACRONIX_MX25L3235D 0x5E16 /* MX25L3225D/MX25L3235D/MX25L3237D */
#define MACRONIX_MX25L6495F 0x9517