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/google/brya: Create rull variant
[coreboot2.git]
/
src
/
mainboard
/
clevo
/
cml-u
/
fadt.c
blob
28ed7e97c334477ee923c2ce5789db5c677ccd4d
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <acpi/acpi.h>
4
#include <intelblocks/acpi.h>
5
6
void
mainboard_fill_fadt
(
acpi_fadt_t
*
fadt
)
7
{
8
/* Control method power button (EC) */
9
fadt
->
flags
|=
ACPI_FADT_POWER_BUTTON
;
10
}