summaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/acpi
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-01-05 20:30:16 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-03-01 08:32:47 +0000
commit09f06056eb7f2f1f966cf0e8942c42edb8a066a4 (patch)
tree5376b17286e7d31f1e1fbb671f812a36490d08a3 /src/soc/intel/skylake/acpi
parent13818f5c5cd55ce8bfa3c5942978a07c2d80f5eb (diff)
soc/intel: Include gfx.asl from northbridge
The iGPU is on the northbridge or system agent, not the southbridge. Change-Id: Ic63a7ad532fd1faa8e90d44bf7269040fa901757 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49123 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/skylake/acpi')
-rw-r--r--src/soc/intel/skylake/acpi/pch.asl3
-rw-r--r--src/soc/intel/skylake/acpi/systemagent.asl3
2 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/skylake/acpi/pch.asl b/src/soc/intel/skylake/acpi/pch.asl
index d2e922c359..136e5c4186 100644
--- a/src/soc/intel/skylake/acpi/pch.asl
+++ b/src/soc/intel/skylake/acpi/pch.asl
@@ -66,8 +66,5 @@ Method (_OSC, 4)
#include <soc/intel/common/acpi/sgx.asl>
#endif
-/* Integrated graphics 0:2.0 */
-#include <drivers/intel/gma/acpi/gfx.asl>
-
/* Intel Power Engine Plug-in */
#include <soc/intel/common/block/acpi/acpi/pep.asl>
diff --git a/src/soc/intel/skylake/acpi/systemagent.asl b/src/soc/intel/skylake/acpi/systemagent.asl
index d1441c4322..709e1f78c5 100644
--- a/src/soc/intel/skylake/acpi/systemagent.asl
+++ b/src/soc/intel/skylake/acpi/systemagent.asl
@@ -322,3 +322,6 @@ Device (PDRC)
Return (BUF0)
}
}
+
+/* Integrated graphics 0:2.0 */
+#include <drivers/intel/gma/acpi/gfx.asl>