mirror of
https://review.coreboot.org/flashrom.git
synced 2025-09-10 07:20:41 +02:00
flashchips: Add Support for XMC XM25QH16C/XM25QH16D
Add initial support for the SPI flash chip XM25QH16C/XM25QH16D Datasheet link: https://www.xmcwh.com/uploads/798/XM25QH16C_Ver1.8.pdf Tested with ch341a programmer: probe, read, write, erase Change-Id: I215084ed33ca9261f6c7b91ef868ca8db85e61ad Signed-off-by: Kan Sun <ssunkkan@gmail.com>
This commit is contained in:
@@ -848,6 +848,7 @@
|
||||
#define XMC_XM25QH64C 0x4017
|
||||
#define XMC_XM25QU64C 0x4117
|
||||
#define XMC_XM25QU80B 0x5014
|
||||
#define XMC_XM25QH16C 0x4015 /* Same as XM25QH16D */
|
||||
#define XMC_XM25QH128A 0x7018
|
||||
#define XMC_XM25QH128C 0x4018
|
||||
#define XMC_XM25QU128C 0x4118
|
||||
|
Reference in New Issue
Block a user