tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / intel / d945gclf / dsdt.asl
blob187481a1e2e57b09bd12235155e47080a4dc28bb
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
7  * modify it under the terms of the GNU General Public License as
8  * published by 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 DefinitionBlock(
17         "dsdt.aml",
18         "DSDT",
19         0x02,           // DSDT revision: ACPI v2.0
20         "COREv4",       // OEM id
21         "COREBOOT",     // OEM table id
22         0x20090419      // OEM revision
25         // Some generic macros
26         #include "acpi/platform.asl"
28         // global NVS and variables
29         #include <southbridge/intel/i82801gx/acpi/globalnvs.asl>
30         #include <southbridge/intel/common/acpi/platform.asl>
32         // General Purpose Events
33         //#include "acpi/gpe.asl"
35         // mainboard specific devices
36         #include "acpi/mainboard.asl"
38         // Thermal Zone
39         //#include "acpi/thermal.asl"
41         #include <cpu/intel/common/acpi/cpu.asl>
43         Scope (\_SB) {
44                 Device (PCI0)
45                 {
46                         #include <northbridge/intel/i945/acpi/i945.asl>
47                         #include <southbridge/intel/i82801gx/acpi/ich7.asl>
48                 }
49         }
51         /* Chipset specific sleep states */
52         #include <southbridge/intel/i82801gx/acpi/sleepstates.asl>