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

2019-05-22 Thread Simon Glass
Hi Fabien, On Wed, 22 May 2019 at 02:07, Fabien Dessenne wrote: > > The current implementation supports only binary file load. > Add helpers to support ELF format (check validity, sanity check, and > load). > Note that since an ELF image is built for the remote processor, the load > function uses

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

2019-05-22 Thread Fabien Dessenne
The current implementation supports only binary file load. Add helpers to support ELF format (check validity, sanity check, and load). Note that since an ELF image is built for the remote processor, the load function uses the da_to_pa ops to translate the addresses. Signed-off-by: Loic Pallardy S