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
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
supermicro
/
x10slm-f
/
acpi
/
platform.asl
blob
77a029589aec0dafd4a93aa12517f091d37a6187
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
3
Method(_WAK, 1)
4
{
5
Return (Package() { 0, 0 })
6
}
7
8
Method(_PTS, 1)
9
{
10
}