payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / roda / rk886ex / acpi / gpe.asl
blobd507de5fd5aaf8bfcf22880e48648f4b91c2b448
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Scope (_GPE)
5         /* The event numbers correspond to the bit numbers in the
6          * GPE0_EN register PMBASE + 0x2C.
7          */
9         // Thermal Event
10         Method (_L00, 0)
11         {
13         }
15         // Hot Plug
16         Method (_L01, 0)
17         {
19         }
21         // Software GPE
22         Method (_L02, 0)
23         {
25         }
27         // USB1
28         Method (_L03, 0)
29         {
31         }
33         // USB2
34         Method (_L04, 0)
35         {
37         }
39         // AC97
40         Method (_L05, 0)
41         {
43         }
45         // _L06 TCOSCI
47         // SMBus (Reserved!)
48         Method (_L07, 0)
49         {
51         }
53         // COM1/COM2 (RI)
54         Method (_L08, 0)
55         {
57         }
59         // PCIe
60         Method (_L09, 0)
61         {
63         }
65         // _L0A BatLow / Quick Resume
67         // PME
68         Method (_L0B, 0)
69         {
71         }
73         // USB3
74         Method (_L0C, 0)
75         {
77         }
79         // PME B0
80         Method (_L0D, 0)
81         {
83         }
85         // USB4
86         Method (_L0E, 0)
87         {
89         }
91         // _L10 - _L1f: GPIn
93         // GPI13
94         Method (_L1D, 0)
95         {
97         }