Re: [U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-12-08 Thread Simon Glass
Hi Albert, On Wed, Dec 7, 2011 at 12:10 AM, Albert ARIBAUD wrote: > Hi Simon, > > Le 22/11/2011 00:57, Simon Glass a écrit : > >> This is the second patch series aiming to unify the various board.c files >> in each architecture into a single one. This series creates a libboard >> library and impl

Re: [U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-12-07 Thread Simon Glass
Hi Tomi, On Mon, Nov 28, 2011 at 3:45 PM, Tom Rini wrote: > On Mon, Nov 21, 2011 at 4:57 PM, Simon Glass wrote: >> This is the second patch series aiming to unify the various board.c files >> in each architecture into a single one. This series creates a libboard >> library and implements relocat

Re: [U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-12-07 Thread Albert ARIBAUD
Hi Simon, Le 22/11/2011 00:57, Simon Glass a écrit : This is the second patch series aiming to unify the various board.c files in each architecture into a single one. This series creates a libboard library and implements relocation in it. It then moves ARM over to use this framework, as an examp

Re: [U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-12-06 Thread Graeme Russ
Hi Simon, On Wed, Dec 7, 2011 at 2:25 PM, Simon Glass wrote: > Hi Graeme, > > On Tue, Dec 6, 2011 at 6:56 PM, Graeme Russ wrote: >> Hi Simon >> >> Sorry for the late review on this - I've only just now had a good >> chance to look at it... >> > > Thanks for the comments. > >> On Wed, Dec 7, 2011

Re: [U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-12-06 Thread Simon Glass
Hi Graeme, On Tue, Dec 6, 2011 at 6:56 PM, Graeme Russ wrote: > Hi Simon > > Sorry for the late review on this - I've only just now had a good > chance to look at it... > Thanks for the comments. > On Wed, Dec 7, 2011 at 12:56 PM, Simon Glass wrote: >> Hi Tom, >> >> On Mon, Nov 28, 2011 at 3:4

Re: [U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-12-06 Thread Graeme Russ
Hi Simon Sorry for the late review on this - I've only just now had a good chance to look at it... On Wed, Dec 7, 2011 at 12:56 PM, Simon Glass wrote: > Hi Tom, > > On Mon, Nov 28, 2011 at 3:45 PM, Tom Rini wrote: >> On Mon, Nov 21, 2011 at 4:57 PM, Simon Glass wrote: >>> This is the second pa

Re: [U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-12-06 Thread Simon Glass
Hi Tom, On Mon, Nov 28, 2011 at 3:45 PM, Tom Rini wrote: > On Mon, Nov 21, 2011 at 4:57 PM, Simon Glass wrote: >> This is the second patch series aiming to unify the various board.c files >> in each architecture into a single one. This series creates a libboard >> library and implements relocati

Re: [U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-11-28 Thread Tom Rini
On Mon, Nov 21, 2011 at 4:57 PM, Simon Glass wrote: > This is the second patch series aiming to unify the various board.c files > in each architecture into a single one. This series creates a libboard > library and implements relocation in it. It then moves ARM over to use > this framework, as an

[U-Boot] [RFC PATCH 0/7] reboard: Introduce generic relocation feature

2011-11-21 Thread Simon Glass
This is the second patch series aiming to unify the various board.c files in each architecture into a single one. This series creates a libboard library and implements relocation in it. It then moves ARM over to use this framework, as an example. On ARM the relocation code is duplicated for each C