inteltool 82945G/GZ/P/PL Support (trivial)
[coreboot.git] / util / inteltool / pcie.c
index f62f78cb07bd908104b5f3921fcba470e78c4ae6..8ea9d215b168fbdad8cddc56c829fcb3d1e0d26c 100644 (file)
@@ -36,6 +36,7 @@ int print_epbar(struct pci_dev *nb)
 
        switch (nb->device_id) {
        case PCI_DEVICE_ID_INTEL_82945GM:
+       case PCI_DEVICE_ID_INTEL_82945P:
                epbar_phys = pci_read_long(nb, 0x40) & 0xfffffffe;
                break;
        case 0x1234: // Dummy for non-existent functionality
@@ -77,6 +78,7 @@ int print_dmibar(struct pci_dev *nb)
 
        switch (nb->device_id) {
        case PCI_DEVICE_ID_INTEL_82945GM:
+       case PCI_DEVICE_ID_INTEL_82945P:
                dmibar_phys = pci_read_long(nb, 0x4c) & 0xfffffffe;
                break;
        case 0x1234: // Dummy for non-existent functionality
@@ -120,6 +122,7 @@ int print_pciexbar(struct pci_dev *nb)
 
        switch (nb->device_id) {
        case PCI_DEVICE_ID_INTEL_82945GM:
+       case PCI_DEVICE_ID_INTEL_82945P:
                pciexbar_reg = pci_read_long(nb, 0x48);
                break;
        case 0x1234: // Dummy for non-existent functionality