mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
flashchips: Add Support for XMC XM25QH256D
Add initial support for the SPI flash chip XM25QH256D (same as XM25QH256C) Datasheet link: https://www.xmcwh.com/uploads/802/XM25QH256C%20_%20Ver%202.0.pdf Tested with ch341a programmer: probe, read, write, erase Change-Id: I77481e63eb98ed12935288dc0d6286cb1baf8edb Signed-off-by: Kan Sun <ssunkkan@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83240 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
4465fe6356
commit
806e76477f
@ -855,7 +855,7 @@
|
||||
#define XMC_XM25QH128A 0x7018
|
||||
#define XMC_XM25QH128C 0x4018 /* Same as XM25QH128D */
|
||||
#define XMC_XM25QU128C 0x4118 /* Same as XM25QU128D */
|
||||
#define XMC_XM25QH256C 0x4019
|
||||
#define XMC_XM25QH256C 0x4019 /* Same as XM25QH256D */
|
||||
#define XMC_XM25QU256C 0x4119
|
||||
#define XMC_XM25RU256C 0x4419
|
||||
#define ST_M25PX80 0x7114
|
||||
|
Reference in New Issue
Block a user