repo.or.cz
/
coreboot2.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/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git]
/
src
/
mainboard
/
hp
/
folio_9480m
/
acpi
/
platform.asl
blob
8023ae826c8a1297c81c7b5241016e6b4224d7c5
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Method(_WAK,1)
4
{
5
\_SB.PCI0.LPCB.EC0.ACPI = 1
6
\_SB.PCI0.LPCB.EC0.SLPT = 0
7
8
Return(Package(){0,0})
9
}
10
11
Method(_PTS,1)
12
{
13
\_SB.PCI0.LPCB.EC0.SLPT = Arg0
14
}