mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 06:01:16 +02:00
flashchips: Add Support for XMC XM25LU64C
Add initial support for the SPI flash chip XM25LU64C Datasheet link: https://www.xmcwh.com/uploads/954/XM25LU64C%20_%20Ver1.4.pdf XM25QU64C/XM25LU64C Tested with ch341a programmer: probe, read, write, erase Change-Id: I8d1af7fbfb4c45db09ed5ac82c683d273c8151c7 Signed-off-by: Kan Sun <ssunkkan@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/84775 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:

committed by
Anastasia Klimchuk

parent
1ba039ce96
commit
252499003c
@ -856,7 +856,7 @@
|
||||
#define ST_M45PE80 0x4014 /* Same as XM25QH80B */
|
||||
#define ST_M45PE16 0x4015
|
||||
#define XMC_XM25QH64C 0x4017 /* Same as XM25QH64D */
|
||||
#define XMC_XM25QU64C 0x4117
|
||||
#define XMC_XM25QU64C 0x4117 /* Same as XM25LU64C */
|
||||
#define XMC_XM25QU80B 0x5014
|
||||
#define XMC_XM25QH16C 0x4015 /* Same as XM25QH16D */
|
||||
#define XMC_XM25QU16C 0x5015
|
||||
|
Reference in New Issue
Block a user