[coreboot] Patch set updated for coreboot: a303140 Add PCI IDs for VIA VX900 chipset

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Tue Jul 17 06:28:19 CEST 2012


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/124

-gerrit

commit a30314069cd5cf8955ef0b10629e7a4a8a3f5725
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Mon Aug 1 05:16:20 2011 -0500

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

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index fd886da..068b396 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -1337,6 +1337,28 @@
 #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_ERROR_REPORT	0x1410
+#define PCI_DEVICE_ID_VIA_VX900_CPU_CTR			0x2410
+#define PCI_DEVICE_ID_VIA_VX900_DRAM_CTR		0x3410
+#define PCI_DEVICE_ID_VIA_VX900_PWR_MGMT		0x4410
+#define PCI_DEVICE_ID_VIA_VX900_TRAF_CTR		0x5410
+#define PCI_DEVICE_ID_VIA_VX900_SCRATCH_REG		0x6410
+#define PCI_DEVICE_ID_VIA_VX900_NORTH_NB_SB_CTR	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_SOUTH_NB_SB_CTR	0xa535
+#define PCI_DEVICE_ID_VIA_VX900_PCI_BR			0xb535
+#define PCI_DEVICE_ID_VIA_VX900_VGA				0x7122
+#define PCI_DEVICE_ID_VIA_VX900_VGA_UNKNOWN		0x9170
+#define PCI_DEVICE_ID_VIA_VX900_HDAC			0x3288
+#define PCI_DEVICE_ID_VIA_VX900_ETHERNER		0x3119
+/* 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 mailing list