[coreboot-gerrit] Patch set updated for coreboot: a1abfc9 AMD Steppe Eagle: Add northbridge HT link ID to pci_ids.h

Bruce Griffith (Bruce.Griffith@se-eng.com) gerrit at coreboot.org
Mon Aug 18 04:06:08 CEST 2014


Bruce Griffith (Bruce.Griffith at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6680

-gerrit

commit a1abfc9f58c2c217a96fa18ec54d5b5258fe6e37
Author: Bruce Griffith <Bruce.Griffith at se-eng.com>
Date:   Fri Aug 15 12:25:28 2014 -0600

    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 at se-eng.com>
---
 src/include/device/pci_ids.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 4f15c37..061a11e 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
 



More information about the coreboot-gerrit mailing list