diff options
Diffstat (limited to 'util/inteltool/memory.c')
-rw-r--r-- | util/inteltool/memory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index 6df878255d..2ae331a576 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -148,6 +148,9 @@ int print_mchbar(struct pci_dev *nb, struct pci_access *pacc, const char *dump_s case PCI_DEVICE_ID_INTEL_82Q965: case PCI_DEVICE_ID_INTEL_ATOM_DXXX: case PCI_DEVICE_ID_INTEL_ATOM_NXXX: + case PCI_DEVICE_ID_INTEL_CORE_ADL_ID_N_0_8: + case PCI_DEVICE_ID_INTEL_CORE_ADL_ID_N_0_4: + case PCI_DEVICE_ID_INTEL_CORE_ADL_ID_N_0_4_1: mchbar_phys = pci_read_long(nb, 0x48); /* Test if bit 0 of the MCHBAR reg is 1 to enable memory reads. |