summaryrefslogtreecommitdiff
path: root/src/mainboard/starlabs/starbook/dsdt.asl
diff options
context:
space:
mode:
authorBen-StarLabs <ben@starlabs.systems>2022-07-12 12:43:27 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-12-17 01:20:26 +0000
commitb2db3659a9b1d7b0a7d9e9ca228aa64bcf297922 (patch)
tree099c1cdbb4c1c2b2f690eccd9b0217453aa2c1fe /src/mainboard/starlabs/starbook/dsdt.asl
parent1c3da3f236c0aac1957a93882674a1f80d279f65 (diff)
mb/starlabs/starbook: Add Alder Lake StarBook Mk VI variant
Tested using `edk2` from `github.com/starlabsltd/edk2/tree/uefipayload_202209`: * Windows 10 * Ubuntu 20.04 * MX Linux 19.4 * Manjaro 21 No known issues. https://starlabs.systems/pages/starbook-specification Signed-off-by: Ben-StarLabs <ben@starlabs.systems> Change-Id: Idc0c265a88b19cf9e89cc8ab3e8db9abd8cf8409 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65785 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <inforichland@gmail.com>
Diffstat (limited to 'src/mainboard/starlabs/starbook/dsdt.asl')
-rw-r--r--src/mainboard/starlabs/starbook/dsdt.asl5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/starlabs/starbook/dsdt.asl b/src/mainboard/starlabs/starbook/dsdt.asl
index bee42358db..06889490ab 100644
--- a/src/mainboard/starlabs/starbook/dsdt.asl
+++ b/src/mainboard/starlabs/starbook/dsdt.asl
@@ -7,7 +7,7 @@ DefinitionBlock(
ACPI_DSDT_REV_2,
OEM_ID,
ACPI_TABLE_CREATOR,
- 0x20110725
+ 0x20220930
)
{
#include <acpi/dsdt_top.asl>
@@ -30,6 +30,9 @@ DefinitionBlock(
#include <soc/intel/common/block/acpi/acpi/northbridge.asl>
#include <soc/intel/tigerlake/acpi/southbridge.asl>
#include <soc/intel/tigerlake/acpi/tcss.asl>
+#elif CONFIG(SOC_INTEL_ALDERLAKE)
+ #include <soc/intel/common/block/acpi/acpi/northbridge.asl>
+ #include <soc/intel/alderlake/acpi/southbridge.asl>
#endif
/* PS/2 Keyboard */