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
soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
mainboard
/
system76
/
whl-u
/
acpi
/
gpe.asl
blob
82918374268ea66c2708739f02a861b776e93d06
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
// GPP_D9 SCI
4
Method (_L29, 0, Serialized) {
5
Printf ("GPE _L29: %o", 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
}