From f14bd79ae161e65a0f6bb675452323ecd905a27e Mon Sep 17 00:00:00 2001 From: Alexandru Gagniuc Date: Tue, 17 Feb 2015 17:14:31 -0600 Subject: util/inteltool: Support reading RCBA of NM70 southbridge Change-Id: Ia90f967a4988214c719f374a49233bb6fade11b0 Signed-off-by: Alexandru Gagniuc Reviewed-on: http://review.coreboot.org/8481 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Stefan Reinauer --- util/inteltool/rootcmplx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/inteltool/rootcmplx.c b/util/inteltool/rootcmplx.c index 5cf3ebd3af..2227e6decc 100644 --- a/util/inteltool/rootcmplx.c +++ b/util/inteltool/rootcmplx.c @@ -93,6 +93,7 @@ int print_rcba(struct pci_dev *sb) case PCI_DEVICE_ID_INTEL_HM76: case PCI_DEVICE_ID_INTEL_HM75: case PCI_DEVICE_ID_INTEL_HM70: + case PCI_DEVICE_ID_INTEL_NM70: case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_FULL: case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_PREM: case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_BASE: -- cgit v1.2.3