mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +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> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83182 Reviewed-by: Anastasia Klimchuk <aklm@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
a89d2f906b
commit
4b1611afbe
@ -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