From 8429de75a6cd6c6fbc13e0b85cbe9fba49dad211 Mon Sep 17 00:00:00 2001 From: Loïc Grenié Date: Mon, 2 Nov 2009 15:01:49 +0000 Subject: Add 82Q35/P35/Q33/G33/G31/P31 support to inteltool. The registers are (as far as I can tell) unchanged with respect to those of the PM965. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Grenié Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4905 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/inteltool/memory.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util/inteltool/memory.c') diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index 6792ec4eb8..aad16fcb3c 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -40,6 +40,9 @@ int print_mchbar(struct pci_dev *nb) mchbar_phys = pci_read_long(nb, 0x44) & 0xfffffffe; break; case PCI_DEVICE_ID_INTEL_PM965: + case PCI_DEVICE_ID_INTEL_82Q35: + case PCI_DEVICE_ID_INTEL_82G33: + case PCI_DEVICE_ID_INTEL_82Q33: mchbar_phys = pci_read_long(nb, 0x48) & 0xfffffffe; mchbar_phys |= ((uint64_t)pci_read_long(nb, 0x4c)) << 32; break; -- cgit v1.2.3