mbox series

Pull request for tpm-next-10062025

Message ID 20250610191503.1708064-1-ilias.apalodimas@linaro.org
State New
Headers show
Series Pull request for tpm-next-10062025 | expand

Pull-request

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

Message

Ilias Apalodimas June 10, 2025, 7:15 p.m. UTC
Hi Tom,

Small updates for testing TPMs for -next

The following changes since commit 59d00e20fced23e6463aa09db889dd548baee677:

  Merge tag 'v2025.07-rc4' into next (2025-06-09 16:28:28 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 693b7a738d6d23001da7c6224449b3d300efd1da:

  test: tpm: Skip failing tests on coral (2025-06-10 19:35:58 +0300)

The CI had no issues
https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/26601

Please pull
/Ilias

----------------------------------------------------------------
Updates from Simon cleaning up some tests, with the intention of being used
in sandbox and actual hardware.

----------------------------------------------------------------
Simon Glass (4):
      tpm: sandbox: Support self-test continue in emulator
      tpm: Convert sandbox-focussed tests to C
      tpm: Drop unwanted special cases for sandbox
      test: tpm: Skip failing tests on coral

 drivers/tpm/tpm_tis_sandbox.c |  1 +
 test/dm/tpm.c                 | 77 +++++++++++++++++++++++++++++++++++++-
 test/py/tests/test_tpm2.py    | 86 +++++++------------------------------------
 3 files changed, 89 insertions(+), 75 deletions(-)

Comments

Tom Rini June 11, 2025, 6:56 p.m. UTC | #1
On Tue, 10 Jun 2025 22:15:03 +0300, Ilias Apalodimas wrote:

> Small updates for testing TPMs for -next
> 
> The following changes since commit 59d00e20fced23e6463aa09db889dd548baee677:
> 
>   Merge tag 'v2025.07-rc4' into next (2025-06-09 16:28:28 -0600)
> 
> are available in the Git repository at:
> 
> [...]

Merged into u-boot/next, thanks!