mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
flashchips: Add support for MXIC MX25R2035F
The MX25R2035F has been tested by ch341a programmer : read, write, erase and wp. We have tested --wp-enable, --wp-disable, --wp-list and --wp-range commands for write-protect feature. MX25R2035F datasheet is available at the following URL: https://www.macronix.com/Lists/Datasheet/Attachments/8696/MX25R2035F,%20Wide%20Range,%202Mb,%20v1.6.pdf Change-Id: I00e76ef942976e3e102cf71fe695c6287b392b64 Signed-off-by: DanielZhang <danielzhang@mxic.com.cn> Reviewed-on: https://review.coreboot.org/c/flashrom/+/81839 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
2638aafdbb
commit
adeaaf6b5d
@ -541,7 +541,8 @@
|
||||
#define MACRONIX_MX25R1635F 0x2815
|
||||
#define MACRONIX_MX25R3235F 0x2816
|
||||
#define MACRONIX_MX25R6435F 0x2817
|
||||
#define MACRONIX_MX25R8035F 0x2814
|
||||
#define MACRONIX_MX25R2035F 0x2812
|
||||
#define MACRONIX_MX25R8035F 0x2814
|
||||
|
||||
#define MACRONIX_MX29F001B 0x19
|
||||
#define MACRONIX_MX29F001T 0x18
|
||||
|
Reference in New Issue
Block a user