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" }
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43630
to look at the new patch set (#7).
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/7
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43630 )
Change subject: mb/system76/lemp9: use absolute path for _GPE ......................................................................
Patch Set 7: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/43630/7//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/43630/7//COMMIT_MSG@13 PS7, Line 13: Tested on lemp9, GPE still in correct location Please add a period at the end of the sentence.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43630
to look at the new patch set (#8).
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/8
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43630
to look at the new patch set (#12).
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/12
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43630
to look at the new patch set (#16).
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/16
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43630
to look at the new patch set (#18).
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/18
Christian Walter has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43630 )
Change subject: mb/system76/lemp9: use absolute path for _GPE ......................................................................
Patch Set 18: Code-Review+2
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43630 )
Change subject: mb/system76/lemp9: use absolute path for _GPE ......................................................................
Patch Set 19: Code-Review+2
Felix Singer has uploaded a new patch set (#20) to the change originally created by Jeremy Soller. ( 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/20
Felix Singer has uploaded a new patch set (#21) to the change originally created by Jeremy Soller. ( 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/21
Felix Singer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43630 )
Change subject: mb/system76/lemp9: Use absolute path for _GPE ......................................................................
Patch Set 21: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/43630/7//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/43630/7//COMMIT_MSG@13 PS7, Line 13: Tested on lemp9, GPE still in correct location
Please add a period at the end of the sentence.
Done
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43630 )
Change subject: mb/system76/lemp9: Use absolute path for _GPE ......................................................................
Patch Set 21: Code-Review+2
Michael Niewöhner has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43630 Reviewed-by: Felix Singer felixsinger@posteo.net Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/system76/lemp9/acpi/mainboard.asl 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Michael Niewöhner: Looks good to me, approved
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" }