Re: [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

2019-12-10 Thread Fabien DESSENNE
Btw, I sent a v2 for this patch: https://www.mail-archive.com/u-boot@lists.denx.de/msg346085.html On 10/12/2019 4:18 PM, Simon Glass wrote: > Hi Fabien, > > On Wed, 30 Oct 2019 at 03:50, Fabien DESSENNE wrote: >> Hi Simon >> >> On 30/10/2019 2:49 AM, Simon Glass wrote: >>> Hi Fabien, >>> >>> On

Re: [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

2019-12-10 Thread Fabien DESSENNE
Hi Simon, On 10/12/2019 4:18 PM, Simon Glass wrote: > Hi Fabien, > > On Wed, 30 Oct 2019 at 03:50, Fabien DESSENNE wrote: >> Hi Simon >> >> On 30/10/2019 2:49 AM, Simon Glass wrote: >>> Hi Fabien, >>> >>> On Tue, 22 Oct 2019 at 03:08, Fabien DESSENNE >>> wrote: Hi Simon, On

Re: [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

2019-12-10 Thread Simon Glass
Hi Fabien, On Wed, 30 Oct 2019 at 03:50, Fabien DESSENNE wrote: > > Hi Simon > > On 30/10/2019 2:49 AM, Simon Glass wrote: > > Hi Fabien, > > > > On Tue, 22 Oct 2019 at 03:08, Fabien DESSENNE > > wrote: > >> Hi Simon, > >> > >> > >> On 22/10/2019 1:47 AM, Simon Glass wrote: > >>> Hi Fabien, > >

Re: [U-Boot] [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

2019-10-30 Thread Fabien DESSENNE
Hi Simon On 30/10/2019 2:49 AM, Simon Glass wrote: > Hi Fabien, > > On Tue, 22 Oct 2019 at 03:08, Fabien DESSENNE wrote: >> Hi Simon, >> >> >> On 22/10/2019 1:47 AM, Simon Glass wrote: >>> Hi Fabien, >>> >>> On Wed, 9 Oct 2019 at 09:36, Fabien Dessenne wrote: Add rproc_elf_load_rsc_table(),

Re: [U-Boot] [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

2019-10-29 Thread Simon Glass
Hi Fabien, On Tue, 22 Oct 2019 at 03:08, Fabien DESSENNE wrote: > > Hi Simon, > > > On 22/10/2019 1:47 AM, Simon Glass wrote: > > Hi Fabien, > > > > On Wed, 9 Oct 2019 at 09:36, Fabien Dessenne wrote: > >> Add rproc_elf_load_rsc_table(), which searches for a resource table in > >> an elf64/elf32

Re: [U-Boot] [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

2019-10-22 Thread Fabien DESSENNE
Hi Simon, On 22/10/2019 1:47 AM, Simon Glass wrote: > Hi Fabien, > > On Wed, 9 Oct 2019 at 09:36, Fabien Dessenne wrote: >> Add rproc_elf_load_rsc_table(), which searches for a resource table in >> an elf64/elf32 image, and if found, copies it to device memory. >> Add also the elf32 and elf64 va

Re: [U-Boot] [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

2019-10-21 Thread Simon Glass
Hi Fabien, On Wed, 9 Oct 2019 at 09:36, Fabien Dessenne wrote: > > Add rproc_elf_load_rsc_table(), which searches for a resource table in > an elf64/elf32 image, and if found, copies it to device memory. > Add also the elf32 and elf64 variants of this API. > Add a test for this. > > Signed-off-by

[U-Boot] [PATCH 1/5] remoteproc: elf_loader: Add elf resource table load support

2019-10-09 Thread Fabien Dessenne
Add rproc_elf_load_rsc_table(), which searches for a resource table in an elf64/elf32 image, and if found, copies it to device memory. Add also the elf32 and elf64 variants of this API. Add a test for this. Signed-off-by: Fabien Dessenne --- drivers/remoteproc/rproc-elf-loader.c | 269 ++