add i945GSE to inteltool
[coreboot.git] / util / inteltool / pcie.c
index 10b79e48660d7e430858ceb106847b85bf17727a..b4ad7323534785a3a42dc6d0fb88ae09c9d2ac8c 100644 (file)
@@ -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);