Re: [PATCH 5/6] common: bootm: add support for elf file loading

2020-04-23 Thread Clément Leger
- On 22 Apr, 2020, at 13:21, Clément Leger cle...@kalray.eu wrote: > This will allows elf loader to directly have an elf file available. Thus > filetype_elf bootm handlers will be able to use this elf file directly. > > Signed-off-by: Clement Leger > --- > common/bootm.c | 27

Re: [PATCH 5/6] common: bootm: add support for elf file loading

2020-04-23 Thread Sascha Hauer
On Wed, Apr 22, 2020 at 01:21:18PM +0200, Clement Leger wrote: > This will allows elf loader to directly have an elf file available. Thus > filetype_elf bootm handlers will be able to use this elf file directly. > > Signed-off-by: Clement Leger > --- > common/bootm.c | 27

[PATCH 5/6] common: bootm: add support for elf file loading

2020-04-22 Thread Clement Leger
This will allows elf loader to directly have an elf file available. Thus filetype_elf bootm handlers will be able to use this elf file directly. Signed-off-by: Clement Leger --- common/bootm.c | 27 +++ include/bootm.h | 3 +++ 2 files changed, 30 insertions(+) diff