remoteproc: imx_rproc: support remote cores booted before Linux Kernel
authorPeng Fan <peng.fan@nxp.com>
Thu, 8 Apr 2021 01:44:49 +0000 (09:44 +0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 14 Apr 2021 02:10:32 +0000 (21:10 -0500)
commit5e4c1243071d29ed5511121d044116b942ba6a7b
treef27ff8b6616d989e528c5fd95cd349e21eb4f9a2
parent10a3d4079eaea06472f1981152e2840e7232ffa9
remoteproc: imx_rproc: support remote cores booted before Linux Kernel

 - When remote cores are kicked before Linux Kernel, we are not able
   to get resource table from the firmware elf file, so we need to add
   rsc_table to hold the resource table published by remote cores and
   imx_rproc_get_loaded_rsc_table is to get the resource table.
 - Per remoteproc framework, add attach hook for processor in a detached
   state.
 - Add imx_rproc_detect_mode to detect remote cores' working mode to
   set the state which is required by remoteproc framework.

Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/1617846289-13496-5-git-send-email-peng.fan@oss.nxp.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/imx_rproc.c