[coreboot] Patch set updated for coreboot: d59002f pci_ids: Add AMD F15h model 00-0f and F10h cpu HT device pci ids

Kerry Sheh (shekairui@gmail.com) gerrit at coreboot.org
Tue Feb 7 13:04:04 CET 2012


Kerry Sheh (shekairui at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/609

-gerrit

commit d59002f19e9dc56bd94c61f055b26bef62943540
Author: Kerry Sheh <shekairui at gmail.com>
Date:   Tue Feb 7 20:31:40 2012 +0800

    pci_ids: Add AMD F15h model 00-0f and F10h cpu HT device pci ids
    
    Change-Id: I13905f5730d08510c8f0f6e652f41a679d618d1b
    Signed-off-by: Kerry Sheh <kerry.she at amd.com>
    Signed-off-by: Kerry Sheh <shekairui at gmail.com>
---
 src/include/device/pci_ids.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index fcd31c0..60399ef 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -284,6 +284,9 @@
 #define PCI_DEVICE_ID_ATI_RADEON_RC	0x5146
 #define PCI_DEVICE_ID_ATI_RADEON_RD	0x5147
 
+#define PCI_DEVICE_ID_AMD_15H_MODEL_000F_NB_HT	0x1600
+#define PCI_DEVICE_ID_AMD_10H_NB_HT		0x1200
+
 #define PCI_DEVICE_ID_ATI_SB600_LPC		0x438D
 #define PCI_DEVICE_ID_ATI_SB600_SATA		0x4380
 #define PCI_DEVICE_ID_ATI_SB600_IDE		0x438C




More information about the coreboot mailing list