Jeremy Soller has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43630 )
Change subject: mb/system76/lemp9: use absolute path for _GPE ......................................................................
mb/system76/lemp9: use absolute path for _GPE
_GPE cannot be anywhere but at the root of the ACPI namespace.
This change ensures that is always the case.
Tested on lemp9, GPE still in correct location
Signed-off-by: Jeremy Soller jeremy@system76.com Change-Id: Ib31683b06e61da4b1859cd939c36879cebf4c03c --- M src/mainboard/system76/lemp9/acpi/mainboard.asl 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/43630/1
diff --git a/src/mainboard/system76/lemp9/acpi/mainboard.asl b/src/mainboard/system76/lemp9/acpi/mainboard.asl index 4e8691d..dfa81d3 100644 --- a/src/mainboard/system76/lemp9/acpi/mainboard.asl +++ b/src/mainboard/system76/lemp9/acpi/mainboard.asl @@ -9,6 +9,6 @@ #include "sleep.asl" }
-Scope (_GPE) { +Scope (_GPE) { #include "gpe.asl" }