diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-06-14 14:49:07 -0500 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-09-15 11:35:38 +0000 |
commit | 03eb8a8515b241887b98f80d034e0cdfe13e203b (patch) | |
tree | dd88126890a6251561f5ddd0ff8d4c4a29f6de81 /src/include | |
parent | 33fa95cd35da93c3e41ca50fb9bc6bc4c2b2cf12 (diff) |
nb/amd/pi/00730F01: Initialize IOMMU device
Change-Id: I12d3ed35770ee06626f884db23004652084c88c0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/15186
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Alexander Couzens <lynxis@fe80.eu>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index bde150f304..a6ed6d946e 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -297,6 +297,7 @@ #define PCI_DEVICE_ID_AMD_10H_NB_HT 0x1200 #define PCI_DEVICE_ID_AMD_15H_NB_IOMMU 0x1419 #define PCI_DEVICE_ID_AMD_15H_MODEL_303F_NB_IOMMU 0x1423 +#define PCI_DEVICE_ID_AMD_16H_MODEL_303F_NB_IOMMU 0x1567 #define PCI_DEVICE_ID_ATI_SB600_LPC 0x438D #define PCI_DEVICE_ID_ATI_SB600_SATA 0x4380 |