[coreboot] New patch to review for coreboot: c52e62d RD890: pci_ids update

Kerry Sheh (shekairui@gmail.com) gerrit at coreboot.org
Fri Jan 20 06:44:43 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/558

-gerrit

commit c52e62de11ca8c0bc92677794fbfe2f0fb331ea8
Author: Kerry Sheh <shekairui at gmail.com>
Date:   Fri Jan 20 13:58:53 2012 +0800

    RD890: pci_ids update
    
    RD890 CIMX support AMD RD890TV, RX780, RD780, SR56x0, RD890 and 990FX
    chipsets, add their pci device id respectively.
    
    Change-Id: I30c62c5802279ff2ee8da1cae41395e6899339bb
    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 |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index d16f85e..fcd31c0 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -394,9 +394,14 @@
 #define PCI_DEVICE_ID_ATI_RS785MC_INT_GFX	0x9713
 #define PCI_DEVICE_ID_ATI_RS785D_INT_GFX	0x9714
 
-#define PCI_DEVICE_ID_AMD_SR5650_HT            0x5A13
-#define PCI_DEVICE_ID_AMD_SR5670_HT            0x5A12
-#define PCI_DEVICE_ID_AMD_SR5690_HT            0x5A10
+#define PCI_DEVICE_ID_AMD_RD890TV_HT		0x5956
+#define PCI_DEVICE_ID_AMD_RX780_HT		0x5957
+#define PCI_DEVICE_ID_AMD_RD780_HT		0x5958
+#define PCI_DEVICE_ID_AMD_SR5690_HT		0x5A10
+#define PCI_DEVICE_ID_AMD_RD890_HT		0x5A11
+#define PCI_DEVICE_ID_AMD_SR5670_HT		0x5A12
+#define PCI_DEVICE_ID_AMD_SR5650_HT		0x5A13
+#define PCI_DEVICE_ID_AMD_990FX_HT		0x5A14
 #define PCI_DEVICE_ID_AMD_SR5650_PCIE          0x5A12
 #define PCI_DEVICE_ID_AMD_SR5650_PCIE_DEV2     0x5A16
 #define PCI_DEVICE_ID_AMD_SR5650_PCIE_DEV3     0x5A17




More information about the coreboot mailing list