diff options
author | Nico Huber <nico.huber@secunet.com> | 2015-08-27 13:31:46 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2015-10-22 23:01:36 +0200 |
commit | 954a55b950cc13ba6685b71f32d26cb453bc8d06 (patch) | |
tree | a94271093c50086963d81ec7b8ae8416f05107e7 /util/autoport/sandybridge.go | |
parent | 3404625bcc5cfed13e2551df53b3e09bb7ec0a19 (diff) | |
download | coreboot-954a55b950cc13ba6685b71f32d26cb453bc8d06.tar.xz |
gma ACPI: Make brightness levels a per board setting
Those are actually board specific. Keep the old value as defaults,
though. The defaults are included by all affected boards.
Change-Id: Ib865c7b4274f2ea3181a89fc52701b740f9bab7d
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: http://review.coreboot.org/11705
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Vladimir Serbinenko <phcoder@gmail.com>
Diffstat (limited to 'util/autoport/sandybridge.go')
-rw-r--r-- | util/autoport/sandybridge.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/autoport/sandybridge.go b/util/autoport/sandybridge.go index a2afc6cb37..191c69f9e3 100644 --- a/util/autoport/sandybridge.go +++ b/util/autoport/sandybridge.go @@ -135,6 +135,8 @@ func (i sandybridgemc) Scan(ctx Context, addr PCIDevData) { DSDTPCI0Includes = append(DSDTPCI0Includes, DSDTInclude{ File: "northbridge/intel/sandybridge/acpi/sandybridge.asl", + }, DSDTInclude{ + File: "drivers/intel/gma/acpi/default_brightness_levels.asl", }) } |