mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
Add support for Macronix MX23L1654, MX23L6454 and MX23L12854 mask ROMs
Corresponding to flashrom svn r1846. Signed-off-by: Michael Coppola <michael.n.coppola@gmail.com> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
This commit is contained in:

committed by
Stefan Tauner

parent
823096e527
commit
583ea32911
@ -448,7 +448,10 @@
|
||||
|
||||
#define MACRONIX_ID 0xC2 /* Macronix (MX) */
|
||||
/* Mask ROMs */
|
||||
#define MACRONIX_MX23L1654 0x0515
|
||||
#define MACRONIX_MX23L3254 0x0516
|
||||
#define MACRONIX_MX23L6454 0x0517
|
||||
#define MACRONIX_MX23L12854 0x0518
|
||||
/* MX25 chips are SPI, first byte of device ID is memory type,
|
||||
* second byte of device ID is log(bitsize)-9.
|
||||
* Generalplus SPI chips seem to be compatible with Macronix
|
||||
|
Reference in New Issue
Block a user