summaryrefslogtreecommitdiff
path: root/src/northbridge/intel/gm45/acpi
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-03-27 12:13:41 -0500
committerPatrick Georgi <pgeorgi@google.com>2020-03-31 10:51:33 +0000
commit6343cd846a55b228f08843e07c75f48aeadede0a (patch)
treeb932c992f7e1f69074cbc9b48d9a8eaf4cea534b /src/northbridge/intel/gm45/acpi
parent14cf3245fe0a3ff362712527492328a9fe055c6f (diff)
downloadcoreboot-6343cd846a55b228f08843e07c75f48aeadede0a.tar.xz
drivers/intel/gma: fold gma.asl into default_brightness_levels.asl
Including gma.asl at the platform level (vs the board level) means that even desktop boards need to include the default brightness levels, which makes no sense. To begin to clean this up, include gma.asl in default_brightness_levels.asl (as well as the handful of board-specific brightness files) and remove it from the various platforms. A follow-on commit will remove default_brightness_levels.asl from all boards which lack an internal display. Change-Id: I8063deeef4ab6d6ab34ed9b0be5b1d541d6e9b6b Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39878 Reviewed-by: Benjamin Doron <benjamin.doron00@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/gm45/acpi')
-rw-r--r--src/northbridge/intel/gm45/acpi/gm45.asl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/northbridge/intel/gm45/acpi/gm45.asl b/src/northbridge/intel/gm45/acpi/gm45.asl
index 8a30212d1d..576ab96bb6 100644
--- a/src/northbridge/intel/gm45/acpi/gm45.asl
+++ b/src/northbridge/intel/gm45/acpi/gm45.asl
@@ -73,6 +73,3 @@ Device (PDRC)
// PCIe graphics port 0:1.0
#include "peg.asl"
-
-// Integrated graphics 0:2.0
-#include <drivers/intel/gma/acpi/gma.asl>