diff options
author | Rudolf Marek <r.marek@assembler.cz> | 2008-03-20 21:19:50 +0000 |
---|---|---|
committer | Rudolf Marek <r.marek@assembler.cz> | 2008-03-20 21:19:50 +0000 |
commit | 316e07fb04c4de11b8be717c73f9a80baf0fece6 (patch) | |
tree | fc9079e2b72953821c66d59c34fa20523111d7a6 /src/include/device | |
parent | 14a3feb0686b9c97034de828844f52c75ccc42d1 (diff) | |
download | coreboot-316e07fb04c4de11b8be717c73f9a80baf0fece6.tar.xz |
Following patch adds K8M890 support. It initializes the AGP and graphics UMA.
The V-link setup and HT bridge is redone, because VT8237A has it in another
device. So far following combination of chipsets should now work:
K8T890CE + VT8237R
K8M890(CE) + VT8237R
VIA PC1 brige moved to NB code (vt8237r_bridge.c -> k8t890_bridge.c) and
notes about K8M890 support were added.
Signed-off-by: Rudolf Marek <r.marek@assembler.cz>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3183 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index ff1edc81a2..8f0faffe85 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1145,6 +1145,13 @@ #define PCI_DEVICE_ID_VIA_K8T890CE_4 0x4238 #define PCI_DEVICE_ID_VIA_K8T890CE_5 0x5238 #define PCI_DEVICE_ID_VIA_K8T890CE_7 0x7238 +#define PCI_DEVICE_ID_VIA_K8M890CE_0 0x0336 +#define PCI_DEVICE_ID_VIA_K8M890CE_1 0x1336 +#define PCI_DEVICE_ID_VIA_K8M890CE_2 0x2336 +#define PCI_DEVICE_ID_VIA_K8M890CE_3 0x3336 +#define PCI_DEVICE_ID_VIA_K8M890CE_4 0x4336 +#define PCI_DEVICE_ID_VIA_K8M890CE_5 0x5336 +#define PCI_DEVICE_ID_VIA_K8M890CE_7 0x7336 #define PCI_DEVICE_ID_VIA_K8T890CE_PEG 0xa238 #define PCI_DEVICE_ID_VIA_K8T890CE_PEX0 0xc238 #define PCI_DEVICE_ID_VIA_K8T890CE_PEX1 0xd238 |