Re: [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-12-30 Thread Stefano Babic
On 30/12/19 13:04, Igor Opaniuk wrote: > Hi Stefano, > > On Sat, Dec 28, 2019 at 2:33 PM Stefano Babic wrote: >> >> >> >> On 28/11/19 14:56, Igor Opaniuk wrote: >>> From: Igor Opaniuk >>> >>> Currently imx-specific bootaux command doesn't support ELF format >>> firmware for Cortex-M4 core. >>>

Re: [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-12-30 Thread Igor Opaniuk
Hi Stefano, On Sat, Dec 28, 2019 at 2:33 PM Stefano Babic wrote: > > > > On 28/11/19 14:56, Igor Opaniuk wrote: > > From: Igor Opaniuk > > > > Currently imx-specific bootaux command doesn't support ELF format > > firmware for Cortex-M4 core. > > > > This patches introduces a PoC implementation

Re: [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-12-28 Thread Stefano Babic
On 28/11/19 14:56, Igor Opaniuk wrote: > 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

Re: [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-12-27 Thread Stefano Babic
On 28/11/19 14:56, Igor Opaniuk wrote: > 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

Re: [U-Boot] [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-12-03 Thread Oleksandr Suvorov
On Thu, Nov 28, 2019 at 3:57 PM Igor Opaniuk wrote: > > 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

[U-Boot] [PATCH v2 3/3] mach-imx: bootaux: elf firmware support

2019-11-28 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