fdaccd875d
Change-Id: I55a827f8d6a5421c36f77049935630f4db4ba04d Signed-off-by: Jeremy Soller <jeremy@system76.com> Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49173 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
15 lines
257 B
Text
15 lines
257 B
Text
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
|
|
#define EC_GPE_SCI 0x03 /* GPP_K3 */
|
|
#define EC_GPE_SWI 0x06 /* GPP_K6 */
|
|
#include <ec/system76/ec/acpi/ec.asl>
|
|
|
|
Scope (\_SB) {
|
|
#include "sleep.asl"
|
|
}
|
|
|
|
Scope (\_GPE) {
|
|
#include "gpe.asl"
|
|
}
|
|
|
|
#include "dgpu.asl"
|