mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / roda / rk886ex / acpi / platform.asl
blob646a120acc4f6261eb573f92590f34ee9341c575
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* The _PTS method (Prepare To Sleep) is called before the OS is
4  * entering a sleep state. The sleep state number is passed in Arg0
5  */
7 Method(_PTS,1)
11 /* The _WAK method is called on system wakeup */
13 Method(_WAK,1)
15         Return(Package(){0,0})
18 /* System Bus */
20 Scope(\_SB)
22         /* This method is placed on the top level, so we can make sure it's the
23          * first executed _INI method.
24          */
25         Method(_INI, 0)
26         {
27                 \GOS()
28         }