payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / starlabs / lite / acpi / sleep.asl
blob9dc818d04d2f059de086d37865822dda72281348
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 Method (MPTS, 1, NotSerialized)
5         If (Arg0)
6         {
7                 RPTS (Arg0)
8         }
11 Method (MWAK, 1, NotSerialized)
13         RWAK (Arg0)
14         Return (0x00)