util/inteltool: Support reading RCBA of NM70 southbridge
Change-Id: Ia90f967a4988214c719f374a49233bb6fade11b0 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/8481 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
dbe0df1992
commit
f14bd79ae1
|
@ -93,6 +93,7 @@ int print_rcba(struct pci_dev *sb)
|
||||||
case PCI_DEVICE_ID_INTEL_HM76:
|
case PCI_DEVICE_ID_INTEL_HM76:
|
||||||
case PCI_DEVICE_ID_INTEL_HM75:
|
case PCI_DEVICE_ID_INTEL_HM75:
|
||||||
case PCI_DEVICE_ID_INTEL_HM70:
|
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_FULL:
|
||||||
case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_PREM:
|
case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_PREM:
|
||||||
case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_BASE:
|
case PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_BASE:
|
||||||
|
|
Loading…
Reference in New Issue