aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPoroCYon <p@pcy.be>2023-03-20 13:43:07 +0100
committerAnastasia Klimchuk <aklm@chromium.org>2023-03-26 09:03:46 +0000
commitc6ba433b3b3a179c6b76d26ee82f6a18c69a9d6f (patch)
tree4f30b82517d65dd93fd6f8b98a549059dfe64ae7 /include
parent5b8b6995a7d39c22c726b92324471a7c399a3135 (diff)
downloadflashrom-c6ba433b3b3a179c6b76d26ee82f6a18c69a9d6f.tar.gz
flashrom-c6ba433b3b3a179c6b76d26ee82f6a18c69a9d6f.tar.bz2
flashrom-c6ba433b3b3a179c6b76d26ee82f6a18c69a9d6f.zip
flashchips: Add Macronix MX25V8035F support
See https://www.macronix.com/Lists/Datasheet/Attachments/8405/MX25V8035F,%202.5V,%208Mb,%20v1.0.pdf . I've only tested this patch with the MX25V1635F I have here, though other chips in the series exist as well. Tested using serprog and ftdi by writing a few images to the flash and seeing if changes were stored correctly. Change-Id: Ic5be2da4cfa2a2ff044a519bb6f367f21c15e4b8 Signed-off-by: PoroCYon <p@pcy.be> Reviewed-on: https://review.coreboot.org/c/flashrom/+/73823 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/flashchips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/flashchips.h b/include/flashchips.h
index 58a6d0e6..70ed5443 100644
--- a/include/flashchips.h
+++ b/include/flashchips.h
@@ -513,6 +513,7 @@
#define MACRONIX_MX66L51235F 0x201a /* MX66L51235F, MX25L51245G */
#define MACRONIX_MX66L1G45G 0x201b /* MX66L1G45G */
#define MACRONIX_MX25V4035F 0x2313
+#define MACRONIX_MX25V8035F 0x2314
#define MACRONIX_MX25U8032E 0x2534
#define MACRONIX_MX25U1635E 0x2535
#define MACRONIX_MX25U3235E 0x2536 /* Same as MX25U6435F */