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 Mosk

[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 https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2faka.ms%2fLearnAboutSe

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 > https://cas5-0-urlprotect.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2faka.ms%2fLearnAboutSenderIdentification&umid=d3728a4f-0e7b-4ded-94bc

[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 | 3