]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: bootm: add ELF file support
authorMaxim Moskalets <maximmosk4@gmail.com>
Fri, 21 Jun 2024 11:42:10 +0000 (14:42 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 5 Jul 2024 19:57:02 +0000 (13:57 -0600)
commit2abf14df5dd3944ab22352b397c63516bcf312c3
tree612aeafd93a130757d8f41ea86dc3020fc2ce133
parent6074f6e85783f582e8524778fff170ff05b35a91
cmd: bootm: add ELF file support

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 <maximmosk4@gmail.com>
boot/bootm_os.c
boot/image-fit.c
boot/image.c
cmd/Kconfig
include/image.h