summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-06-10 16:31:30 -0600
committerTom Rini <trini@konsulko.com>2025-06-10 16:31:30 -0600
commit9e50cf80d0ec5d6856a5efa5b42b8b70ed1d17ed (patch)
tree145974309e2fa32b31d29fb418423921da0aa903 /drivers
parent59d00e20fced23e6463aa09db889dd548baee677 (diff)
parent693b7a738d6d23001da7c6224449b3d300efd1da (diff)
Merge tag 'tpm-next-10062025' of https://source.denx.de/u-boot/custodians/u-boot-tpm into next
CI: https://source.denx.de/u-boot/custodians/u-boot-tpm/-/pipelines/26601 Updates from Simon cleaning up some tests, with the intention of being used in sandbox and actual hardware.
Diffstat (limited to 'drivers')
-rw-r--r--drivers/tpm/tpm_tis_sandbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tpm/tpm_tis_sandbox.c b/drivers/tpm/tpm_tis_sandbox.c
index 2bc7dc87ed3..d7341062b31 100644
--- a/drivers/tpm/tpm_tis_sandbox.c
+++ b/drivers/tpm/tpm_tis_sandbox.c
@@ -221,6 +221,7 @@ static int sandbox_tpm_xfer(struct udevice *dev, const uint8_t *sendbuf,
case 0x72: /* physical set deactivated */
case 0x99: /* startup */
case 0x50: /* self test full */
+ case 0x53: /* self test continue */
case 0x4000000a: /* assert physical presence */
*recv_len = 12;
memset(recvbuf, '\0', *recv_len);