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 <dan@compiledworks.com>
This commit is contained in:
parent
d6d4c5e355
commit
60f3d71981
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user