1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-26 22:52:34 +02:00

flashchips: Add Support for XMC XM25QH64D

Add initial support for the SPI flash chip XM25QH64D (same as XM25QH64C)
Datasheet link: https://www.xmcwh.com/uploads/800/XM25QH64C_Ver1.8.pdf

Change-Id: Ia3357cb2c30cbe34dcf0e06fd037064304b4c0c4
Signed-off-by: Kan Sun <ssunkkan@gmail.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/83237
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
Ssunk 2024-06-27 22:18:57 +08:00 committed by Anastasia Klimchuk
parent 029951e08d
commit 3e7d4743ae
2 changed files with 2 additions and 2 deletions

View File

@ -22202,7 +22202,7 @@ const struct flashchip flashchips[] = {
{
.vendor = "XMC",
.name = "XM25QH64C",
.name = "XM25QH64C/XM25QH64D",
.bustype = BUS_SPI,
.manufacture_id = ST_ID,
.model_id = XMC_XM25QH64C,

View File

@ -845,7 +845,7 @@
#define ST_M45PE40 0x4013
#define ST_M45PE80 0x4014 /* Same as XM25QH80B */
#define ST_M45PE16 0x4015
#define XMC_XM25QH64C 0x4017
#define XMC_XM25QH64C 0x4017 /* Same as XM25QH64D */
#define XMC_XM25QU64C 0x4117
#define XMC_XM25QU80B 0x5014
#define XMC_XM25QH16C 0x4015 /* Same as XM25QH16D */