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
/
dell
/
e7240
/
acpi
/
platform.asl
blob
2d24bbd9b9a83f25b145b089de2edff301c32391
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Method(_WAK, 1)
4
{
5
/* FIXME: EC support */
6
Return(Package() {0, 0})
7
}
8
9
Method(_PTS,1)
10
{
11
/* FIXME: EC support */
12
}