From 60f3d71981e4daa5f5a3d08da8894ca43ae05d98 Mon Sep 17 00:00:00 2001 From: Dan Campbell Date: Wed, 24 Jan 2024 18:23:25 -0600 Subject: [PATCH] Resolve ACPI BIOS Errors for RPL systems On Raptor Lake based systems with TCSS, Linux will report ACPI errors for \_SB.PCI0.TDM0 and \_SB.PCI0.TRP0. This is due to the tcss.asl file only being included for one specific mainboard. This change includes tcss.asl for all Raptor Lake models. Change-Id: I2d8de7a77cfa91cd8bdbb9c3048e21d0a677d2fa Signed-off-by: Dan Campbell --- src/mainboard/system76/rpl/dsdt.asl | 4 +--- 1 file changed, 1 insertion(+), 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 #include - #if CONFIG(BOARD_SYSTEM76_ORYP11) - #include - #endif // CONFIG(BOARD_SYSTEM76_ORYP11) + #include } #include