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
/
cmd
/
tpm-v2.c
Age
Commit message (
Expand
)
Author
2024-06-04
Merge tag 'v2024.07-rc4' into next
Tom Rini
2024-05-27
tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend
Tim Harvey
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
cmd: Remove <common.h> and add needed includes
Tom Rini
2023-06-13
tpm: Add 'tpm autostart' shell command
Ilias Apalodimas
2022-09-03
tpm: Allow reporting the internal state
Simon Glass
2021-11-30
tpm: use more algorithms than sha256 on pcr_read
Ruchika Gupta
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-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-02-05
cmd: tpm: add a subcommand device
Philippe Reynes
2019-01-15
cmd: tpm-v2: use correct format code
Heinrich Schuchardt
2018-11-29
tpm: Convert to use a device parameter
Simon Glass
2018-07-28
tpm: allow TPM v1 and v2 to be compiled at the same time
Miquel Raynal
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