commit | 2abf14df5dd3944ab22352b397c63516bcf312c3 | [log] [tgz] |
---|---|---|
author | Maxim Moskalets <maximmosk4@gmail.com> | Fri Jun 21 14:42:10 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 05 13:57:02 2024 -0600 |
tree | 612aeafd93a130757d8f41ea86dc3020fc2ce133 | |
parent | 6074f6e85783f582e8524778fff170ff05b35a91 [diff] |
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>