mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
flashchips: Add Support for XMC XM25QH128D
Add initial support for the SPI flash chip XM25QH128D (same as XM25QH128C) Datasheet link: https://www.xmcwh.com/uploads/801/XM25QH128C_Ver2.1.pdf Tested with ch341a programmer: probe, read, write, erase Change-Id: Ia4577fba545f9f8eea15eef7060bd5955a8457ca Signed-off-by: Kan Sun <ssunkkan@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83238 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
3e7d4743ae
commit
c864c10625
@ -853,7 +853,7 @@
|
||||
#define XMC_XM25QH32C 0x4016 /* Same as XM25QH32D */
|
||||
#define XMC_XM25QU32C 0x5016
|
||||
#define XMC_XM25QH128A 0x7018
|
||||
#define XMC_XM25QH128C 0x4018
|
||||
#define XMC_XM25QH128C 0x4018 /* Same as XM25QH128D */
|
||||
#define XMC_XM25QU128C 0x4118
|
||||
#define XMC_XM25QH256C 0x4019
|
||||
#define XMC_XM25QU256C 0x4119
|
||||
|
Reference in New Issue
Block a user