[coreboot-gerrit] Patch set updated for coreboot: 82f63d2 pci_ids.h: Add PCI IDs for VIA VX900 chipset

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Wed May 22 03:41:38 CEST 2013


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3268

-gerrit

commit 82f63d237da1be08652432241bb059b3d31db68f
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Tue May 21 14:50:19 2013 -0500

    pci_ids.h: Add PCI IDs for VIA VX900 chipset
    
    Change-Id: I4a75326fef0a10a6290cdd4b1b93d9af8e3ab23d
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/include/device/pci_ids.h | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index e9e5ab7..6fd44ea 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -1337,6 +1337,29 @@
 #define PCI_DEVICE_ID_VIA_VX855_VGA	0x5122
 #define PCI_DEVICE_ID_VIA_VX855_VLINK	0x7409
 #define PCI_DEVICE_ID_VIA_VX855_MEMCTRL	0x3409
+/* VIA VX900 PCI IDs */
+#define PCI_DEVICE_ID_VIA_VX900_HOST_BR	0x0410
+#define PCI_DEVICE_ID_VIA_VX900_ERR	0x1410
+#define PCI_DEVICE_ID_VIA_VX900_CPU_CTR	0x2410
+#define PCI_DEVICE_ID_VIA_VX900_MEMCTRL	0x3410
+#define PCI_DEVICE_ID_VIA_VX900_PM	0x4410
+#define PCI_DEVICE_ID_VIA_VX900_TRAF	0x5410
+#define PCI_DEVICE_ID_VIA_VX900_SCRATCH	0x6410
+#define PCI_DEVICE_ID_VIA_VX900_NBRIDGE	0x7410
+#define PCI_DEVICE_ID_VIA_VX900_LPC	0x8410
+#define PCI_DEVICE_ID_VIA_VX900_PEX1	0xa410
+#define PCI_DEVICE_ID_VIA_VX900_PEX2	0xb410
+#define PCI_DEVICE_ID_VIA_VX900_PEX3	0xc410
+#define PCI_DEVICE_ID_VIA_VX900_PEX4	0xd410
+#define PCI_DEVICE_ID_VIA_VX900_PEX_CTR	0xe410
+#define PCI_DEVICE_ID_VIA_VX900_SNMIC	0xa353
+#define PCI_DEVICE_ID_VIA_VX900_PCI_BR	0xb353
+#define PCI_DEVICE_ID_VIA_VX900_VGA	0x7122
+#define PCI_DEVICE_ID_VIA_VX900_VID_DEC	0x9170
+#define PCI_DEVICE_ID_VIA_VX900_HDAC	0x3288
+#define PCI_DEVICE_ID_VIA_VX900_ETH	0x3119
+#define PCI_DEVICE_ID_VIA_VX900_SATA	0x9001
+/* VIA CN700 */
 #define PCI_DEVICE_ID_VIA_CN700_AGP	0x0314
 #define PCI_DEVICE_ID_VIA_CN700_ERR	0x1314
 #define PCI_DEVICE_ID_VIA_CN700_HOST	0x2314



More information about the coreboot-gerrit mailing list