From 8b17b9b1967c5299c021cb65e9322668ad32b9cc Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 22 May 2024 10:43:43 -0600 Subject: mb/system76/mtl: Add Darter Pro 10 The Darter Pro 10 (darp10) is an Intel Meteor Lake-H based board. There are 2 variants to differentiate them as they have different keyboards and so use different EC firmware. - darp10: 16" model with 102 key keyboard - darp10-b: 14" model with 83 key keyboard Change-Id: Iaef03a47cf108591ef823bfa779777c7c05c6337 Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/82609 Reviewed-by: Martin L Roth Tested-by: build bot (Jenkins) --- src/mainboard/system76/mtl/acpi/sleep.asl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/mainboard/system76/mtl/acpi/sleep.asl (limited to 'src/mainboard/system76/mtl/acpi/sleep.asl') diff --git a/src/mainboard/system76/mtl/acpi/sleep.asl b/src/mainboard/system76/mtl/acpi/sleep.asl new file mode 100644 index 0000000000..8a2a22c55b --- /dev/null +++ b/src/mainboard/system76/mtl/acpi/sleep.asl @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + +External(\TBTS, MethodObj) + +Method(MPTS, 1, Serialized) { + If (CondRefOf(\TBTS)) { + \TBTS() + } +} -- cgit v1.2.3