From 90d17407d8eeda82a6f4ba2170e97f609e8cc71b Mon Sep 17 00:00:00 2001 From: Maciej Pijanka Date: Wed, 30 Sep 2009 17:05:46 +0000 Subject: Add initial inteltool support for Intel 440BX/440LX and 82371AB/EB/MB. Signed-off-by: Maciej Pijanka Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4694 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/inteltool/memory.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/inteltool/memory.c') diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c index a2060cbed0..6792ec4eb8 100644 --- a/util/inteltool/memory.c +++ b/util/inteltool/memory.c @@ -43,6 +43,8 @@ int print_mchbar(struct pci_dev *nb) mchbar_phys = pci_read_long(nb, 0x48) & 0xfffffffe; mchbar_phys |= ((uint64_t)pci_read_long(nb, 0x4c)) << 32; break; + case PCI_DEVICE_ID_INTEL_82443LX: + case PCI_DEVICE_ID_INTEL_82443BX: case PCI_DEVICE_ID_INTEL_82810: case PCI_DEVICE_ID_INTEL_82810DC: printf("This northbrigde does not have MCHBAR.\n"); -- cgit v1.2.3