From 09f06056eb7f2f1f966cf0e8942c42edb8a066a4 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 5 Jan 2021 20:30:16 +0100 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/49123 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Paul Menzel Reviewed-by: Tim Wawrzynczak --- src/soc/intel/apollolake/acpi/northbridge.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/apollolake/acpi/northbridge.asl') diff --git a/src/soc/intel/apollolake/acpi/northbridge.asl b/src/soc/intel/apollolake/acpi/northbridge.asl index 1450983654..6a71900e7f 100644 --- a/src/soc/intel/apollolake/acpi/northbridge.asl +++ b/src/soc/intel/apollolake/acpi/northbridge.asl @@ -114,3 +114,6 @@ Method (_CRS, 0, Serialized) Return (MCRS) } + +/* GFX 00:02.0 */ +#include -- cgit v1.2.3