From 17441a3ac5a114fc8386e8da50ef802e159c97b7 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 5 Jul 2021 16:03:15 +0100 Subject: mainboard/starlabs: Add StarBook Mk V Tested using MrChromeBox's `uefipayload_202107` branch: * Windows 10 * Ubuntu 20.04 * MX Linux 19.4 * Manjaro 21 No known issues. https://starlabs.systems/pages/starbook-specification Signed-off-by: Sean Rhodes Change-Id: I090971a9e8d2be5b08be886d00d304607304b645 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56088 Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/starlabs/labtop/acpi/sleep.asl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/mainboard/starlabs/labtop/acpi/sleep.asl (limited to 'src/mainboard/starlabs/labtop/acpi/sleep.asl') diff --git a/src/mainboard/starlabs/labtop/acpi/sleep.asl b/src/mainboard/starlabs/labtop/acpi/sleep.asl new file mode 100644 index 0000000000..9dc818d04d --- /dev/null +++ b/src/mainboard/starlabs/labtop/acpi/sleep.asl @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +Method (MPTS, 1, NotSerialized) +{ + If (Arg0) + { + RPTS (Arg0) + } +} + +Method (MWAK, 1, NotSerialized) +{ + RWAK (Arg0) + Return (0x00) +} -- cgit v1.2.3