mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
flashchips: Add support for MXIC MX25R4035F
The MX25R4035F 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. MX25R4035F datasheet is available at the following URL: https://www.macronix.com/Lists/Datasheet/Attachments/8671/MX25R4035F,%20Wide%20Range,%204Mb,%20v1.4.pdf Change-Id: I91dbc4735bf232e0b1dce72c7f06be967d35ebfb Signed-off-by: DanielZhang <danielzhang@mxic.com.cn> Reviewed-on: https://review.coreboot.org/c/flashrom/+/81838 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
47de5d71bc
commit
acd6a326cb
@ -546,6 +546,7 @@
|
||||
#define MACRONIX_MX25R3235F 0x2816
|
||||
#define MACRONIX_MX25R6435F 0x2817
|
||||
#define MACRONIX_MX25R2035F 0x2812
|
||||
#define MACRONIX_MX25R4035F 0x2813
|
||||
#define MACRONIX_MX25R8035F 0x2814
|
||||
|
||||
#define MACRONIX_MX29F001B 0x19
|
||||
|
Reference in New Issue
Block a user