aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/haswell/acpi/haswell.asl
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2015-08-27 15:07:03 +0200
committerNico Huber <nico.h@gmx.de>2015-10-12 10:09:00 +0000
commit62047d1e4a3b0e4114cd936af705a3ace95ab313 (patch)
treebcc871a9363ac55823c4d87e2ac12ed513cc64dd /src/northbridge/intel/haswell/acpi/haswell.asl
parentb66d6739c883473f5e0e16db426add29899a2577 (diff)
gma: Consolidate Intel IGD ACPI code some more
Consolidate some common (and mostly broken) code. Will try to fix things in separate commits. Maybe, igd.asl taken from gm45 (the non-PCH case) could also be used for i945 and sch. But this needs further investigation. Change-Id: Id3663bf588458e1e71920b96a3149f96947921e9 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: http://review.coreboot.org/11702 Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/northbridge/intel/haswell/acpi/haswell.asl')
-rw-r--r--src/northbridge/intel/haswell/acpi/haswell.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/acpi/haswell.asl b/src/northbridge/intel/haswell/acpi/haswell.asl
index b9e2c8a201..0d4f923dd7 100644
--- a/src/northbridge/intel/haswell/acpi/haswell.asl
+++ b/src/northbridge/intel/haswell/acpi/haswell.asl
@@ -51,4 +51,4 @@ Device (PDRC)
}
// Integrated graphics 0:2.0
-#include "igd.asl"
+#include <drivers/intel/gma/acpi/pch.asl>