summaryrefslogtreecommitdiffstats
path: root/util/inteltool/pcie.c
diff options
context:
space:
mode:
authorBjörn Busse <bj.rn@co-assembler.net>2010-08-01 15:33:30 +0000
committerStefan Reinauer <stepan@openbios.org>2010-08-01 15:33:30 +0000
commit2d33dc40965c6f7f3dae585a330c2cd06b816c85 (patch)
treeda66a7316f01276f64ae0752a7f5ede60aeeed0a /util/inteltool/pcie.c
parent43110f5403895b8a9ab5fc15781b86109432bd29 (diff)
downloadcoreboot-2d33dc40965c6f7f3dae585a330c2cd06b816c85.tar.gz
coreboot-2d33dc40965c6f7f3dae585a330c2cd06b816c85.tar.bz2
coreboot-2d33dc40965c6f7f3dae585a330c2cd06b816c85.zip
add i945GSE to inteltool
Signed-off-by: Björn Busse <bj.rn@co-assembler.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5675 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 10b79e48660d..b4ad73235347 100644
--- a/util/inteltool/pcie.c
+++ b/util/inteltool/pcie.c
@@ -35,6 +35,7 @@ int print_epbar(struct pci_dev *nb)
switch (nb->device_id) {
case PCI_DEVICE_ID_INTEL_82915:
case PCI_DEVICE_ID_INTEL_82945GM:
+ case PCI_DEVICE_ID_INTEL_82945GSE:
case PCI_DEVICE_ID_INTEL_82945P:
case PCI_DEVICE_ID_INTEL_82975X:
epbar_phys = pci_read_long(nb, 0x40) & 0xfffffffe;
@@ -92,6 +93,7 @@ int print_dmibar(struct pci_dev *nb)
switch (nb->device_id) {
case PCI_DEVICE_ID_INTEL_82915:
case PCI_DEVICE_ID_INTEL_82945GM:
+ case PCI_DEVICE_ID_INTEL_82945GSE:
case PCI_DEVICE_ID_INTEL_82945P:
case PCI_DEVICE_ID_INTEL_82975X:
dmibar_phys = pci_read_long(nb, 0x4c) & 0xfffffffe;
@@ -150,6 +152,7 @@ int print_pciexbar(struct pci_dev *nb)
switch (nb->device_id) {
case PCI_DEVICE_ID_INTEL_82915:
case PCI_DEVICE_ID_INTEL_82945GM:
+ case PCI_DEVICE_ID_INTEL_82945GSE:
case PCI_DEVICE_ID_INTEL_82945P:
case PCI_DEVICE_ID_INTEL_82975X:
pciexbar_reg = pci_read_long(nb, 0x48);