repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
roda
/
rk886ex
/
acpi
/
gpe.asl
blob
d507de5fd5aaf8bfcf22880e48648f4b91c2b448
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Scope (_GPE)
4
{
5
/* The event numbers correspond to the bit numbers in the
6
* GPE0_EN register PMBASE + 0x2C.
7
*/
8
9
// Thermal Event
10
Method (_L00, 0)
11
{
12
13
}
14
15
// Hot Plug
16
Method (_L01, 0)
17
{
18
19
}
20
21
// Software GPE
22
Method (_L02, 0)
23
{
24
25
}
26
27
// USB1
28
Method (_L03, 0)
29
{
30
31
}
32
33
// USB2
34
Method (_L04, 0)
35
{
36
37
}
38
39
// AC97
40
Method (_L05, 0)
41
{
42
43
}
44
45
// _L06 TCOSCI
46
47
// SMBus (Reserved!)
48
Method (_L07, 0)
49
{
50
51
}
52
53
// COM1/COM2 (RI)
54
Method (_L08, 0)
55
{
56
57
}
58
59
// PCIe
60
Method (_L09, 0)
61
{
62
63
}
64
65
// _L0A BatLow / Quick Resume
66
67
// PME
68
Method (_L0B, 0)
69
{
70
71
}
72
73
// USB3
74
Method (_L0C, 0)
75
{
76
77
}
78
79
// PME B0
80
Method (_L0D, 0)
81
{
82
83
}
84
85
// USB4
86
Method (_L0E, 0)
87
{
88
89
}
90
91
// _L10 - _L1f: GPIn
92
93
// GPI13
94
Method (_L1D, 0)
95
{
96
97
}
98
}