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

2019-05-29 Thread Fabien DESSENNE
Hi Lokesh On 29/05/2019 6:21 AM, Lokesh Vutla wrote: > > On 27/05/19 5:53 PM, Fabien Dessenne wrote: >> The current implementation supports only binary file load. >> Add helpers to support ELF format (sanity check, and load). >> Note that since an ELF image is built for the remote processor, the

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

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

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

2019-05-27 Thread Fabien Dessenne
The current implementation supports only binary file load. Add helpers to support ELF format (sanity check, and load). Note that since an ELF 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