mbox series

Pull request for tpm-master-14042025

Message ID 20250415111657.3265406-1-ilias.apalodimas@linaro.org
State New
Headers show
Series Pull request for tpm-master-14042025 | expand

Pull-request

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

Message

Ilias Apalodimas April 15, 2025, 11:16 a.m. UTC
Hi Tom
A small fix for the CR50 which moves testing of hardware a few steps ahead.
Simon tests still fail later down the road, but I don't have a hardware to debug
it

The following changes since commit 739ad58dbee874a3ad3bddd116e995212a254e07:

  efi_loader: Moved the generated ESL file to objtree (2025-04-13 08:09:17 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 275777bc94cf1673b38d4d5438dfb07df7902603:

  tpm: cr50: Support opening the TPM multiple times (2025-04-14 22:59:01 +0300)

The CI https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/25691
completed with no issues

Please pull!
/Ilias

----------------------------------------------------------------
A small fix for the cr50 which is a TPM but doesn't support all
the TPM functionality. Since it deviates from our normal TIS compliant
TPMs it can't be started twice since running the selftests twice hangs.

----------------------------------------------------------------
Simon Glass (1):
      tpm: cr50: Support opening the TPM multiple times

 drivers/tpm/cr50_i2c.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Tom Rini April 15, 2025, 5:09 p.m. UTC | #1
On Tue, 15 Apr 2025 14:16:57 +0300, Ilias Apalodimas wrote:

> A small fix for the CR50 which moves testing of hardware a few steps ahead.
> Simon tests still fail later down the road, but I don't have a hardware to debug
> it
> 
> The following changes since commit 739ad58dbee874a3ad3bddd116e995212a254e07:
> 
>   efi_loader: Moved the generated ESL file to objtree (2025-04-13 08:09:17 -0600)
> 
> [...]

Merged into u-boot/master, thanks!