Luc Verhaegen has uploaded this change for review. ( https://review.coreboot.org/29222
Change subject: ati: add polaris22 ......................................................................
ati: add polaris22
I do wonder whether a semi-IGP on kaby-lake-G comes with a standalone spi chip. Time will tell.
Change-Id: Ia4950bb098a2bb8dba7b10bb9b2b6012c79365ea Signed-off-by: Luc Verhaegen libv@skynet.be --- M ati_spi.c 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/22/29222/1
diff --git a/ati_spi.c b/ati_spi.c index aca6e4e..3c61a14 100644 --- a/ati_spi.c +++ b/ati_spi.c @@ -774,7 +774,7 @@
/* * Used by Iceland, Tonga, Fiji, Ellesmere/Polaris10, Baffin/Polaris11, - * Polaris12 + * Polaris12, Polaris22. */ static const struct ati_spi_pci_private iceland_spi_pci_private = { .io_bar = CI_MMIO_BAR, @@ -917,6 +917,8 @@ {0x1002, 0x692F, NT, &iceland_spi_pci_private}, {0x1002, 0x6938, NT, &iceland_spi_pci_private}, {0x1002, 0x6939, NT, &iceland_spi_pci_private}, + {0x1002, 0x694C, NT, &iceland_spi_pci_private}, + {0x1002, 0x694E, 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},