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

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

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

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. > >

[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