Re: [PATCH v4 05/17] remoteproc: Add new get_loaded_rsc_table() remoteproc operation

2021-01-29 Thread Mathieu Poirier
On Wed, Jan 27, 2021 at 09:44:28AM +0100, Arnaud POULIQUEN wrote: > Hi Mathieu, > > Come back on you series... > > On 12/18/20 6:32 PM, Mathieu Poirier wrote: > > Add an new get_loaded_rsc_table() operation in order to support > > scenarios where the remoteproc core has booted a remote processor

Re: [PATCH v4 05/17] remoteproc: Add new get_loaded_rsc_table() remoteproc operation

2021-01-27 Thread Arnaud POULIQUEN
Hi Mathieu, Come back on you series... On 12/18/20 6:32 PM, Mathieu Poirier wrote: > Add an new get_loaded_rsc_table() operation in order to support > scenarios where the remoteproc core has booted a remote processor > and detaches from it. When re-attaching to the remote processor, > the core n

[PATCH v4 05/17] remoteproc: Add new get_loaded_rsc_table() remoteproc operation

2020-12-18 Thread Mathieu Poirier
Add an new get_loaded_rsc_table() operation in order to support scenarios where the remoteproc core has booted a remote processor and detaches from it. When re-attaching to the remote processor, the core needs to know where the resource table has been placed in memory. Signed-off-by: Mathieu Poir