From caa83ab2e1740ef3f47461d35307f1cb2b5acf78 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 9 Nov 2021 00:55:38 +0100 Subject: soc/amd/common/block: add new PCI IDs to common code The existing common AMD SoC code supports some of AMD Family 17h Model A0h SoC's PCI devices that however have different PCI IDs. Add the new PCI ID defines to the PCI ID lists of the common PCI drivers. Signed-off-by: Felix Held Change-Id: I50960e502c63a2ffcfed35178c5e7c9729ef061e Reviewed-on: https://review.coreboot.org/c/coreboot/+/60985 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/common/block/iommu/iommu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/common/block/iommu/iommu.c') diff --git a/src/soc/amd/common/block/iommu/iommu.c b/src/soc/amd/common/block/iommu/iommu.c index 8628096aee..67abe9e66d 100644 --- a/src/soc/amd/common/block/iommu/iommu.c +++ b/src/soc/amd/common/block/iommu/iommu.c @@ -43,6 +43,7 @@ static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_AMD_15H_MODEL_707F_NB_IOMMU, PCI_DEVICE_ID_AMD_17H_MODEL_1020_NB_IOMMU, PCI_DEVICE_ID_AMD_17H_MODEL_606F_NB_IOMMU, + PCI_DEVICE_ID_AMD_17H_MODEL_A0AF_NB_IOMMU, 0 }; -- cgit v1.2.3