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/brox: Include CSE reset in mainboard reset expectation
[coreboot2.git]
/
src
/
arch
/
x86
/
apmc_smi_port.c
blob
ac8f3364c5e2259e7f4dbb70825c8ec8b7dc61ff
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <cpu/x86/smm.h>
4
5
/* default implementation of the !HAVE_CONFIGURABLE_APMC_SMI_PORT case */
6
uint16_t
pm_acpi_smi_cmd_port
(
void
)
7
{
8
return
APM_CNT
;
9
}