aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorDan Campbell <dan@compiledworks.com>2024-02-29 09:39:14 -0700
committerFelix Held <felix-coreboot@felixheld.de>2024-03-04 14:52:35 +0000
commit8b495c2706e3e033d65a123f101e75284762219e (patch)
tree2cd16587960f964f18dd94de6d5be208f91bab8e /src/mainboard
parentd45f6ea35fc5b5e0d0d5768f5efdbb5f22c37993 (diff)
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> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80791 Reviewed-by: Jeremy Soller <jeremy@system76.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/system76/rpl/dsdt.asl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/system76/rpl/dsdt.asl b/src/mainboard/system76/rpl/dsdt.asl
index addb4df14d..cbf9e6a7e9 100644
--- a/src/mainboard/system76/rpl/dsdt.asl
+++ b/src/mainboard/system76/rpl/dsdt.asl
@@ -19,9 +19,7 @@ DefinitionBlock(
{
#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>