[PATCH v3] mach-imx: bootaux: elf firmware support

2020-01-04 Thread sbabic
> From: Igor Opaniuk > Currently imx-specific bootaux command doesn't support ELF format > firmware for Cortex-M4 core. > This patches introduces a PoC implementation of handling elf firmware > (load_elf_image_phdr() was copy-pasted from elf.c just for PoC). > ELF64 binaries isn't supported yet.

[PATCH v3] mach-imx: bootaux: elf firmware support

2019-12-30 Thread Igor Opaniuk
From: Igor Opaniuk Currently imx-specific bootaux command doesn't support ELF format firmware for Cortex-M4 core. This patches introduces a PoC implementation of handling elf firmware (load_elf_image_phdr() was copy-pasted from elf.c just for PoC). ELF64 binaries isn't supported yet. This has