payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / 51nb / x210 / acpi / platform.asl
blobdbf6241a7dbe5232e8dcb05e851539183e8d4597
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /* Enable ACPI _SWS methods */
4 #include <soc/intel/common/acpi/acpi_wake_source.asl>
6 /*
7  * The _PTS method (Prepare To Sleep) is called before the OS is
8  * entering a sleep state. The sleep state number is passed in Arg0
9  */
11 Method (_PTS, 1)
15 /* The _WAK method is called on system wakeup */
17 Method (_WAK, 1)
19         Store(\_SB.PCI0.LPCB.EC.LIDC, \LIDS)
20         Store(\_SB.PCI0.LPCB.EC.ACIN, \PWRS)
21         Return (Package (){ 0, 0 })