[coreboot-gerrit] Patch set updated for coreboot: pci_ids.h: Add ID for amd/00670F00 northbridge

Marc Jones (marc@marcjonesconsulting.com) gerrit at coreboot.org
Sun Oct 30 21:02:58 CET 2016


Marc Jones (marc at marcjonesconsulting.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17141

-gerrit

commit 0e0a568e127dbefece565ab4ccec3e508ff5ed5c
Author: Marshall Dawson <marshalldawson3rd at gmail.com>
Date:   Fri Oct 14 22:30:15 2016 -0400

    pci_ids.h: Add ID for amd/00670F00 northbridge
    
    Add the D18F0 device ID for the Stoney APU.
    
    Original-Signed-off-by: Marshall Dawson <marshalldawson3rd at gmail.com>
    (cherry picked from commit c0fd7f70527c273bcbdce5655a21ca4de4854428)
    
    Change-Id: Ib599fc6119a3cef53f4f179c2fcd0e45905d81a4
    Signed-off-by: Marc Jones <marcj303 at gmail.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 72f1ece..cd0a66e 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -290,6 +290,7 @@
 #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_15H_MODEL_006F_NB_HT	0x1570
+#define PCI_DEVICE_ID_AMD_15H_MODEL_707F_NB_HT	0x15B0
 #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



More information about the coreboot-gerrit mailing list