Re: [U-Boot] [PATCH v3 4/7] remoteproc: add elf file load support

2019-07-22 Thread Patrick DELAUNAY
Hi, > From: Fabien DESSENNE > Sent: vendredi 31 mai 2019 15:12 > > The current implementation supports only binary file load. > Add helpers to support ELF32 format (sanity check, and load). > Note that since an ELF32 image is built for the remote processor, the load > function > uses the

Re: [U-Boot] [PATCH v3 4/7] remoteproc: add elf file load support

2019-07-22 Thread Patrick DELAUNAY
Hi Lokesh, Thanks for the review. Fabien is in vacation and I will integrate this serie in my next stm32 pull request. > From: Lokesh Vutla > Sent: lundi 3 juin 2019 07:31 > > > > On 31/05/19 6:41 PM, Fabien Dessenne wrote: > > The current implementation supports only binary file load. > >

Re: [U-Boot] [PATCH v3 4/7] remoteproc: add elf file load support

2019-06-02 Thread Lokesh Vutla
On 31/05/19 6:41 PM, Fabien Dessenne wrote: > The current implementation supports only binary file load. > Add helpers to support ELF32 format (sanity check, and load). > Note that since an ELF32 image is built for the remote processor, the > load function uses the device_to_virt ops to

[U-Boot] [PATCH v3 4/7] remoteproc: add elf file load support

2019-05-31 Thread Fabien Dessenne
The current implementation supports only binary file load. Add helpers to support ELF32 format (sanity check, and load). Note that since an ELF32 image is built for the remote processor, the load function uses the device_to_virt ops to translate the addresses. Implement a basic translation for