Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-29 Thread Fabio Estevam
Hi Albert, On Tue, May 28, 2013 at 10:28 AM, Albert ARIBAUD wrote: > Did you manage this test? If you did and it succeeded, then I'll merge > the series into u-boot-arm. Unfortunately I did not manage to find some spare time to test this, sorry. Please go ahead and apply them. Hopefully I wil

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-28 Thread Albert ARIBAUD
Hi Fabio, On Tue, 21 May 2013 10:24:19 -0300, Fabio Estevam wrote: > Hi Benoît, > > On Mon, May 20, 2013 at 12:39 PM, Benoît Thébaudeau > wrote: > > > Can you test this series on mx31pdk (directly changed by this series), and > > some > > other i.MX EVK (e.g. ARMv7, so mx51evk or mx53*) boar

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-27 Thread Simon Glass
Hi Albert, On Mon, May 27, 2013 at 9:16 AM, Albert ARIBAUD wrote: > Hi Simon, > > On Mon, 27 May 2013 07:56:48 -0700, Simon Glass > wrote: > > > Hi Albert, > > > > On Mon, May 20, 2013 at 2:26 AM, Albert ARIBAUD > > wrote: > > > > > Hi Benoît, > > > > > > On Sun, 19 May 2013 17:57:59 +0200 (CEST

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-27 Thread Albert ARIBAUD
Hi Simon, On Mon, 27 May 2013 07:56:48 -0700, Simon Glass wrote: > Hi Albert, > > On Mon, May 20, 2013 at 2:26 AM, Albert ARIBAUD > wrote: > > > Hi Benoît, > > > > On Sun, 19 May 2013 17:57:59 +0200 (CEST), Benoît Thébaudeau > > wrote: > > > > > Hi Albert, > > > > > > On Sunday, May 19, 2013

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-27 Thread Simon Glass
Hi Albert, On Mon, May 20, 2013 at 2:26 AM, Albert ARIBAUD wrote: > Hi Benoît, > > On Sun, 19 May 2013 17:57:59 +0200 (CEST), Benoît Thébaudeau > wrote: > > > Hi Albert, > > > > On Sunday, May 19, 2013 1:48:11 PM, Albert ARIBAUD wrote: > > > This series replaces all instances of relocate_code in

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-21 Thread Fabio Estevam
Hi Benoît, On Mon, May 20, 2013 at 12:39 PM, Benoît Thébaudeau wrote: > Can you test this series on mx31pdk (directly changed by this series), and > some > other i.MX EVK (e.g. ARMv7, so mx51evk or mx53*) board please? That should be > enough for ARM. I don't have access to my mx31pdk currentl

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-20 Thread Benoît Thébaudeau
Hi Fabio, Stefano, On Monday, May 20, 2013 11:26:10 AM, Albert ARIBAUD wrote: > Hi Benoît, > > On Sun, 19 May 2013 17:57:59 +0200 (CEST), Benoît Thébaudeau > wrote: > > > Hi Albert, > > > > On Sunday, May 19, 2013 1:48:11 PM, Albert ARIBAUD wrote: > > > This series replaces all instances of re

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-20 Thread Albert ARIBAUD
Hi Benoît, On Sun, 19 May 2013 17:57:59 +0200 (CEST), Benoît Thébaudeau wrote: > Hi Albert, > > On Sunday, May 19, 2013 1:48:11 PM, Albert ARIBAUD wrote: > > This series replaces all instances of relocate_code in > > various start.S files from the ARM architecture with a > > single instance in

Re: [U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-19 Thread Benoît Thébaudeau
Hi Albert, On Sunday, May 19, 2013 1:48:11 PM, Albert ARIBAUD wrote: > This series replaces all instances of relocate_code in > various start.S files from the ARM architecture with a > single instance in arch/arm/lib/relocate.S. > > This is done in steps, each step keeping the whole of ARM > U-Bo

[U-Boot] [PATCH v4 0/4] Factorize ARM relocate_code instances

2013-05-19 Thread Albert ARIBAUD
This series replaces all instances of relocate_code in various start.S files from the ARM architecture with a single instance in arch/arm/lib/relocate.S. This is done in steps, each step keeping the whole of ARM U-Boot buildable and runnable and touching as little code as necessary. 1. Drop mx31p