From 830fdc77cb6ab5333a82833db2fc47725c1b508f Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 21 Apr 2016 07:15:14 +0200 Subject: mb/lenovo/T4xx: enable PEG device Enable the PEG device in devicetree to expose the device if any. This is already default behaviour for T5xx series. Change-Id: I16bd253ca96c4cdaad8a829f6490cec9e2599b5f Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/14448 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Philipp Deppenwiese --- src/mainboard/lenovo/t400/devicetree.cb | 1 + src/mainboard/lenovo/t420/devicetree.cb | 2 +- src/mainboard/lenovo/t420s/devicetree.cb | 2 +- src/mainboard/lenovo/t430s/devicetree.cb | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/t400/devicetree.cb b/src/mainboard/lenovo/t400/devicetree.cb index af92d30e36..7923046e49 100644 --- a/src/mainboard/lenovo/t400/devicetree.cb +++ b/src/mainboard/lenovo/t400/devicetree.cb @@ -27,6 +27,7 @@ chip northbridge/intel/gm45 device pci 00.0 on subsystemid 0x17aa 0x20e0 end # host bridge + device pci 01.0 on end # PCIe Bridge for discrete graphics device pci 02.0 on # VGA subsystemid 0x17aa 0x20e4 ioapic_irq 2 INTA 0x10 diff --git a/src/mainboard/lenovo/t420/devicetree.cb b/src/mainboard/lenovo/t420/devicetree.cb index 8041e5b2e2..65c567c18e 100644 --- a/src/mainboard/lenovo/t420/devicetree.cb +++ b/src/mainboard/lenovo/t420/devicetree.cb @@ -40,7 +40,7 @@ chip northbridge/intel/sandybridge device pci 00.0 on subsystemid 0x17aa 0x21ce end # host bridge - device pci 01.0 off end # PCIe Bridge for discrete graphics + device pci 01.0 on end # PCIe Bridge for discrete graphics device pci 02.0 on subsystemid 0x17aa 0x21ce end # Integrated Graphics Controller diff --git a/src/mainboard/lenovo/t420s/devicetree.cb b/src/mainboard/lenovo/t420s/devicetree.cb index ca02455ff2..2376d64bea 100644 --- a/src/mainboard/lenovo/t420s/devicetree.cb +++ b/src/mainboard/lenovo/t420s/devicetree.cb @@ -39,7 +39,7 @@ chip northbridge/intel/sandybridge device pci 00.0 on subsystemid 0x17aa 0x21d2 end # host bridge - device pci 01.0 off end # NVIDIA Corporation GF119M [NVS 4200M] + device pci 01.0 on end # NVIDIA Corporation GF119M [NVS 4200M] device pci 02.0 on subsystemid 0x17aa 0x21d3 end # Integrated Graphics Controller diff --git a/src/mainboard/lenovo/t430s/devicetree.cb b/src/mainboard/lenovo/t430s/devicetree.cb index 7b83fbc8c8..8c0f10f9ba 100644 --- a/src/mainboard/lenovo/t430s/devicetree.cb +++ b/src/mainboard/lenovo/t430s/devicetree.cb @@ -39,7 +39,7 @@ chip northbridge/intel/sandybridge device pci 00.0 on subsystemid 0x17aa 0x21fb end # host bridge - device pci 01.0 off end # PCIe Bridge for discrete graphics + device pci 01.0 on end # PCIe Bridge for discrete graphics device pci 02.0 on subsystemid 0x17aa 0x21fb end # Integrated Graphics Controller -- cgit v1.2.3