summaryrefslogtreecommitdiff
path: root/util/inteltool/pcie.c
diff options
context:
space:
mode:
authorPat Erley <pat-lkml@erley.org>2010-04-21 06:23:19 +0000
committerPeter Stuge <peter@stuge.se>2010-04-21 06:23:19 +0000
commitca3548e79fd9005d9e9a5694b438bedd87e70560 (patch)
treee876c22a23b1b9298b5f33d73349f9ffd8cbacb4 /util/inteltool/pcie.c
parent7b769126d0065e237eea2fcb0b8218781faf4d1c (diff)
downloadcoreboot-ca3548e79fd9005d9e9a5694b438bedd87e70560.tar.xz
This patch adds:
ICH6 Southbridge, 82915 Series Northbridge, P4 6xx Series CPU to inteltool Tested on my Clevo D900T, based on ICH6 and i915P, with a p4 630 installed. Signed-off-by: Pat Erley <pat-lkml@erley.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/inteltool/pcie.c')
-rw-r--r--util/inteltool/pcie.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/inteltool/pcie.c b/util/inteltool/pcie.c
index 81e71e1a4f..5acb0b6ba2 100644
--- a/util/inteltool/pcie.c
+++ b/util/inteltool/pcie.c
@@ -33,6 +33,7 @@ int print_epbar(struct pci_dev *nb)
printf("\n============= EPBAR =============\n\n");
switch (nb->device_id) {
+ case PCI_DEVICE_ID_INTEL_82915:
case PCI_DEVICE_ID_INTEL_82945GM:
case PCI_DEVICE_ID_INTEL_82945P:
case PCI_DEVICE_ID_INTEL_82975X:
@@ -84,6 +85,7 @@ int print_dmibar(struct pci_dev *nb)
printf("\n============= DMIBAR ============\n\n");
switch (nb->device_id) {
+ case PCI_DEVICE_ID_INTEL_82915:
case PCI_DEVICE_ID_INTEL_82945GM:
case PCI_DEVICE_ID_INTEL_82945P:
case PCI_DEVICE_ID_INTEL_82975X:
@@ -137,6 +139,7 @@ int print_pciexbar(struct pci_dev *nb)
printf("========= PCIEXBAR ========\n\n");
switch (nb->device_id) {
+ case PCI_DEVICE_ID_INTEL_82915:
case PCI_DEVICE_ID_INTEL_82945GM:
case PCI_DEVICE_ID_INTEL_82945P:
case PCI_DEVICE_ID_INTEL_82975X: