mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
flashchips: Add Macronix MX25V8035F support
See https://www.macronix.com/Lists/Datasheet/Attachments/8405/MX25V8035F,%202.5V,%208Mb,%20v1.0.pdf . I've only tested this patch with the MX25V1635F I have here, though other chips in the series exist as well. Tested using serprog and ftdi by writing a few images to the flash and seeing if changes were stored correctly. Change-Id: Ic5be2da4cfa2a2ff044a519bb6f367f21c15e4b8 Signed-off-by: PoroCYon <p@pcy.be> Reviewed-on: https://review.coreboot.org/c/flashrom/+/73823 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
5b8b6995a7
commit
c6ba433b3b
@ -513,6 +513,7 @@
|
||||
#define MACRONIX_MX66L51235F 0x201a /* MX66L51235F, MX25L51245G */
|
||||
#define MACRONIX_MX66L1G45G 0x201b /* MX66L1G45G */
|
||||
#define MACRONIX_MX25V4035F 0x2313
|
||||
#define MACRONIX_MX25V8035F 0x2314
|
||||
#define MACRONIX_MX25U8032E 0x2534
|
||||
#define MACRONIX_MX25U1635E 0x2535
|
||||
#define MACRONIX_MX25U3235E 0x2536 /* Same as MX25U6435F */
|
||||
|
Reference in New Issue
Block a user