Re: [U-Boot] [PATCH v1] imx: bootaux: elf firmware support

2019-11-13 Thread Igor Opaniuk
Hi Peng, On Tue, Nov 12, 2019 at 9:47 AM Peng Fan wrote: > > Hi Igor. > > > Subject: [PATCH v1] imx: bootaux: elf firmware support > > We also have similar support for i.MX8 DSP firmware loading. Good to see > your patch. > > > > > From: Igor Opaniuk > > > > Currently imx-specific bootaux comman

Re: [U-Boot] [PATCH v1] imx: bootaux: elf firmware support

2019-11-11 Thread Peng Fan
Hi Igor. > Subject: [PATCH v1] imx: bootaux: elf firmware support We also have similar support for i.MX8 DSP firmware loading. Good to see your patch. > > From: Igor Opaniuk > > Currently imx-specific bootaux command doesn't support ELF format > firmware for Cortex-M4 core. > > This patches

[U-Boot] [PATCH v1] imx: bootaux: elf firmware support

2019-11-11 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). This has the advantage that the user does not