repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya/var/omnigul: Modify NVMe and UFS Storage support
[coreboot.git]
/
src
/
mainboard
/
apple
/
macbook21
/
acpi
/
platform.asl
blob
23356f18b9c4fb5107a8d74448a95361d5d18cce
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/* The _WAK method is called on system wakeup */
4
5
Method(_WAK,1)
6
{
7
Return(Package(){0,0})
8
}
9
10
/* System Bus */
11
12
Scope(\_SB)
13
{
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
}
21
}