Re: [PATCH V2 5/7] remoteproc: imx_rproc: add i.MX specific parse fw hook

2020-10-19 Thread Mathieu Poirier
On Sun, Sep 27, 2020 at 02:41:29PM +0800, Peng Fan wrote: > The hook is used to parse memory-regions and load resource table > from the address the remote processor published. > > Reviewed-by: Richard Zhu > Signed-off-by: Peng Fan > --- > drivers/remoteproc/imx_rproc.c | 97

[PATCH V2 5/7] remoteproc: imx_rproc: add i.MX specific parse fw hook

2020-09-27 Thread Peng Fan
The hook is used to parse memory-regions and load resource table from the address the remote processor published. Reviewed-by: Richard Zhu Signed-off-by: Peng Fan --- drivers/remoteproc/imx_rproc.c | 97 ++ 1 file changed, 97 insertions(+) diff --git