soc/amd/common/psp/psp_def.h: increase P2C_BUFFER_MAXSIZE
[coreboot2.git] / src / soc / intel / meteorlake / tcss.c
blob3d46f0ac2d71bb667f0f7bd6c92ec0623159733e
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <intelblocks/tcss.h>
4 #include <soc/soc_chip.h>
5 #include <static.h>
7 const struct soc_tcss_ops tcss_ops = {
8 .configure_aux_bias_pads = ioe_tcss_configure_aux_bias_pads_sbi,
9 .valid_tbt_auth = ioe_tcss_valid_tbt_auth,
12 bool ioe_tcss_valid_tbt_auth(void)
14 const config_t *config = config_of_soc();
15 return config->tbt_authentication;