summaryrefslogtreecommitdiff
path: root/util/inteltool/memory.c
diff options
context:
space:
mode:
authorJoseph Smith <joe@settoplinux.org>2010-06-16 22:21:19 +0000
committerJoseph Smith <joe@smittys.pointclark.net>2010-06-16 22:21:19 +0000
commite10757ed525cdd1a5263b9d79e284310c999c0f7 (patch)
treeddbf7fe12d122e2f640868109831a7aec72bb067 /util/inteltool/memory.c
parentcfaa081f98ef44aa45b98d450367d8742135eae6 (diff)
downloadcoreboot-e10757ed525cdd1a5263b9d79e284310c999c0f7.tar.xz
This patch adds inteltool support for i810E and ICH2.
Signed-off-by: Joseph Smith <joe@settoplinux.org> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5632 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/inteltool/memory.c')
-rw-r--r--util/inteltool/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/memory.c b/util/inteltool/memory.c
index 0dae58998d..5c25dd0623 100644
--- a/util/inteltool/memory.c
+++ b/util/inteltool/memory.c
@@ -50,6 +50,7 @@ int print_mchbar(struct pci_dev *nb)
case PCI_DEVICE_ID_INTEL_82443LX:
case PCI_DEVICE_ID_INTEL_82443BX:
case PCI_DEVICE_ID_INTEL_82810:
+ case PCI_DEVICE_ID_INTEL_82810E_MC:
case PCI_DEVICE_ID_INTEL_82810DC:
case PCI_DEVICE_ID_INTEL_82830M:
printf("This northbrigde does not have MCHBAR.\n");