diff options
author | Sean Rhodes <sean@starlabs.systems> | 2023-12-06 12:34:28 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-02-19 17:45:48 +0000 |
commit | 60acd827b3ed172fc41e6ef8fbb7ede6baa9a49b (patch) | |
tree | ebc94369dc284734809cda41b70a6d5ffddf2305 | |
parent | 00b81adfedd0f61beb3fd7f3775f5d215b6307c4 (diff) |
mb/starlabs/starbook: Always include the tcss.asl
The tcss.asl doesn't just relate to tcss, it is required for core
scheduling, so include it for all platforms.
Change-Id: I781ba8756e06133799e8d6d91302968cc3ea0a56
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80485
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/starlabs/starbook/dsdt.asl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/starlabs/starbook/dsdt.asl b/src/mainboard/starlabs/starbook/dsdt.asl index 93a1ac5db1..be817e306c 100644 --- a/src/mainboard/starlabs/starbook/dsdt.asl +++ b/src/mainboard/starlabs/starbook/dsdt.asl @@ -33,10 +33,8 @@ DefinitionBlock( #elif CONFIG(SOC_INTEL_ALDERLAKE) || CONFIG(SOC_INTEL_RAPTORLAKE) #include <soc/intel/common/block/acpi/acpi/northbridge.asl> #include <soc/intel/alderlake/acpi/southbridge.asl> -#if CONFIG(DRIVERS_INTEL_USB4_RETIMER) #include <soc/intel/alderlake/acpi/tcss.asl> #endif -#endif #include <soc/intel/common/block/acpi/acpi/gna.asl> |