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
MAINTAINERS: Add Yuchi and Vasiliy for Intel Atom Snow Ridge SoC
[coreboot.git]
/
src
/
soc
/
intel
/
tigerlake
/
tcss.c
blob
c51fe6c41f441327362f73824752e442f848c42f
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#include <intelblocks/tcss.h>
4
5
const struct
soc_tcss_ops tcss_ops
= {
6
.
configure_aux_bias_pads
=
tcss_configure_aux_bias_pads_regbar
,
7
.
valid_tbt_auth
=
tcss_valid_tbt_auth
,
8
};