From 2703b0bf5ae320fb3a9fb85218443b34fc52789d Mon Sep 17 00:00:00 2001 From: Bruce Griffith Date: Fri, 15 Aug 2014 12:25:28 -0600 Subject: AMD Steppe Eagle: Add northbridge HT link ID to pci_ids.h Add a #define for the HT northbridge link ID into the "known PCI device IDs" table. Change-Id: If0a32b2af5df6c20e0fb5af200c06d80fab3637a Signed-off-by: Bruce Griffith Reviewed-on: http://review.coreboot.org/6680 Reviewed-by: Ronald G. Minnich Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan --- src/include/device/pci_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/device') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 4f15c377be..061a11ea13 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -287,6 +287,7 @@ #define PCI_DEVICE_ID_AMD_15H_MODEL_000F_NB_HT 0x1600 #define PCI_DEVICE_ID_AMD_15H_MODEL_001F_NB_HT 0x1400 #define PCI_DEVICE_ID_AMD_16H_MODEL_000F_NB_HT 0x1536 +#define PCI_DEVICE_ID_AMD_16H_MODEL_003F_NB_HT 0x1566 #define PCI_DEVICE_ID_AMD_10H_NB_HT 0x1200 #define PCI_DEVICE_ID_AMD_15H_NB_IOMMU 0x1419 -- cgit v1.2.3