Pull request for tpm-next-25082025
Ilias Apalodimas
ilias.apalodimas at linaro.org
Tue Aug 26 09:35:10 CEST 2025
Hi Tom,
The following changes since commit 51214ffcc543dde83ad687c35cb2de61a34e0602:
qemu_arm: Select CONFIG_SYS_EARLY_PCI_INIT (2025-08-21 13:27:59 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-tpm/ tags/tpm-next-25082025
for you to fetch changes up to 73b23838c44b152deef68b7c22d923f0ca7a563f:
tpm: tis_infineon: Cannot test unsigned for being negative (2025-08-25 13:04:21 +0300)
The CI seems happy https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/27461
Please pull!
/Ilias
----------------------------------------------------------------
Tom removed an unused TPM driver and fixed a few prints to include
the 'z' prefix for size_t declaratiuons. Andrew fixed an unsigned int
comparision against < 0 in the tpm infineon driver.
----------------------------------------------------------------
Andrew Goodbody (1):
tpm: tis_infineon: Cannot test unsigned for being negative
Tom Rini (3):
tpm: tpm_tis_st33zp24: Remove unused drivers
tpm: cr50_i2c: Make use of 'z' for printing size_t
tpm: tpm_tis_infineon: Make use of 'z' for printing size_t
README | 11 -
drivers/tpm/Kconfig | 18 -
drivers/tpm/Makefile | 2 -
drivers/tpm/cr50_i2c.c | 4 +-
drivers/tpm/tpm_tis_infineon.c | 10 +-
drivers/tpm/tpm_tis_st33zp24_i2c.c | 545 ------------------------------
drivers/tpm/tpm_tis_st33zp24_spi.c | 674 -------------------------------------
7 files changed, 6 insertions(+), 1258 deletions(-)
delete mode 100644 drivers/tpm/tpm_tis_st33zp24_i2c.c
delete mode 100644 drivers/tpm/tpm_tis_st33zp24_spi.c
More information about the U-Boot
mailing list