mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git] / src / mainboard / roda / rk9 / acpi / platform.asl
blob982de31bf1521f4656c02e680385c393b3fcb921
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 */
12 Method(_WAK,1)
14         Return(Package(){0,0})
17 /* System Bus */
19 Scope(\_SB)
21         /* This method is placed on the top level, so we can make sure it's the
22          * first executed _INI method.
23          */
24         Method(_INI, 0)
25         {
26                 \GOS()
27         }