Re: [PATCH v3] cmd: bootm: add ELF file support

2024-04-11 Thread Quentin Schulz
Hi Maxim, On 4/11/24 10:32, Maxim Moskalets wrote: From: Maxim Moskalets Some operating systems (e.g. seL4) and embedded applications are ELF images. It is convenient to use FIT-images to implement trusted boot. Added "elf" image type for booting using bootm command. Signed-off-by: Maxim Mosk

[PATCH v3] cmd: bootm: add ELF file support

2024-04-11 Thread Maxim Moskalets
From: Maxim Moskalets Some operating systems (e.g. seL4) and embedded applications are ELF images. It is convenient to use FIT-images to implement trusted boot. Added "elf" image type for booting using bootm command. Signed-off-by: Maxim Moskalets --- boot/bootm_os.c | 24