1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 14:11:15 +02:00

flashchips: Add XMC XM25QH64A

Based off of the now-abandoned GitHub pull request here:
https://github.com/flashrom/flashrom/pull/239

Datasheet:
https://www.micros.com.pl/mediaserver/PFXM25QH64AHIG_0001.pdf

This commit applies the changes on top of the refactor where the flash
chip declarations were separated by vendor.

Change-Id: I5b11e30f0a5357a6cbb32ddb93f450de5364c60b
Co-authored-by: Ayushman Dutta <ayushman999@gmail.com>
Co-authored-by: "aiyion.prime" <git@aiyionpri.me>
Co-authored-by: Eric Park <me@ericswpark.com>
Signed-off-by: Eric Park <me@ericswpark.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/86990
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Eric Park
2025-03-24 14:27:44 -04:00
committed by Anastasia Klimchuk
parent 81c21880a3
commit 505c259ca8
2 changed files with 42 additions and 0 deletions

View File

@ -864,6 +864,7 @@
#define XMC_XM25QU16C 0x5015
#define XMC_XM25QH32C 0x4016 /* Same as XM25QH32D */
#define XMC_XM25QU32C 0x5016
#define XMC_XM25QH64A 0x7017
#define XMC_XM25QH128A 0x7018
#define XMC_XM25QH128C 0x4018 /* Same as XM25QH128D */
#define XMC_XM25QU128C 0x4118 /* Same as XM25QU128D */