Karthik Ramasubramanian has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45741 )
Change subject: mb/google/octopus: Disable Ambient Light Sensor (ALS) ......................................................................
mb/google/octopus: Disable Ambient Light Sensor (ALS)
ALS is not stuffed in octopus boards. Hence disable ALS ACPI devices.
BUG=b:169245831 TEST=Ensure that ALS devices are disabled in ACPI tables.
Change-Id: I5ad28f01b0515a41b314116eb2d05c520df0f86e Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com --- M src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/45741/1
diff --git a/src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h index ecc9355..fa86170f 100644 --- a/src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h +++ b/src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h @@ -54,9 +54,6 @@ * ACPI related definitions for ASL code. */
-/* Enable EC backed ALS device in ACPI */ -#define EC_ENABLE_ALS_DEVICE - /* Enable LID switch and provide wake pin for EC */ #define EC_ENABLE_LID_SWITCH #define EC_ENABLE_WAKE_PIN GPE_EC_WAKE
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45741 )
Change subject: mb/google/octopus: Disable Ambient Light Sensor (ALS) ......................................................................
Patch Set 1: Code-Review+2
Gwendal Grignou has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45741 )
Change subject: mb/google/octopus: Disable Ambient Light Sensor (ALS) ......................................................................
Patch Set 1: Code-Review+2
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45741 )
Change subject: mb/google/octopus: Disable Ambient Light Sensor (ALS) ......................................................................
Patch Set 1: Code-Review+2
(1 comment)
https://review.coreboot.org/c/coreboot/+/45741/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45741/1//COMMIT_MSG@11 PS1, Line 11: BUG=b:169245831 BRANCH=octopus?
Hello build bot (Jenkins), Furquan Shaikh, Henry Sun, Angel Pons, Marco Chen, Gwendal Grignou, Gwendal Grignou,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/45741
to look at the new patch set (#2).
Change subject: mb/google/octopus: Disable Ambient Light Sensor (ALS) ......................................................................
mb/google/octopus: Disable Ambient Light Sensor (ALS)
ALS is not stuffed in octopus boards. Hence disable ALS ACPI devices.
BUG=b:169245831 BRANCH=octopus TEST=Ensure that ALS devices are disabled in ACPI tables.
Change-Id: I5ad28f01b0515a41b314116eb2d05c520df0f86e Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com --- M src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h 1 file changed, 0 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/45741/2
Karthik Ramasubramanian has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45741 )
Change subject: mb/google/octopus: Disable Ambient Light Sensor (ALS) ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/45741/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/45741/1//COMMIT_MSG@11 PS1, Line 11: BUG=b:169245831
BRANCH=octopus?
Done
Furquan Shaikh has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/45741 )
Change subject: mb/google/octopus: Disable Ambient Light Sensor (ALS) ......................................................................
Patch Set 2: Code-Review+2
Karthik Ramasubramanian has submitted this change. ( https://review.coreboot.org/c/coreboot/+/45741 )
Change subject: mb/google/octopus: Disable Ambient Light Sensor (ALS) ......................................................................
mb/google/octopus: Disable Ambient Light Sensor (ALS)
ALS is not stuffed in octopus boards. Hence disable ALS ACPI devices.
BUG=b:169245831 BRANCH=octopus TEST=Ensure that ALS devices are disabled in ACPI tables.
Change-Id: I5ad28f01b0515a41b314116eb2d05c520df0f86e Signed-off-by: Karthikeyan Ramasubramanian kramasub@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/45741 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Furquan Shaikh furquan@google.com --- M src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h 1 file changed, 0 insertions(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified Furquan Shaikh: Looks good to me, approved
diff --git a/src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h b/src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h index ecc9355..fa86170 100644 --- a/src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h +++ b/src/mainboard/google/octopus/variants/baseboard/include/baseboard/ec.h @@ -54,9 +54,6 @@ * ACPI related definitions for ASL code. */
-/* Enable EC backed ALS device in ACPI */ -#define EC_ENABLE_ALS_DEVICE - /* Enable LID switch and provide wake pin for EC */ #define EC_ENABLE_LID_SWITCH #define EC_ENABLE_WAKE_PIN GPE_EC_WAKE