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
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
arch
/
arm64
/
acpi.c
blob
30ccc303bf0c595ebeae71041d6f93bdec8d53c4
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
#include <acpi/acpi.h>
3
4
void
arch_fill_fadt
(
acpi_fadt_t
*
fadt
)
5
{
6
fadt
->
flags
|=
ACPI_FADT_HW_REDUCED_ACPI
|
ACPI_FADT_LOW_PWR_IDLE_S0
;
7
}