mb/google/brya/var/omnigul: Modify NVMe and UFS Storage support
[coreboot.git] / src / mainboard / apple / macbook21 / acpi / platform.asl
blob23356f18b9c4fb5107a8d74448a95361d5d18cce
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 /* The _WAK method is called on system wakeup */
5 Method(_WAK,1)
7         Return(Package(){0,0})
10 /* System Bus */
12 Scope(\_SB)
14         /* This method is placed on the top level, so we can make sure it's the
15          * first executed _INI method.
16          */
17         Method(_INI, 0)
18         {
19                 \GOS()
20         }