mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 14:11:15 +02:00
flashchips: Add support for XMC XM25QH80B
XM25QH80B has the same ID as M45PE80, but has more features. Tested with CH341A. Change-Id: Ib51225426d8d1a381d45af3574e5ba2bf02837aa Signed-off-by: Sungbo Eo <mans0n@gorani.run> Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/63516 Reviewed-by: Nikolai Artemiev <nartemiev@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
879fa069fd
commit
9ccbf1cf43
@ -828,7 +828,7 @@
|
||||
#define ST_M45PE10 0x4011
|
||||
#define ST_M45PE20 0x4012
|
||||
#define ST_M45PE40 0x4013
|
||||
#define ST_M45PE80 0x4014
|
||||
#define ST_M45PE80 0x4014 /* Same as XM25QH80B */
|
||||
#define ST_M45PE16 0x4015
|
||||
#define XMC_XM25QH64C 0x4017
|
||||
#define XMC_XM25QU64C 0x4117
|
||||
|
Reference in New Issue
Block a user