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
mainboard/intel/avenuecity_crb: Update full IIO configuration
[coreboot2.git]
/
src
/
mainboard
/
google
/
oak
/
tpm_tis.c
blob
75c951b41fcdaf808a2887c84ce031f82b5c6036
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <drivers/tpm/cr50.h>
4
#include <gpio.h>
5
6
#include
"gpio.h"
7
8
int
cr50_plat_irq_status
(
void
)
9
{
10
return
gpio_eint_poll
(
CR50_IRQ
);
11
}