payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / asrock / e350m1 / acpi / gpe.asl
blobdb500c0ee7372970096ee15833fd1b83d77636ae
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Scope(\_GPE) {  /* Start Scope GPE */
5         /*  Legacy PM event  */
6         Method(_L08) {
7                 /* DBGO("\\_GPE\\_L08\n") */
8         }
10         /*  Temp warning (TWarn) event  */
11         Method(_L09) {
12                 /* DBGO("\\_GPE\\_L09\n") */
13                 /* Notify (\_TZ.TZ00, 0x80) */
14         }
16         /*  USB controller PME#  */
17         Method(_L0B) {
18                 /* DBGO("\\_GPE\\_L0B\n") */
19                 Notify(\_SB.PCI0.UOH1, 0x02) /* NOTIFY_DEVICE_WAKE */
20                 Notify(\_SB.PCI0.UOH2, 0x02) /* NOTIFY_DEVICE_WAKE */
21                 Notify(\_SB.PCI0.UOH3, 0x02) /* NOTIFY_DEVICE_WAKE */
22                 Notify(\_SB.PCI0.UOH4, 0x02) /* NOTIFY_DEVICE_WAKE */
23                 Notify(\_SB.PCI0.UOH5, 0x02) /* NOTIFY_DEVICE_WAKE */
24                 Notify(\_SB.PCI0.UOH6, 0x02) /* NOTIFY_DEVICE_WAKE */
25                 Notify(\_SB.PCI0.UEH1, 0x02) /* NOTIFY_DEVICE_WAKE */
26         }
28         /*  ExtEvent0 SCI event  */
29         Method(_L10) {
30                 /* DBGO("\\_GPE\\_L10\n") */
31         }
34         /*  ExtEvent1 SCI event  */
35         Method(_L11) {
36                 /* DBGO("\\_GPE\\_L11\n") */
37         }
39         /*  GPIO0 or GEvent8 event  */
40         Method(_L18) {
41                 /* DBGO("\\_GPE\\_L18\n") */
42                 Notify(\_SB.PCI0.PBR4, 0x02) /* NOTIFY_DEVICE_WAKE */
43                 Notify(\_SB.PCI0.PBR5, 0x02) /* NOTIFY_DEVICE_WAKE */
44                 Notify(\_SB.PCI0.PBR6, 0x02) /* NOTIFY_DEVICE_WAKE */
45                 Notify(\_SB.PCI0.PBR7, 0x02) /* NOTIFY_DEVICE_WAKE */
46         }
48         /*  Azalia SCI event  */
49         Method(_L1B) {
50                 /* DBGO("\\_GPE\\_L1B\n") */
51                 Notify(\_SB.PCI0.AZHD, 0x02) /* NOTIFY_DEVICE_WAKE */
52         }
54 }       /* End Scope GPE */