Luc Verhaegen has uploaded this change for review. ( https://review.coreboot.org/29221
Change subject: ati: add polaris12 ......................................................................
ati: add polaris12
Change-Id: I7cc8542d3b00623e1e76323673e79c0b30832c53 Signed-off-by: Luc Verhaegen libv@skynet.be --- M ati_spi.c 1 file changed, 9 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/21/29221/1
diff --git a/ati_spi.c b/ati_spi.c index a562d00..aca6e4e 100644 --- a/ati_spi.c +++ b/ati_spi.c @@ -773,7 +773,8 @@ };
/* - * Used by Iceland, Tonga, Fiji, Ellesmere/Polaris10, Baffin/Polaris11 + * Used by Iceland, Tonga, Fiji, Ellesmere/Polaris10, Baffin/Polaris11, + * Polaris12 */ static const struct ati_spi_pci_private iceland_spi_pci_private = { .io_bar = CI_MMIO_BAR, @@ -916,6 +917,13 @@ {0x1002, 0x692F, NT, &iceland_spi_pci_private}, {0x1002, 0x6938, NT, &iceland_spi_pci_private}, {0x1002, 0x6939, NT, &iceland_spi_pci_private}, + {0x1002, 0x6980, NT, &iceland_spi_pci_private}, + {0x1002, 0x6981, NT, &iceland_spi_pci_private}, + {0x1002, 0x6985, NT, &iceland_spi_pci_private}, + {0x1002, 0x6986, NT, &iceland_spi_pci_private}, + {0x1002, 0x6987, NT, &iceland_spi_pci_private}, + {0x1002, 0x6995, NT, &iceland_spi_pci_private}, + {0x1002, 0x699F, 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},