Change-Id: Ia5ae30a1ee976b8059936027b28ac56f37279217 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71516 Reviewed-by: Tim Crawford <tcrawford@system76.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
// GPP_C19 SCI
|
|
Method (_L13, 0, Serialized) {
|
|
Printf ("GPE _L13: %o", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
|
|
If (\_SB.PCI0.LPCB.EC0.ECOK) {
|
|
If (\_SB.PCI0.LPCB.EC0.WFNO == 1) {
|
|
Notify(\_SB.LID0, 0x80)
|
|
}
|
|
}
|
|
}
|