From d5be4e4046a1ef89672f57e8c5674f95b66c97ae Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 3 Jan 2020 14:50:49 +0530 Subject: soc/intel/{cnl,icl,tgl}: Move northbridge.asl into common/block/acpi This patch creates a common instance of northbridge.asl inside intel common code (soc/intel/common/block/acpi/acpi) and changes cnl,icl & tgl soc code to refer northbridge.asl from common code block. TEST=Able to build and boot Hatch and ICL DE system. Dump DSDT.asl to verify Device(MCHC) presence after booting to OS. Change-Id: Ib9af844bcbbcce3f4b0ac7aada43d43e4171e08b Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/38155 Reviewed-by: Pratikkumar V Prajapati Reviewed-by: Wonkyu Kim Reviewed-by: Lance Zhao Tested-by: build bot (Jenkins) --- src/mainboard/intel/jasperlake_rvp/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/intel/jasperlake_rvp/dsdt.asl') diff --git a/src/mainboard/intel/jasperlake_rvp/dsdt.asl b/src/mainboard/intel/jasperlake_rvp/dsdt.asl index 6e11944aa0..559e1e36cf 100644 --- a/src/mainboard/intel/jasperlake_rvp/dsdt.asl +++ b/src/mainboard/intel/jasperlake_rvp/dsdt.asl @@ -38,7 +38,7 @@ DefinitionBlock( Scope (\_SB) { Device (PCI0) { - #include + #include #include } } -- cgit v1.2.3