tree: drop last paragraph of GPL copyright header
[coreboot.git] / src / mainboard / intel / mohonpeak / dsdt.asl
blobdbb8b15abff7cc76b91bd61cca383ad6ee07f639
1 /*
2  * This file is part of the coreboot project.
3  *
4  * Copyright (C) 2007-2009 coresystems GmbH
5  * Copyright (C) 2011 The ChromiumOS Authors.  All rights reserved.
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; version 2 of the License.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  */
17 DefinitionBlock(
18         "dsdt.aml",
19         "DSDT",
20         0x02,           // DSDT revision: ACPI v2.0
21         "COREv4",       // OEM id
22         "COREBOOT",     // OEM table id
23         0x20110725      // OEM revision
26         // Include debug methods
27         #include <arch/x86/acpi/debug.asl>
29         // Some generic macros
30         #include "acpi/platform.asl"
32         // global NVS and variables
33         #include <southbridge/intel/fsp_rangeley/acpi/globalnvs.asl>
35         #include "acpi/thermal.asl"
37         #include <cpu/intel/fsp_model_406dx/acpi/cpu.asl>
39         Scope (\_SB) {
40                 Device (PCI0)
41                 {
42                         #include <northbridge/intel/fsp_rangeley/acpi/rangeley.asl>
43                         #include <southbridge/intel/fsp_rangeley/acpi/soc.asl>
44                 }
45         }
47         /* Chipset specific sleep states */
48         #include <southbridge/intel/fsp_rangeley/acpi/sleepstates.asl>