index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tpm-v2.c
Age
Commit message (
Expand
)
Author
2024-05-27
tpm-v2: add support for mapping algorithm names to algos
Tim Harvey
2023-12-21
lib: Remove <common.h> inclusion from these files
Tom Rini
2023-10-27
tpm: Support boot measurements
Eddie James
2023-02-28
tpm: Implement tpm_auto_start() for TPMv1.2
Simon Glass
2023-02-28
tpm: add a function that performs selftest + startup
Ilias Apalodimas
2022-09-03
tpm: Allow committing non-volatile data
Simon Glass
2022-09-03
tpm: Implement state command for Cr50
Simon Glass
2022-09-03
tpm: Correct the define-space command in TPMv2
Simon Glass
2022-09-03
tpm: Require a digest source when extending the PCR
Simon Glass
2021-11-30
tpm: use more algorithms than sha256 on pcr_read
Ruchika Gupta
2021-11-07
efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommand
Masahisa Kojima
2021-03-02
tpm: Allow disabling platform hierarchy with TPM2
Simon Glass
2021-03-02
tpm: Add TPM2 support for write_lock
Simon Glass
2021-03-02
tpm: Add TPM2 support for read/write values
Simon Glass
2021-03-02
tpm: Add an implementation of define_space
Simon Glass
2021-03-02
tpm: Reduce duplication in a few functions
Simon Glass
2020-12-03
tpm: use more than sha256 on pcr_extend
Ilias Apalodimas
2020-11-09
tpm: Change response length of tpm2_get_capability()
Ilias Apalodimas
2020-07-08
tpm: add TPM2_GetRandom command support
Dhananjay Phadke
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2018-11-29
tpm: Convert to use a device parameter
Simon Glass
2018-05-25
tpm: add PCR authentication commands support
Miquel Raynal
2018-05-25
tpm: add TPM2_HierarchyChangeAuth command support
Miquel Raynal
2018-05-25
tpm: add dictionary attack mitigation commands support
Miquel Raynal
2018-05-25
tpm: add TPM2_GetCapability command support
Miquel Raynal
2018-05-25
tpm: add TPM2_PCR_Read command support
Miquel Raynal
2018-05-25
tpm: add TPM2_PCR_Extend command support
Miquel Raynal
2018-05-25
tpm: add TPM2_Clear command support
Miquel Raynal
2018-05-25
tpm: add TPM2_SelfTest command support
Miquel Raynal
2018-05-25
tpm: add TPM2_Startup command support
Miquel Raynal
2018-05-25
tpm: prepare support for TPMv2.x commands
Miquel Raynal