cpu/intel/common: Use a common acpi/cpu.asl file
[coreboot.git] / src / mainboard / hp / 2760p / dsdt.asl
blob756516efe25cc0e25b7b6098abdc0a15fd971065
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007-2009 coresystems GmbH
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; version 2 of the License.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  */
16 #define BRIGHTNESS_UP \_SB.PCI0.GFX0.INCB
17 #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB
18 #define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0
19 #include <arch/acpi.h>
20 DefinitionBlock(
21         "dsdt.aml",
22         "DSDT",
23         0x02,           // DSDT revision: ACPI v2.0 and up
24         OEM_ID,
25         ACPI_TABLE_CREATOR,
26         0x20141018      // OEM revision
29         // Some generic macros
30         #include "acpi/platform.asl"
31         #include <cpu/intel/common/acpi/cpu.asl>
32         #include <southbridge/intel/bd82x6x/acpi/platform.asl>
33         /* global NVS and variables.  */
34         #include <southbridge/intel/bd82x6x/acpi/globalnvs.asl>
35         #include <southbridge/intel/bd82x6x/acpi/sleepstates.asl>
37         Scope (\_SB) {
38                 Device (PCI0)
39                 {
40                 #include <northbridge/intel/sandybridge/acpi/sandybridge.asl>
41                 #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
42                 #include <southbridge/intel/bd82x6x/acpi/pch.asl>
43                 }
44         }