Hello Aamir Bohra,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/48458
to review the following change.
Change subject: mb/intel/sm: Disable IGD ......................................................................
mb/intel/sm: Disable IGD
Disabled IGD until the IGD is enabled on ADL-P chrome
Change-Id: I7808bdf204b615ec64762517b830686c45187090 Signed-off-by: Aamir Bohra aamir.bohra@intel.com --- M src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/48458/1
diff --git a/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb b/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb index 5a4d9a5..ee85d4b 100644 --- a/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb +++ b/src/mainboard/intel/shadowmountain/variants/baseboard/devicetree.cb @@ -1,5 +1,5 @@ chip soc/intel/alderlake - + device cpu_cluster 0 on device lapic 0 on end end @@ -180,7 +180,7 @@
device domain 0 on device pci 00.0 on end # Host Bridge - device pci 02.0 on end # Graphics + device pci 02.0 off end # Graphics device pci 04.0 on end # DPTF device pci 05.0 on end # IPU device pci 06.0 on end # PEG60
Sugnan Prabhu S has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/48458 )
Change subject: mb/intel/sm: Disable IGD ......................................................................
Abandoned