Tim Crawford has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80791?usp=email )
Change subject: mb/system76/rpl: Add TCSS ACPI for all boards ......................................................................
mb/system76/rpl: Add TCSS ACPI for all boards
Fixes ACPI errors about missing methods:
ACPI BIOS Error (bug): Could not resolve symbol [_SB.PCI0.TDM0], AE_NOT_FOUND (20230628/dswload2-162) ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220) ACPI: Skipping parse of AML opcode: OpcodeName unavailable (0x0010) ACPI BIOS Error (bug): Could not resolve symbol [_SB.PCI0.TRP0], AE_NOT_FOUND (20230628/dswload2-162) ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20230628/psobject-220)
Tested on lemp12: ACPI errors in dmesg are gone.
Change-Id: I9b79cb04f57a27af2a6c8f3118e573f7ac0041e5 Signed-off-by: Dan Campbell dan@compiledworks.com Signed-off-by: Tim Crawford tcrawford@system76.com --- M src/mainboard/system76/rpl/dsdt.asl 1 file changed, 1 insertion(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/80791/1
diff --git a/src/mainboard/system76/rpl/dsdt.asl b/src/mainboard/system76/rpl/dsdt.asl index addb4df..cbf9e6a 100644 --- a/src/mainboard/system76/rpl/dsdt.asl +++ b/src/mainboard/system76/rpl/dsdt.asl @@ -19,9 +19,7 @@ { #include <soc/intel/common/block/acpi/acpi/northbridge.asl> #include <soc/intel/alderlake/acpi/southbridge.asl> - #if CONFIG(BOARD_SYSTEM76_ORYP11) - #include <soc/intel/alderlake/acpi/tcss.asl> - #endif // CONFIG(BOARD_SYSTEM76_ORYP11) + #include <soc/intel/alderlake/acpi/tcss.asl> }
#include <southbridge/intel/common/acpi/sleepstates.asl>