aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/acpi/gm45.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/gm45/acpi/gm45.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/gm45/acpi/gm45.asl')
-rw-r--r--src/northbridge/intel/gm45/acpi/gm45.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/gm45/acpi/gm45.asl b/src/northbridge/intel/gm45/acpi/gm45.asl
index 518186645e..8885f0ed8d 100644
--- a/src/northbridge/intel/gm45/acpi/gm45.asl
+++ b/src/northbridge/intel/gm45/acpi/gm45.asl
@@ -79,4 +79,4 @@ Device (PDRC)
#include "peg.asl"
// Integrated graphics 0:2.0
-#include "igd.asl"
+#include <drivers/intel/gma/acpi/non-pch.asl>