From 11deb82115dfb8958cbc9f306bc74f03c15bd816 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Fri, 14 Apr 2023 21:25:19 +0100 Subject: mb/starlabs/starbook: Add Raptor Lake StarBook Mk VI variant Tested using `edk2` from `github.com/starlabsltd/edk2/tree/uefipayload_vs`: * Windows 11 * Ubuntu 22.04 * Manjaro 22 No known issues. https://starlabs.systems/pages/starbook-specification Signed-off-by: Sean Rhodes Change-Id: I7c92bf92ab4de546c3633fae7e19a302409508ce Reviewed-on: https://review.coreboot.org/c/coreboot/+/74444 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/starlabs/starbook/dsdt.asl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/mainboard/starlabs/starbook/dsdt.asl') diff --git a/src/mainboard/starlabs/starbook/dsdt.asl b/src/mainboard/starlabs/starbook/dsdt.asl index 06889490ab..e8c187ae35 100644 --- a/src/mainboard/starlabs/starbook/dsdt.asl +++ b/src/mainboard/starlabs/starbook/dsdt.asl @@ -30,9 +30,12 @@ DefinitionBlock( #include #include #include -#elif CONFIG(SOC_INTEL_ALDERLAKE) +#elif CONFIG(SOC_INTEL_ALDERLAKE) || CONFIG(SOC_INTEL_RAPTORLAKE) #include #include +#if CONFIG(DRIVERS_INTEL_USB4_RETIMER) + #include +#endif #endif /* PS/2 Keyboard */ -- cgit v1.2.3