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
/
msi
/
h81m-p33
/
acpi
/
platform.asl
blob
b3233b78f2c84e5245027bdddbccb6194a0228b6
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
Method (_PTS, 1)
4
{
5
}
6
7
Method (_WAK, 1)
8
{
9
Return (Package () { 0, 0 })
10
}