]> git.dujemihanovic.xyz Git - u-boot.git/commit
Merge patch series "Adding support to load secure firmware for HS devices"
authorTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 20:01:15 +0000 (14:01 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 7 Jun 2024 20:01:15 +0000 (14:01 -0600)
commit30060e0480636b3fccdbdf97cdca98ee89e3e58a
tree307db160a3fb40eb10d7fe7bfc5d3ef62cea2e98
parentbf3d5baa868a658d4625aaf177096751b8597891
parent4db7d62f858b82b493a7c6a32d5ba25a85a6f9dd
Merge patch series "Adding support to load secure firmware for HS devices"

Udit Kumar <u-kumar1@ti.com> says:

Some use case needs rproc firmware to be loaded at u-boot stage,
using following commands at u-boot shell, firmware could be loaded

=> setenv dorprocboot 1
=> run boot_rprocs

For Secure devices, secure version of rproc firmware should be loaded,
which is appended by sec keyword[0].
but currently non-secure firmware is loaded even for secure devices.
So adding support for loading secure firmware on Secured devices.

[0]: https://gist.github.com/uditkumarti/cd8bf6a448079b59145d17a0e8bf13b7

Bootlogs:
GP : https://gist.github.com/uditkumarti/23a00c313e1c28b62537aab733a585df#file-gp_device line 65 onwards
HS : https://gist.github.com/uditkumarti/23a00c313e1c28b62537aab733a585df#file-hs-device line 60 onwards
drivers/remoteproc/ti_k3_dsp_rproc.c
drivers/remoteproc/ti_k3_r5f_rproc.c