Re: [U-Boot] [PATCH 3/5] remoteproc: stm32: load resource table from firmware

2019-10-14 Thread Fabien DESSENNE
On 11/10/2019 10:09 PM, Suman Anna wrote: > Hi Fabien, > > On 10/9/19 10:36 AM, Fabien Dessenne wrote: >> Load the optional resource table from the firmware, and write its >> address in the dedicated backup register. > What processor is this? Reason I ask is that you are using 0 as a no > resource

Re: [U-Boot] [PATCH 3/5] remoteproc: stm32: load resource table from firmware

2019-10-11 Thread Suman Anna
Hi Fabien, On 10/9/19 10:36 AM, Fabien Dessenne wrote: > Load the optional resource table from the firmware, and write its > address in the dedicated backup register. What processor is this? Reason I ask is that you are using 0 as a no resource table address, and if it is a valid address for that

[U-Boot] [PATCH 3/5] remoteproc: stm32: load resource table from firmware

2019-10-09 Thread Fabien Dessenne
Load the optional resource table from the firmware, and write its address in the dedicated backup register. Signed-off-by: Fabien Dessenne --- drivers/remoteproc/stm32_copro.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/remoteproc/stm32_copro.c b/drivers/remoteproc