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
/
system76
/
bonw14
/
acpi
/
gpe.asl
blob
7ef9a989c08184e366a28802cebffe038b0683a5
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
// GPP_K6 SCI
4
Method (_L06, 0, Serialized) {
5
Debug = Concatenate("GPE _L06: ", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
6
If (\_SB.PCI0.LPCB.EC0.ECOK) {
7
If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
8
Notify(\_SB.LID0, 0x80)
9
}
10
}
11
}