summaryrefslogtreecommitdiff
path: root/src/soc/amd/common
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@google.com>2020-04-15 23:00:44 -0700
committerFurquan Shaikh <furquan@google.com>2020-04-28 19:11:58 +0000
commit590bdc649e6ffc8dcb421e69e26e783b5d145d04 (patch)
tree88e487708be8bd993c3f0993e84646e3012ed8be /src/soc/amd/common
parentd1130af40e5570f9b74e0cf44c05fe1c6a4e46b2 (diff)
downloadcoreboot-590bdc649e6ffc8dcb421e69e26e783b5d145d04.tar.xz
soc/amd: Update macro name for IOMMU on AMD Family 17h
IOMMU for AMD Family 17h Model 10-20h uses the same PCI device ID 0x15D1. This change updates the name to indicate that the PCI device ID is supported for FP5(Model 18h) and FT5(Model 20h). BUG=b:153858769 BRANCH=None TEST=Trembyle and dalboz still build. Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: I17c782000ed525075a3e438ed820a22d9af61a26 Reviewed-on: https://review.coreboot.org/c/coreboot/+/40672 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/block/iommu/iommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/common/block/iommu/iommu.c b/src/soc/amd/common/block/iommu/iommu.c
index effdd7ce29..d9517c814c 100644
--- a/src/soc/amd/common/block/iommu/iommu.c
+++ b/src/soc/amd/common/block/iommu/iommu.c
@@ -36,7 +36,7 @@ static struct device_operations iommu_ops = {
static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_AMD_15H_MODEL_303F_NB_IOMMU,
PCI_DEVICE_ID_AMD_15H_MODEL_707F_NB_IOMMU,
- PCI_DEVICE_ID_AMD_17H_MODEL_101F_NB_IOMMU,
+ PCI_DEVICE_ID_AMD_17H_MODEL_1020_NB_IOMMU,
0
};