[coreboot-gerrit] New patch to review for coreboot: intel/cougar_canyon2: fix build

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Oct 23 08:58:13 CEST 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/12132

-gerrit

commit b1a549bd64bfe9e6c303f0d6d53fe53cbd3d0ad6
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Fri Oct 23 08:56:28 2015 +0200

    intel/cougar_canyon2: fix build
    
    The reintroduction of cougar_canyon2 crossed beams with the
    moving the GMA display brightness data in ACPI into individual
    mainboards.
    
    Make things build again by having the board use the same default values
    that it used to use automatically. They may be wrong, but no worse than
    what was there before.
    
    Change-Id: Id788034c38b42e1c35d9cd17e9bbb2ce49e3e91c
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/mainboard/intel/cougar_canyon2/dsdt.asl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/intel/cougar_canyon2/dsdt.asl b/src/mainboard/intel/cougar_canyon2/dsdt.asl
index 82d6ee5..6e793c4 100644
--- a/src/mainboard/intel/cougar_canyon2/dsdt.asl
+++ b/src/mainboard/intel/cougar_canyon2/dsdt.asl
@@ -45,6 +45,7 @@ DefinitionBlock(
 		{
 			#include <northbridge/intel/fsp_sandybridge/acpi/sandybridge.asl>
 			#include <southbridge/intel/fsp_bd82x6x/acpi/pch.asl>
+			#include <drivers/intel/gma/acpi/default_brightness_levels.asl>
 		}
 	}
 



More information about the coreboot-gerrit mailing list