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
mb/system76/cml-u/dt: Make use of chipset devicetree
[coreboot.git]
/
src
/
soc
/
intel
/
common
/
tpm_tis.c
blob
56cf64809ec87725e7c4431a59ec41319a8f346a
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <acpi/acpi.h>
4
#include <drivers/tpm/cr50.h>
5
6
int
cr50_plat_irq_status
(
void
)
7
{
8
return
acpi_get_gpe
(
CONFIG_TPM_TIS_ACPI_INTERRUPT
);
9
}