mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
flashchips: Add support for MXIC MX25U25645G
The MX25U25645G 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. MX25U25645G datasheet is available at the following URL: https://www.mxic.com.tw/Lists/Datasheet/Attachments/8738/MX25U25645G,%201.8V,%20256Mb,%20v1.4.pdf Change-Id: I8641f36e1909274629690fc243be46281a21360d Signed-off-by: DanielZhang <danielzhang@mxic.com.cn> Reviewed-on: https://review.coreboot.org/c/flashrom/+/82777 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
98cff507ca
commit
04d0259ef1
@ -534,7 +534,7 @@
|
||||
#define MACRONIX_MX25U3235E 0x2536 /* Same as MX25U6435F */
|
||||
#define MACRONIX_MX25U6435E 0x2537 /* Same as MX25U6435F */
|
||||
#define MACRONIX_MX25U12835E 0x2538 /* Same as MX25U12835F */
|
||||
#define MACRONIX_MX25U25635F 0x2539 /* Same as MX25U25643G */
|
||||
#define MACRONIX_MX25U25635F 0x2539 /* Same as MX25U25643G, MX25U25645G */
|
||||
#define MACRONIX_MX25U51245G 0x253a
|
||||
#define MACRONIX_MX25L3235D 0x5E16 /* MX25L3225D/MX25L3235D/MX25L3237D */
|
||||
#define MACRONIX_MX25L6495F 0x9517
|
||||
|
Reference in New Issue
Block a user