mbox series

TPM subsystem pull

Message ID 20211119172229.1568489-1-ilias.apalodimas@linaro.org
State Accepted
Delegated to: Tom Rini
Headers show
Series TPM subsystem pull | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-19112021

Message

Ilias Apalodimas Nov. 19, 2021, 5:22 p.m. UTC
Hi Tom, 

Please pull for master

The following changes since commit 3144ba23bf4649f699078259fdf2e5cb4eab8f53:

  Merge branch '2021-11-15-assorted-fixes' (2021-11-16 14:23:30 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-19112021

for you to fetch changes up to 4a08dba019cda7bd6d81694ecb3230dedf54d46f:

  drivers: tpm: atmel_twi: fix printf specifier compile warning (2021-11-17 13:47:36 +0200)

----------------------------------------------------------------
- TPM1.2 compilation fixes
- Atmel TPM 1.2 fixes
----------------------------------------------------------------
Mathew McBride (6):
      cmd: tpm-v1: fix compile error in TPMv1 list resources command
      cmd: tpm-v1: fix load_key_by_sha1 compile errors
      drivers: tpm: atmel_twi: drop non-DM_I2C compatibility
      drivers: tpm: atmel_twi: do not use an offset byte
      drivers: tpm: atmel_twi: implement get_desc operation
      drivers: tpm: atmel_twi: fix printf specifier compile warning

 cmd/tpm-v1.c                | 17 +++++++++++------
 drivers/tpm/tpm_atmel_twi.c | 22 +++++++---------------
 lib/tpm-v1.c                |  4 ++--
 3 files changed, 20 insertions(+), 23 deletions(-)

Comments

Tom Rini Nov. 20, 2021, 3:42 a.m. UTC | #1
On Fri, Nov 19, 2021 at 07:22:29PM +0200, Ilias Apalodimas wrote:

> Hi Tom, 
> 
> Please pull for master
> 
> The following changes since commit 3144ba23bf4649f699078259fdf2e5cb4eab8f53:
> 
>   Merge branch '2021-11-15-assorted-fixes' (2021-11-16 14:23:30 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-19112021
> 
> for you to fetch changes up to 4a08dba019cda7bd6d81694ecb3230dedf54d46f:
> 
>   drivers: tpm: atmel_twi: fix printf specifier compile warning (2021-11-17 13:47:36 +0200)
> 

Applied to u-boot/master, thanks!