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

flashchips: Add Support for XMC XM25QH512C/XM25QH512D

Add initial support for the SPI flash chip XM25QH512C/XM25QH512D
Datasheet link: https://www.xmcwh.com/uploads/803/XM25QH512C_V1.6.pdf

Tested with ch341a programmer: probe, read, write, erase

Change-Id: Ica8ed5eaba2435a9416274b94f633ea40dfeea2f
Signed-off-by: Kan Sun <ssunkkan@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/83242
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Ssunk
2024-06-27 22:48:38 +08:00
committed by Anastasia Klimchuk
parent a7606f014a
commit 1865ac28a3
2 changed files with 49 additions and 0 deletions

View File

@ -858,6 +858,7 @@
#define XMC_XM25QH256C 0x4019 /* Same as XM25QH256D */
#define XMC_XM25QU256C 0x4119 /* Same as XM25QU256D */
#define XMC_XM25RU256C 0x4419
#define XMC_XM25QH512C 0x4020 /* Same as XM25QH512D */
#define ST_M25PX80 0x7114
#define ST_M25PX16 0x7115
#define ST_M25PX32 0x7116