summaryrefslogtreecommitdiff
path: root/util/inteltool/rootcmplx.c
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2011-10-30 13:30:36 +0100
committerSven Schnelle <svens@stackframe.org>2011-10-30 13:37:16 +0100
commit54a5aedec69bac62bf9bb5f65e431130507235fb (patch)
tree6aaa5ac2568077f6d51c66bd8b980a2ac0e5cb47 /util/inteltool/rootcmplx.c
parent4c2bfb6256da0a4ffab94b3e810b9489e63a5c16 (diff)
downloadcoreboot-54a5aedec69bac62bf9bb5f65e431130507235fb.tar.xz
inteltool: Add Intel i63xx I/O Controller Hub
Change-Id: Iaea7e4d1b206d43661ecb61d2ae517723fb8d008 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/356 Tested-by: build bot (Jenkins)
Diffstat (limited to 'util/inteltool/rootcmplx.c')
-rw-r--r--util/inteltool/rootcmplx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c
index a88b608969..a47873114b 100644
--- a/util/inteltool/rootcmplx.c
+++ b/util/inteltool/rootcmplx.c
@@ -46,6 +46,7 @@ int print_rcba(struct pci_dev *sb)
case PCI_DEVICE_ID_INTEL_ICH9ME:
case PCI_DEVICE_ID_INTEL_ICH10R:
case PCI_DEVICE_ID_INTEL_NM10:
+ case PCI_DEVICE_ID_INTEL_I63XX:
rcba_phys = pci_read_long(sb, 0xf0) & 0xfffffffe;
break;
case PCI_DEVICE_ID_INTEL_ICH: