Luc Verhaegen has uploaded this change for review.

View Change

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},

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

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