mb/google/brya/var/omnigul: Modify NVMe and UFS Storage support
[coreboot.git] / src / mainboard / google / jecht / acpi / platform.asl
blob01c22307ba526bd3be3a3ab6fc398819ecd21cc6
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         /* Initialize thermal defaults */
16         \_TZ.THRM._INI ()
18         Return(Package(){0,0})