diff options
author | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2014-08-15 12:25:28 -0600 |
---|---|---|
committer | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2014-08-25 19:21:07 +0200 |
commit | 2703b0bf5ae320fb3a9fb85218443b34fc52789d (patch) | |
tree | ffe76be087d260820251cd3a479e29a3dfe096d1 /src | |
parent | 77ffa0d3ad7686a9e697bf1fa05966f019249483 (diff) | |
download | coreboot-2703b0bf5ae320fb3a9fb85218443b34fc52789d.tar.xz |
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 <Bruce.Griffith@se-eng.com>
Reviewed-on: http://review.coreboot.org/6680
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src')
-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 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 |