Luc Verhaegen has uploaded this change for review.

View Change

ati: add fiji family

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

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

/*
- * Used by Iceland, Tonga
+ * Used by Iceland, Tonga, Fiji
*/
static const struct ati_spi_pci_private iceland_spi_pci_private = {
.io_bar = CI_MMIO_BAR,
@@ -899,6 +899,7 @@
{0x1002, 0x692F, NT, &iceland_spi_pci_private},
{0x1002, 0x6938, NT, &iceland_spi_pci_private},
{0x1002, 0x6939, NT, &iceland_spi_pci_private},
+ {0x1002, 0x7300, NT, &iceland_spi_pci_private},
{0x1002, 0x9400, NT, &r600_spi_pci_private},
{0x1002, 0x9401, NT, &r600_spi_pci_private},
{0x1002, 0x9402, NT, &r600_spi_pci_private},

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

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