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
This commit is contained in:
committed by
Stefan Reinauer
parent
43110f5403
commit
2d33dc4096
@@ -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);
|
||||
|
Reference in New Issue
Block a user