mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-03 06:53:18 +02:00
flashchips: Add Support for XMC XM25QH64D
Add initial support for the SPI flash chip XM25QH64D (same as XM25QH64C) Datasheet link: https://www.xmcwh.com/uploads/800/XM25QH64C_Ver1.8.pdf Change-Id: Ia3357cb2c30cbe34dcf0e06fd037064304b4c0c4 Signed-off-by: Kan Sun <ssunkkan@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/83237 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
029951e08d
commit
3e7d4743ae
@ -22202,7 +22202,7 @@ const struct flashchip flashchips[] = {
|
||||
|
||||
{
|
||||
.vendor = "XMC",
|
||||
.name = "XM25QH64C",
|
||||
.name = "XM25QH64C/XM25QH64D",
|
||||
.bustype = BUS_SPI,
|
||||
.manufacture_id = ST_ID,
|
||||
.model_id = XMC_XM25QH64C,
|
||||
|
Reference in New Issue
Block a user