Luc Verhaegen has uploaded this change for review. ( https://review.coreboot.org/29217
Change subject: ati: add tonga family ......................................................................
ati: add tonga family
Change-Id: If5585f760687e761bb39dc5de869cdc2ba8db5db Signed-off-by: Luc Verhaegen libv@skynet.be --- M ati_spi.c 1 file changed, 7 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/17/29217/1
diff --git a/ati_spi.c b/ati_spi.c index 4cfa1b1..cd48020 100644 --- a/ati_spi.c +++ b/ati_spi.c @@ -773,7 +773,7 @@ };
/* - * Used by Iceland + * Used by Iceland, Tonga */ static const struct ati_spi_pci_private iceland_spi_pci_private = { .io_bar = CI_MMIO_BAR, @@ -893,6 +893,12 @@ {0x1002, 0x6900, NT, &iceland_spi_pci_private}, {0x1002, 0x6901, NT, &iceland_spi_pci_private}, {0x1002, 0x6907, NT, &iceland_spi_pci_private}, + {0x1002, 0x6921, NT, &iceland_spi_pci_private}, + {0x1002, 0x6929, NT, &iceland_spi_pci_private}, + {0x1002, 0x692B, NT, &iceland_spi_pci_private}, + {0x1002, 0x692F, NT, &iceland_spi_pci_private}, + {0x1002, 0x6938, NT, &iceland_spi_pci_private}, + {0x1002, 0x6939, 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},