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
commonlib: Refactor CSE sync eventLog
[coreboot2.git]
/
src
/
mainboard
/
compulab
/
intense_pc
/
acpi
/
platform.asl
blob
be40bcd2d8ab80e31db9b077f800b9655b47626f
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
4
Method(_WAK,1)
5
{
6
/* FIXME: EC support */
7
Return(Package(){0,0})
8
}
9
10
Method(_PTS,1)
11
{
12
/* FIXME: EC support */
13
}