Merge tag 'mix-next-14102025' of https://source.denx.de/u-boot/custodians/u-boot-tpm
authorTom Rini <trini@konsulko.com>
Tue, 14 Oct 2025 14:27:01 +0000 (08:27 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 14 Oct 2025 14:27:01 +0000 (08:27 -0600)
commit14d36cd8da298f895053764632fd58c8afe4badb
tree1cdc43d2d9046481b06895ac6ed0b29bcd414565
parent78406dda9908394bc231a766e0b2259b3d95743c
parent377bc19fd92074bd32e6b29b9133037238ca54dd
Merge tag 'mix-next-14102025' of https://source.denx.de/u-boot/custodians/u-boot-tpm

TPM changes:
Make all drive names defined with U_BOOT_DRIVER unique

TEE changes:
Rework things such that sandbox will also traverse the optee directory
when SANDBOX_TEE is enabled, but only build one of the optee-specific
files when OPTEE is enabled.

EFI changes:
Up to now we were relying on the file extension to accept and load
an image over HTTP. We expected images to be either .iso or .img.

By wiring up internal existing functions we can try to mount any
file extension and reject it only if mounting fails.
part_driver_lookup_type