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

2024-04-11 Thread Quentin Schulz
Hi Maxim, On 4/10/24 23:21, 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

[PATCH] cmd: bootm: add ELF file support

2024-04-10 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

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

2024-03-19 Thread Maxim M. Moskalets
Hi Sean On 19.03.2024 19:15, Sean Anderson wrote: Hi Maxim, On 3/19/24 12:10, Maxim Moskalets wrote: [You don't often get email from maximmo...@gmail.com. Learn why this is important at

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

2024-03-19 Thread Sean Anderson
Hi Maxim, On 3/19/24 12:10, Maxim Moskalets wrote: > [You don't often get email from maximmo...@gmail.com. Learn why this is > important at >

[PATCH] cmd: bootm: add ELF file support

2024-03-19 Thread 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 | 21 + boot/image-fit.c |