On Sun, 19 Jul 2026 02:51:17 +0100, Daniel Golle wrote:
> binman's split-elf operation records one FIT image node per ELF
> segment, all with os = "tee", and only the segment containing the ELF
> entry point carries an entry property. Since fdt_add_subnode() inserts
> new subnodes in front of existing ones, the /fit-images nodes end up in
> reverse recording order, so spl_fit_images_find() would return the
> *last* TEE segment and its load address was passed to BL31 as the BL32
> entry point.
>
> [...]
Applied to u-boot/main, thanks!
[1/1] spl: atf: fix BL32 entry point for multi-segment TEE images
commit: de61c59164e0aa1735d37db6ba0db1276e62ac61
--
Tom