]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Merge patch series "remoteproc: k3-r5: Build fixes and security improvements"
authorTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 18:50:38 +0000 (12:50 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 18 Nov 2025 18:50:38 +0000 (12:50 -0600)
commitabf15eb60c8a87f833f7e75e5e8a51a7eb115e0b
treedeed0c31b00bc75d4c516c0e250b630ad4e7f19e
parent96edadab5476c37f3c0b0b99877db16e3e58d5e1
parent0c192f52cfb8a4b1c29d61750f48e016ba6b978b
Merge patch series "remoteproc: k3-r5: Build fixes and security improvements"

Philippe Schenker <philippe.schenker@impulsing.ch> says:

This series fixes compilation errors when building for R5 cores and
addresses a security issue where authenticated images were not being
used correctly.

Patch 1: Cosmetic removal of duplicate code

Patches 2-3: Fix build errors caused by type mismatches between
function signatures and the types used in R5 builds.

Patches 4-5: fix a bug where ti_secure_image_post_process() relocates
images during authentication, but callers were still using the original
unverified addresses.

Patch 6: Implements is_running operation to allow querying R5F core status.

Link: https://lore.kernel.org/r/20251111071756.1257488-1-dev@pschenker.ch