Luc Verhaegen has uploaded this change for review.

View Change

ati: add ellesmere/polaris10

Change-Id: Iad0ba28ac7d08ea3cc519737633bcf635612cbfa
Signed-off-by: Luc Verhaegen <libv@skynet.be>
---
M ati_spi.c
1 file changed, 10 insertions(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/19/29219/1
diff --git a/ati_spi.c b/ati_spi.c
index 9988ce7..ab74e74 100644
--- a/ati_spi.c
+++ b/ati_spi.c
@@ -773,7 +773,7 @@
};

/*
- * Used by Iceland, Tonga, Fiji
+ * Used by Iceland, Tonga, Fiji, Ellesmere/Polaris10
*/
static const struct ati_spi_pci_private iceland_spi_pci_private = {
.io_bar = CI_MMIO_BAR,
@@ -844,6 +844,15 @@
{0x1002, 0x67B1, NT, &hawaii_spi_pci_private},
{0x1002, 0x67B9, NT, &hawaii_spi_pci_private},
{0x1002, 0x67BE, NT, &hawaii_spi_pci_private},
+ {0x1002, 0x67C0, NT, &iceland_spi_pci_private},
+ {0x1002, 0x67C2, NT, &iceland_spi_pci_private},
+ {0x1002, 0x67C4, NT, &iceland_spi_pci_private},
+ {0x1002, 0x67C7, NT, &iceland_spi_pci_private},
+ {0x1002, 0x67CA, NT, &iceland_spi_pci_private},
+ {0x1002, 0x67CC, NT, &iceland_spi_pci_private},
+ {0x1002, 0x67CF, NT, &iceland_spi_pci_private},
+ {0x1002, 0x67D0, NT, &iceland_spi_pci_private},
+ {0x1002, 0x67DF, NT, &iceland_spi_pci_private},
{0x1002, 0x6840, NT, &southern_island_spi_pci_private},
{0x1002, 0x6841, NT, &southern_island_spi_pci_private},
{0x1002, 0x6842, NT, &southern_island_spi_pci_private},

To view, visit change 29219. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad0ba28ac7d08ea3cc519737633bcf635612cbfa
Gerrit-Change-Number: 29219
Gerrit-PatchSet: 1
Gerrit-Owner: Luc Verhaegen <libv@skynet.be>