Remove Inagua Kconfig items for external VGA and AHCI binaries. These can be addded...
[coreboot.git] / src / mainboard / lenovo / x60 / acpi / gpe.asl
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
9  * 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  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
19  * MA 02110-1301 USA
20  */
21
22 Scope (_GPE)
23 {
24         /* The event numbers correspond to the bit numbers in the
25          * GPE0_EN register PMBASE + 0x2C.
26          */
27
28         // Thermal Event
29         Method (_L00, 0)
30         {
31
32         }
33
34         // Hot Plug
35         Method (_L01, 0)
36         {
37
38         }
39
40         // Software GPE
41         Method (_L02, 0)
42         {
43
44         }
45
46         // USB1
47         Method (_L03, 0)
48         {
49
50         }
51
52         // USB2
53         Method (_L04, 0)
54         {
55
56         }
57
58         // AC97
59         Method (_L05, 0)
60         {
61
62         }
63
64         // _L06 TCOSCI
65
66         // SMBus (Reserved!)
67         Method (_L07, 0)
68         {
69
70         }
71
72         // COM1/COM2 (RI)
73         Method (_L08, 0)
74         {
75
76         }
77
78         // PCIe
79         Method (_L09, 0)
80         {
81
82         }
83
84         // _L0A BatLow / Quick Resume
85
86         // PME
87         Method (_L0B, 0)
88         {
89
90         }
91
92         // USB3
93         Method (_L0C, 0)
94         {
95
96         }
97
98         // PME B0
99         Method (_L0D, 0)
100         {
101
102         }
103
104         // USB4
105         Method (_L0E, 0)
106         {
107
108         }
109
110         // _L10 - _L1f: GPIn
111
112         // GPI13
113         Method (_L1D, 0)
114         {
115
116         }
117 }