aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2019-06-20 14:39:17 -0600
committerMartin Roth <martinroth@google.com>2019-07-03 22:23:58 +0000
commit762621f27cc50a565b4ec88fbce6349a488c1c86 (patch)
treeedff8b278855fa43ef5a189389ec23923411f954
parent57c9bb0a97f757ac941d3cee8b2d749d6d770fc3 (diff)
soc/amd/common/iommu: Add Picasso ID
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: Ib000e12cd568dd83b9533efe66e67878b806b3f3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33757 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
-rw-r--r--src/soc/amd/common/block/iommu/iommu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/iommu/iommu.c b/src/soc/amd/common/block/iommu/iommu.c
index 1c982ca00d..c068501d49 100644
--- a/src/soc/amd/common/block/iommu/iommu.c
+++ b/src/soc/amd/common/block/iommu/iommu.c
@@ -49,6 +49,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,
0
};