diff options
author | Corey Osgood <corey.osgood@gmail.com> | 2008-02-21 00:56:14 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2008-02-21 00:56:14 +0000 |
commit | bd3f93e33038be965c971a6974d580f55934b854 (patch) | |
tree | 52287af10f52f09c81e19ce64c95b8a9973474df /src/include/device | |
parent | f327d9f9540971518e1661e1f50d30ffa6b74173 (diff) | |
download | coreboot-bd3f93e33038be965c971a6974d580f55934b854.tar.xz |
Add support for the Via CN700 with a C7 CPU and DDR2 RAM. Only a single DIMM is
working for now, and more work is needed for it to be fully dynamic. However,
just about any 128MB-512MB DIMM should work.
Signed-off-by: Corey Osgood <corey.osgood@gmail.com>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3113 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/device')
-rw-r--r-- | src/include/device/pci_ids.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 0070c97dae..942bd64b54 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1153,6 +1153,14 @@ #define PCI_DEVICE_ID_VIA_K8T890CE_BR 0xb188 #define PCI_DEVICE_ID_VIA_VT6420_SATA 0x3149 #define PCI_DEVICE_ID_VIA_VT8237R_LPC 0x3227 +#define PCI_DEVICE_ID_VIA_CN700_AGP 0x0314 +#define PCI_DEVICE_ID_VIA_CN700_ERR 0x1314 +#define PCI_DEVICE_ID_VIA_CN700_HOST 0x2314 +#define PCI_DEVICE_ID_VIA_CN700_MEMCTRL 0x3208 +#define PCI_DEVICE_ID_VIA_CN700_PM 0x4314 +#define PCI_DEVICE_ID_VIA_CN700_VLINK 0x7314 +#define PCI_DEVICE_ID_VIA_CN700_BRIDGE 0xB198 +#define PCI_DEVICE_ID_VIA_CN700_VGA 0x3344 #define PCI_VENDOR_ID_SIEMENS 0x110A #define PCI_DEVICE_ID_SIEMENS_DSCC4 0x2102 |