Merge tag 'xilinx-for-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u...
[pandora-u-boot.git] / lib / tpm-v2.c
2021-04-18 Tom RiniMerge tag 'ti-v2021.07-rc1' of https://source.denx...
2021-04-09 Tom RiniMerge tag 'u-boot-stm32-20210409' of https://source...
2021-04-05 Tom RiniMerge branch 'next'
2021-03-31 Tom RiniMerge tag 'xilinx-for-v2021.07' of https://source.denx...
2021-03-30 Tom RiniMerge tag 'u-boot-atmel-2021.07-a' of https://source...
2021-03-29 Tom RiniMerge tag 'v2021.04-rc5' into next
2021-03-15 Tom RiniMerge tag 'v2021.04-rc4' into next
2021-03-04 Tom RiniMerge tag 'next-2021-03-04' of https://gitlab.denx...
2021-03-03 Tom RiniMerge branch '2021-03-03-assorted-improvements' into...
2021-03-02 Simon Glasstpm: Allow disabling platform hierarchy with TPM2
2021-03-02 Simon Glasstpm: Add TPM2 support for write_lock
2021-03-02 Simon Glasstpm: Add TPM2 support for read/write values
2021-03-02 Simon Glasstpm: Add an implementation of define_space
2021-03-02 Simon Glasstpm: Reduce duplication in a few functions
2021-01-13 Tom RiniMerge tag 'u-boot-amlogic-20210112' of https://gitlab...
2021-01-12 Tom RiniMerge tag 'u-boot-atmel-2021.04-a' of https://gitlab...
2021-01-11 Tom RiniMerge branch 'next'
2021-01-06 Tom RiniMerge tag 'xilinx-for-v2021.04' of https://gitlab.denx...
2021-01-05 Tom RiniMerge tag 'v2021.01-rc5' into next
2020-12-03 Tom RiniMerge tag 'efi-next' of https://gitlab.denx.de/u-boot...
2020-12-03 Ilias Apalodimastpm: use more than sha256 on pcr_extend
2020-11-09 Tom RiniMerge tag 'efi-2021-01-rc2-2' of https://gitlab.denx...
2020-11-09 Ilias Apalodimastpm: Change response length of tpm2_get_capability()
2020-07-09 Tom RiniMerge branch '2020-07-08-misc-features-and-fixes'
2020-07-08 Dhananjay Phadketpm: add TPM2_GetRandom command support
2020-06-04 Tom RiniMerge tag 'u-boot-atmel-fixes-2020.07-a' of https:...
2020-05-25 Tom RiniMerge tag 'ti-v2020.07-rc3' of https://gitlab.denx...
2020-05-20 Tom RiniMerge https://gitlab.denx.de/u-boot/custodians/u-boot...
2020-05-19 Tom RiniMerge branch '2020-05-18-reduce-size-of-common.h'
2020-05-19 Simon Glasscommon: Drop linux/bitops.h from common header
2018-12-05 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-12-04 Tom RiniMerge tag 'xilinx-for-v2019.01' of git://git.denx.de...
2018-12-01 Tom RiniMerge tag 'for-master-20181130' of git://git.denx.de...
2018-11-30 Tom RiniMerge tag 'pull-30nov18' of git://git.denx.de/u-boot-dm
2018-11-29 Simon Glasstpm: Convert to use a device parameter
2018-06-06 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-samsung
2018-06-04 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2018-05-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2018-05-29 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ubi
2018-05-26 Miquel Raynaltpm: add PCR authentication commands support
2018-05-26 Miquel Raynaltpm: add TPM2_HierarchyChangeAuth command support
2018-05-26 Miquel Raynaltpm: add dictionary attack mitigation commands support
2018-05-26 Miquel Raynaltpm: add TPM2_GetCapability command support
2018-05-26 Miquel Raynaltpm: add TPM2_PCR_Read command support
2018-05-26 Miquel Raynaltpm: add TPM2_PCR_Extend command support
2018-05-26 Miquel Raynaltpm: add TPM2_Clear command support
2018-05-26 Miquel Raynaltpm: add TPM2_SelfTest command support
2018-05-26 Miquel Raynaltpm: add TPM2_Startup command support
2018-05-26 Miquel Raynaltpm: prepare support for TPMv2.x commands