summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPhilippe Schenker <[email protected]>2025-11-11 08:16:29 +0100
committerTom Rini <[email protected]>2025-11-18 12:50:05 -0600
commit3a43fc9016c3c37eefca10ed404c95ac7cecd3dc (patch)
treec028850e64636316da3cec8c93738e3bc5e2ebd2 /include/linux
parentfe114f3662c655cae44b45370d6dc4de2055a611 (diff)
remoteproc: k3-r5: Use verified image address
After ti_secure_image_post_process() authenticates the image, it may relocate it to a different memory location and update image_addr to point to the verified image. However, rproc_elf_load_image() and rproc_elf_get_boot_addr() were still using the original "addr" parameter, potentially operating on the unverified or stale image location instead of the authenticated image. Use image_addr (cast to ulong to match function signatures) after authentication to ensure all operations work with the verified image. Signed-off-by: Philippe Schenker <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions