mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
flashchips: Add Macronix MX25V1635F support
See https://www.mxic.com.tw/Lists/Datasheet/Attachments/8662/MX25V1635F,%202.5V,%2016Mb,%20v1.4.pdf . I've tested this patch with the MX25V1635F I have here, using serprog and ftdi by (re)writing a few images to the flash and seeing if changes were stored correctly. This also included erasing and rewriting the memory with completely different data, so erase is tested, too. Change-Id: I58ddaaa96ef410d50dde3aaa20376c5bbf0f370b Signed-off-by: PoroCYon <p@pcy.be> Reviewed-on: https://review.coreboot.org/c/flashrom/+/73824 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
c6ba433b3b
commit
9a2284503e
@ -514,6 +514,7 @@
|
||||
#define MACRONIX_MX66L1G45G 0x201b /* MX66L1G45G */
|
||||
#define MACRONIX_MX25V4035F 0x2313
|
||||
#define MACRONIX_MX25V8035F 0x2314
|
||||
#define MACRONIX_MX25V1635F 0x2315 /* MX25V1636E */
|
||||
#define MACRONIX_MX25U8032E 0x2534
|
||||
#define MACRONIX_MX25U1635E 0x2535
|
||||
#define MACRONIX_MX25U3235E 0x2536 /* Same as MX25U6435F */
|
||||
|
Reference in New Issue
Block a user