ta: remoteproc: add command to release remote processor firmwareThis patch introduces a new command `TA_RPROC_CMD_RELEASE_FW` to releasethe firmware images and associated resources of a remote pro
ta: remoteproc: add command to release remote processor firmwareThis patch introduces a new command `TA_RPROC_CMD_RELEASE_FW` to releasethe firmware images and associated resources of a remote processor.This command can be called by the non-secure context to release the loadedfirmware if the remoteproc is not running.The command can be used, for instance, in case an error occurs in thenon-secure context between the load request and the start of theremote processor. Calling the command allows releasing the loaded firmwareand going back to the REMOTEPROC_OFF state.This command should also be called after the stop of theremote processor to release associated resources.Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>Reviewed-by: Etienne Carriere <etienne.carriere@foss.st.com>
show more ...
ta: remoteproc: add remote processor Trusted ApplicationAdd a generic TA for a remote processor firmware management.This TA should be defined as early TA to allow remote processorfirmware managem
ta: remoteproc: add remote processor Trusted ApplicationAdd a generic TA for a remote processor firmware management.This TA should be defined as early TA to allow remote processorfirmware management in Linux kernel built-in driver and in boot stages.Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>Acked-by: Jerome Forissier <jerome.forissier@linaro.org>