commit | e2b258cd4acb60b7cdc33d11be55f76b7b15c8d8 | [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 | 907ee6a15c2e0872ee875c1ce40f8f7a14160577 [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>