mainboard/[g-p]*: Remove copyright notices
[coreboot.git] / src / mainboard / jetway / nf81-t56n-lf / acpi / gpe.asl
blobaf4e2e48b74c34a5cd7923d68f53cbdf5b1967ae
1 /*
2  * This file is part of the coreboot project.
3  *
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the GNU General Public License as published by
7  * 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 Scope(\_GPE) {  /* Start Scope GPE */
17         /*  Legacy PM event  */
18         Method(_L08) {
19                 /* DBGO("\\_GPE\\_L08\n") */
20         }
22         /*  Temp warning (TWarn) event  */
23         Method(_L09) {
24                 /* DBGO("\\_GPE\\_L09\n") */
25                 /* Notify (\_TZ.TZ00, 0x80) */
26         }
28         /*  USB controller PME#  */
29         Method(_L0B) {
30                 /* DBGO("\\_GPE\\_L0B\n") */
31                 Notify(\_SB.PCI0.UOH1, 0x02) /* NOTIFY_DEVICE_WAKE */
32                 Notify(\_SB.PCI0.UOH2, 0x02) /* NOTIFY_DEVICE_WAKE */
33                 Notify(\_SB.PCI0.UOH3, 0x02) /* NOTIFY_DEVICE_WAKE */
34                 Notify(\_SB.PCI0.UOH4, 0x02) /* NOTIFY_DEVICE_WAKE */
35                 Notify(\_SB.PCI0.UOH5, 0x02) /* NOTIFY_DEVICE_WAKE */
36                 Notify(\_SB.PCI0.UOH6, 0x02) /* NOTIFY_DEVICE_WAKE */
37                 Notify(\_SB.PCI0.UEH1, 0x02) /* NOTIFY_DEVICE_WAKE */
38         }
40         /*  ExtEvent0 SCI event  */
41         Method(_L10) {
42                 /* DBGO("\\_GPE\\_L10\n") */
43         }
46         /*  ExtEvent1 SCI event  */
47         Method(_L11) {
48                 /* DBGO("\\_GPE\\_L11\n") */
49         }
51         /*  GPIO0 or GEvent8 event  */
52         Method(_L18) {
53                 /* DBGO("\\_GPE\\_L18\n") */
54                 Notify(\_SB.PCI0.PBR4, 0x02) /* NOTIFY_DEVICE_WAKE */
55                 Notify(\_SB.PCI0.PBR5, 0x02) /* NOTIFY_DEVICE_WAKE */
56                 Notify(\_SB.PCI0.PBR6, 0x02) /* NOTIFY_DEVICE_WAKE */
57                 Notify(\_SB.PCI0.PBR7, 0x02) /* NOTIFY_DEVICE_WAKE */
58         }
60         /*  Azalia SCI event  */
61         Method(_L1B) {
62                 /* DBGO("\\_GPE\\_L1B\n") */
63                 Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
64         }
65 }       /* End Scope GPE */
67 /* Contains the GPEs for USB overcurrent */
68 #include "usb_oc.asl"