1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-10-19 00:31:23 +02:00

flashchips: Add support for MX25U12873F

MX25U12873F has ID identical to MX25U12835F, read+write tested

Signed-off-by: Vasily Galkin <galkin-vv@ya.ru>
Change-Id: Ie74829e0ee00cecf592aa7788cf965445af114a5
Reviewed-on: https://review.coreboot.org/c/flashrom/+/89161
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
Vasily Galkin
2025-09-13 18:09:30 +03:00
committed by Anastasia Klimchuk
parent 08d9c383ac
commit bdadfd9e40
2 changed files with 2 additions and 2 deletions

View File

@@ -1854,7 +1854,7 @@
{
.vendor = "Macronix",
.name = "MX25U12835F",
.name = "MX25U12835F/MX25U12873F",
.bustype = BUS_SPI,
.manufacture_id = MACRONIX_ID,
.model_id = MACRONIX_MX25U12835E,

View File

@@ -535,7 +535,7 @@
#define MACRONIX_MX25U1635E 0x2535
#define MACRONIX_MX25U3235E 0x2536 /* Same as MX25U6435F */
#define MACRONIX_MX25U6435E 0x2537 /* Same as MX25U6435F */
#define MACRONIX_MX25U12835E 0x2538 /* Same as MX25U12835F */
#define MACRONIX_MX25U12835E 0x2538 /* Same as MX25U12835F, MX25U12873F */
#define MACRONIX_MX25U25635F 0x2539 /* Same as MX25U25643G, MX25U25645G */
#define MACRONIX_MX25U51245G 0x253a
#define MACRONIX_MX25L3235D 0x5E16 /* MX25L3225D/MX25L3235D/MX25L3237D */