Home
last modified time | relevance | path

Searched refs:TPM_V1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A DKconfig7 config TPM_V1 config
15 if TPM_V1
19 depends on TPM_V1 && SANDBOX
29 depends on TPM_V1
38 depends on TPM_V1 && DM_I2C
62 depends on TPM_V1 && X86
71 depends on TPM_V1
98 depends on TPM_V1
105 depends on TPM_V1
113 depends on TPM_V1
[all …]
/openbmc/u-boot/include/
H A Dtpm-common.h41 TPM_V1 = 0, enumerator
H A Dtpm_api.h326 return IS_ENABLED(CONFIG_TPM_V1) && tpm_get_version(dev) == TPM_V1; in tpm_is_v1()
/openbmc/u-boot/cmd/
H A Dtpm-common.c389 case TPM_V1: in do_tpm()
H A DKconfig1686 depends on TPM_V1 || TPM_V2
1687 select CMD_TPM_V1 if TPM_V1
1699 depends on TPM_V1