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
soc/intel/xeon_sp/skx: Use Kconfig symbol
[coreboot2.git]
/
src
/
soc
/
amd
/
picasso
/
acpi
/
pnot.asl
blob
29b5b5a4486c3bcd7dd8a2744958b9755fe442c9
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <soc/amd/common/acpi/alib.asl>
4
5
Method (PNOT)
6
{
7
/* Report AC/DC state to ALIB using WAL1() */
8
\WAL1 ()
9
}