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/ocp/tiogapass: Fix GPIOs
[coreboot2.git]
/
src
/
mainboard
/
intel
/
dcp847ske
/
acpi
/
platform.asl
blob
cf4dc792c2fa21fe4197ebf8fc3872d1ed13f454
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
/*
4
* The _PTS method (Prepare To Sleep) is called before the OS is
5
* entering a sleep state. The sleep state number is passed in Arg0
6
*/
7
Method(_WAK,1)
8
{
9
Return(Package(){0,0})
10
}
11
12
/* The _WAK method is called on system wakeup */
13
Method(_PTS,1)
14
{
15
}