Luc Verhaegen has uploaded this change for review. ( https://review.coreboot.org/29214
Change subject: ati: add further bonaire ids ......................................................................
ati: add further bonaire ids
Change-Id: I5a8a948429677fd909e6db9b81e67d47b2e9d385 Signed-off-by: Luc Verhaegen libv@skynet.be --- M ati_spi.c 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/14/29214/1
diff --git a/ati_spi.c b/ati_spi.c index e9e049e..790ee2f 100644 --- a/ati_spi.c +++ b/ati_spi.c @@ -757,6 +757,16 @@ };
const struct flashrom_pci_match ati_spi_pci_devices[] = { + {0x1002, 0x6640, NT, &bonaire_spi_pci_private}, + {0x1002, 0x6641, NT, &bonaire_spi_pci_private}, + {0x1002, 0x6646, NT, &bonaire_spi_pci_private}, + {0x1002, 0x6647, NT, &bonaire_spi_pci_private}, + {0x1002, 0x6649, NT, &bonaire_spi_pci_private}, + {0x1002, 0x6650, NT, &bonaire_spi_pci_private}, + {0x1002, 0x6651, NT, &bonaire_spi_pci_private}, + {0x1002, 0x6658, NT, &bonaire_spi_pci_private}, + {0x1002, 0x665C, NT, &bonaire_spi_pci_private}, + {0x1002, 0x665D, NT, &bonaire_spi_pci_private}, {0x1002, 0x665F, OK, &bonaire_spi_pci_private}, {0x1002, 0x6704, NT, &northern_island_spi_pci_private}, {0x1002, 0x6707, NT, &northern_island_spi_pci_private},