mb/google/nissa/var/glassway: Modify touch screen ILIT2901 sequence
[coreboot2.git] / src / mainboard / intel / cedarisland_crb / acpi / platform.asl
blobd58393c50ac0b168b965d9365e8354a569632671
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, 0) // 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})