mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
flashchips: Add Support for XMC XM25QU80B
Add initial support for the SPI flash chip XM25QU80B Datasheet link: https://www.xmcwh.com/uploads/520/XM25QU80B_Ver1.4.pdf Tested with ch341a programmer: probe, read, write, erase Change-Id: I8350f4ba94b4819e6496b9c5fddc8617bc0528b5 Signed-off-by: Kan Sun <ssunkkan@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83180 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
9e175cfdda
commit
a89d2f906b
@ -847,6 +847,7 @@
|
||||
#define ST_M45PE16 0x4015
|
||||
#define XMC_XM25QH64C 0x4017
|
||||
#define XMC_XM25QU64C 0x4117
|
||||
#define XMC_XM25QU80B 0x5014
|
||||
#define XMC_XM25QH128A 0x7018
|
||||
#define XMC_XM25QH128C 0x4018
|
||||
#define XMC_XM25QU128C 0x4118
|
||||
|
Reference in New Issue
Block a user