payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / intel / cedarisland_crb / acpi / platform.asl
blob5f7ffbb94d4813c16e87c3061b1bd84ffb11df81
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* The APM port can be used for generating software SMIs */
5 OperationRegion (APMP, SystemIO, 0xb2, 2)
6 Field (APMP, ByteAcc, NoLock, Preserve)
8         APMC, 8,        // APM command
9         APMS, 8         // APM status
12 #include <arch/x86/acpi/post.asl>
14 Name(\APC1, Zero) // IIO IOAPIC
17  * The _PTS method (Prepare To Sleep) is called before the OS is
18  * entering a sleep state. The sleep state number is passed in Arg0
19  */
21 Method(_PTS,1)
25 /* The _WAK method is called on system wakeup */
27 Method(_WAK,1)
29         Return(Package(){0,0})