From e35d7e8d14ccdc1dfc2321f7aec4caf446992089 Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Fri, 21 Jun 2024 22:56:36 +0000 Subject: [PATCH] mb/google/brox: Add default ACPI brightness levels Kernel need the default brightness steps. Otherwise following error messages are observed in the kernel: [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS ACPI BIOS Error (bug): Could not resolve symbol [^^XBCL], AE_NOT_FOUND ACPI Error: Aborting method \_SB.PCI0.GFX0.LCD0._BCL due to previous error (AE_NOT_FOUND) BUG=b:346807006 TEST=Build Brox BIOS image and boot to OS. Ensure that the concerned error messages are resolved. Ensure that the backlight controls are functional. Change-Id: Icd569b0efef31908edb1b7dc384e60a16fc5bd0c Signed-off-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/c/coreboot/+/83152 Tested-by: build bot (Jenkins) Reviewed-by: Shelley Chen Reviewed-by: Matt DeVillier --- src/mainboard/google/brox/dsdt.asl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/brox/dsdt.asl b/src/mainboard/google/brox/dsdt.asl index 6ae46946aa..30e9fe1a8b 100644 --- a/src/mainboard/google/brox/dsdt.asl +++ b/src/mainboard/google/brox/dsdt.asl @@ -26,6 +26,7 @@ DefinitionBlock( #include #include #include + #include } }