All of lore.kernel.org
 help / color / mirror / Atom feed
* TPM tree pull request
@ 2022-05-24 12:57 Ilias Apalodimas
  2022-05-24 15:51 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ilias Apalodimas @ 2022-05-24 12:57 UTC (permalink / raw)
  To: trini; +Cc: u-boot

Please pull the latest TPM changes. Eddie added support for i2c devices. 
You can find the CI for that tree at
https://source.denx.de/u-boot/custodians/u-boot-tpm/-/commits/tpm-24052022

The following changes since commit 6f00b97d7e5760d92566317dde6c4b9224790827:

  Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-05-20 22:07:56 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 9f971dac9369d0b27e8a3199bf03793d7185f56b:

  tpm: add support for TPMv2.x I2C chips (2022-05-23 16:33:58 +0300)

----------------------------------------------------------------
Add support for i2c devices

----------------------------------------------------------------
Eddie James (2):
      tpm: core: Set timeouts before requesting locality
      tpm: add support for TPMv2.x I2C chips

 drivers/tpm/Kconfig         |   9 +++
 drivers/tpm/Makefile        |   1 +
 drivers/tpm/tpm2_tis_core.c |   7 +-
 drivers/tpm/tpm2_tis_i2c.c  | 171 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 185 insertions(+), 3 deletions(-)
 create mode 100644 drivers/tpm/tpm2_tis_i2c.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: TPM tree pull request
  2022-05-24 12:57 TPM tree pull request Ilias Apalodimas
@ 2022-05-24 15:51 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2022-05-24 15:51 UTC (permalink / raw)
  To: Ilias Apalodimas; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]

On Tue, May 24, 2022 at 03:57:53PM +0300, Ilias Apalodimas wrote:

> Please pull the latest TPM changes. Eddie added support for i2c devices. 
> You can find the CI for that tree at
> https://source.denx.de/u-boot/custodians/u-boot-tpm/-/commits/tpm-24052022
> 
> The following changes since commit 6f00b97d7e5760d92566317dde6c4b9224790827:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-05-20 22:07:56 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-24052022
> 
> for you to fetch changes up to 9f971dac9369d0b27e8a3199bf03793d7185f56b:
> 
>   tpm: add support for TPMv2.x I2C chips (2022-05-23 16:33:58 +0300)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-24 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 12:57 TPM tree pull request Ilias Apalodimas
2022-05-24 15:51 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.