index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tpm-v2.c
Age
Commit message (
Expand
)
Author
2025-01-07
tpm: Keep the active PCRs in the chip private data
Ilias Apalodimas
2025-01-07
tpm: Don't create an EventLog if algorithms are misconfigured
Ilias Apalodimas
2025-01-07
tpm: add flag in hash_algo_list and API to check if algorithm is supported
Raymond Mao
2025-01-07
tpm: Rename tpm2_allow_extend()
Ilias Apalodimas
2025-01-07
tpm: Rename tpm2_is_active_pcr()
Ilias Apalodimas
2024-11-16
tpm: use memmove() for overlapping buffers
Heinrich Schuchardt
2024-06-30
tpm: allow the user to select the compiled algorithms
Ilias Apalodimas
2024-06-30
tpm: Untangle tpm2_get_pcr_info()
Ilias Apalodimas
2024-06-30
tpm: Move TCG functions into a separate file
Ilias Apalodimas
2024-06-30
tpm: Move TCG headers into a separate file
Ilias Apalodimas
2024-06-24
tpm: fix the return code, if the eventlog buffer is full
Ilias Apalodimas
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