mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / lenovo / thinkcentre_a58 / dsdt.asl
blob612094926932862f8a52d4a071334e98b1a35202
1 /*
2  * This file is part of the coreboot project.
3  *
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU General Public License as
7  * published by the Free Software Foundation; version 2 of the License.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  */
15 #include <arch/acpi.h>
16 DefinitionBlock(
17         "dsdt.aml",
18         "DSDT",
19         0x02,           // DSDT revision: ACPI v2.0 and up
20         OEM_ID,
21         ACPI_TABLE_CREATOR,
22         0x20090419      // OEM revision
25         // global NVS and variables
26         #include <southbridge/intel/common/acpi/platform.asl>
27         #include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
29         Scope (\_SB) {
30                 Device (PCI0)
31                 {
32                         #include <northbridge/intel/x4x/acpi/x4x.asl>
33                         #include <southbridge/intel/i82801gx/acpi/ich7.asl>
34                         #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
35                 }
36         }
38         #include <southbridge/intel/common/acpi/sleepstates.asl>