Re: [U-Boot] [PATCH 8/8] mips: bmips: add support for raw .elf images

2017-04-15 Thread Álvaro Fernández Rojas
Hi, El 15/04/2017 a las 21:14, Álvaro Fernández Rojas escribió: > Hi, > > El 15/04/2017 a las 20:54, Daniel Schwierzeck escribió: >> >> >> Am 15.04.2017 um 20:10 schrieb Álvaro Fernández Rojas: >>> Hi, >>> >>> El 15/04/2017 a las 19:19, Álvaro Fernández Rojas escribió: El 14/04/201

Re: [U-Boot] [PATCH 8/8] mips: bmips: add support for raw .elf images

2017-04-15 Thread Álvaro Fernández Rojas
Hi, El 15/04/2017 a las 20:54, Daniel Schwierzeck escribió: > > > Am 15.04.2017 um 20:10 schrieb Álvaro Fernández Rojas: >> Hi, >> >> El 15/04/2017 a las 19:19, Álvaro Fernández Rojas escribió: >>> >>> >>> El 14/04/2017 a las 21:05, Daniel Schwierzeck escribió: Am 13.04.2017 um 17

Re: [U-Boot] [PATCH 8/8] mips: bmips: add support for raw .elf images

2017-04-15 Thread Daniel Schwierzeck
Am 15.04.2017 um 20:10 schrieb Álvaro Fernández Rojas: > Hi, > > El 15/04/2017 a las 19:19, Álvaro Fernández Rojas escribió: >> >> >> El 14/04/2017 a las 21:05, Daniel Schwierzeck escribió: >>> >>> >>> Am 13.04.2017 um 17:52 schrieb Álvaro Fernández Rojas: CFE supports loading .elf images i

Re: [U-Boot] [PATCH 8/8] mips: bmips: add support for raw .elf images

2017-04-15 Thread Álvaro Fernández Rojas
Hi, El 15/04/2017 a las 19:19, Álvaro Fernández Rojas escribió: > > > El 14/04/2017 a las 21:05, Daniel Schwierzeck escribió: >> >> >> Am 13.04.2017 um 17:52 schrieb Álvaro Fernández Rojas: >>> CFE supports loading .elf images instead of raw binaries. >>> >>> Signed-off-by: Álvaro Fernández Roja

Re: [U-Boot] [PATCH 8/8] mips: bmips: add support for raw .elf images

2017-04-15 Thread Álvaro Fernández Rojas
El 14/04/2017 a las 21:05, Daniel Schwierzeck escribió: > > > Am 13.04.2017 um 17:52 schrieb Álvaro Fernández Rojas: >> CFE supports loading .elf images instead of raw binaries. >> >> Signed-off-by: Álvaro Fernández Rojas >> --- >> Makefile | 22 ++ >>

Re: [U-Boot] [PATCH 8/8] mips: bmips: add support for raw .elf images

2017-04-14 Thread Daniel Schwierzeck
Am 13.04.2017 um 17:52 schrieb Álvaro Fernández Rojas: > CFE supports loading .elf images instead of raw binaries. > > Signed-off-by: Álvaro Fernández Rojas > --- > Makefile | 22 ++ > arch/mips/cpu/u-boot-elf.lds | 10 ++ > 2 files changed, 32 i

[U-Boot] [PATCH 8/8] mips: bmips: add support for raw .elf images

2017-04-13 Thread Álvaro Fernández Rojas
CFE supports loading .elf images instead of raw binaries. Signed-off-by: Álvaro Fernández Rojas --- Makefile | 22 ++ arch/mips/cpu/u-boot-elf.lds | 10 ++ 2 files changed, 32 insertions(+) create mode 100644 arch/mips/cpu/u-boot-elf.lds diff --g