1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-11-04 15:10:39 +01:00

flashchips: Add MT35XU02G

Add initial support for Micron MT35XU02G.
Tested probe, read, write, and erase via linux_spi [0].

[0]: https://paste.flashrom.org/view.php?id=3778

Change-Id: I28eb0ce202b6e45ab3a72dca07f2f8c3b4cfb1b2
Signed-off-by: Jacob Zarnstorff <jacobzarnstorff@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/89686
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-by: Vincent Fazio <vfazio@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Jacob Zarnstorff
2025-10-22 14:42:17 -05:00
committed by Anastasia Klimchuk
parent bc3f2f84f9
commit 5c3fd47332
2 changed files with 55 additions and 0 deletions

View File

@@ -604,6 +604,9 @@
#define MACRONIX_MX29SL800CB 0x6B /* Same as MX29SL802CB */
#define MACRONIX_MX29SL800CT 0xEA /* Same as MX29SL802CT */
#define MICRON_ID 0x2C
#define MICRON_MT35XU02GCBA 0x5B1C
/* Nantronics Semiconductors is listed in JEP106AJ in bank 7, so it should have 6 continuation codes in front
* of the manufacturer ID of 0xD5. http://www.nantronicssemi.com */
#define NANTRONICS_ID 0x7F7F7F7F7F7FD5 /* Nantronics */