Copy system76/lemp9 to clevo/l140cu, since it's a Clevo notebook actually and both have the same mainboard. This commit is meant to create a working copy for clevo/l140cu. The only changes are names. Further patches will follow to make this mainboard more generic. Since system76/lemp9 is based on System76's EC firmware, EC stuff does not work correctly yet. This will be fixed in another patch. Tested on TUXEDO InfinityBook S 14 v5 and PCZ Lafité Pro 14. Change-Id: I7c2993256fd9123a8013df5ba8292ea1ead10f74 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/45624 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
// GPP_D9 SCI
|
|
Method (_L29, 0, Serialized) {
|
|
Debug = Concatenate("GPE _L29: ", ToHexString(\_SB.PCI0.LPCB.EC0.WFNO))
|
|
If (\_SB.PCI0.LPCB.EC0.ECOK) {
|
|
If (\_SB.PCI0.LPCB.EC0.WFNO == One) {
|
|
Notify(\_SB.LID0, 0x80)
|
|
}
|
|
}
|
|
}
|