Luc Verhaegen has uploaded this change for review. ( https://review.coreboot.org/29220
Change subject: ati: add baffin/polaris11 ......................................................................
ati: add baffin/polaris11
Change-Id: I43716fd70a8162966d83e49eaf9f15a3691270b7 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/20/29220/1
diff --git a/ati_spi.c b/ati_spi.c index ab74e74..a562d00 100644 --- a/ati_spi.c +++ b/ati_spi.c @@ -773,7 +773,7 @@ };
/* - * Used by Iceland, Tonga, Fiji, Ellesmere/Polaris10 + * Used by Iceland, Tonga, Fiji, Ellesmere/Polaris10, Baffin/Polaris11 */ static const struct ati_spi_pci_private iceland_spi_pci_private = { .io_bar = CI_MMIO_BAR, @@ -853,6 +853,14 @@ {0x1002, 0x67CF, NT, &iceland_spi_pci_private}, {0x1002, 0x67D0, NT, &iceland_spi_pci_private}, {0x1002, 0x67DF, NT, &iceland_spi_pci_private}, + {0x1002, 0x67E0, NT, &iceland_spi_pci_private}, + {0x1002, 0x67E1, NT, &iceland_spi_pci_private}, + {0x1002, 0x67E3, NT, &iceland_spi_pci_private}, + {0x1002, 0x67E8, NT, &iceland_spi_pci_private}, + {0x1002, 0x67E9, NT, &iceland_spi_pci_private}, + {0x1002, 0x67EB, NT, &iceland_spi_pci_private}, + {0x1002, 0x67EF, NT, &iceland_spi_pci_private}, + {0x1002, 0x67FF, 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},