Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-12-08 Thread Simon Glass
Hi, On Wed, Dec 7, 2011 at 4:35 PM, Mike Frysinger wrote: > On Wednesday 07 December 2011 02:38:40 Albert ARIBAUD wrote: >> Le 30/11/2011 03:58, Mike Frysinger a écrit : >> > On Tuesday 29 November 2011 18:49:58 Graeme Russ wrote: >> >> On Wed, Nov 30, 2011 at 10:41 AM, Simon Glass wrote: >> >>>

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-12-07 Thread Mike Frysinger
On Wednesday 07 December 2011 02:38:40 Albert ARIBAUD wrote: > Le 30/11/2011 03:58, Mike Frysinger a écrit : > > On Tuesday 29 November 2011 18:49:58 Graeme Russ wrote: > >> On Wed, Nov 30, 2011 at 10:41 AM, Simon Glass wrote: > >>> On Tue, Nov 29, 2011 at 3:20 PM, Mike Frysinger wrote: > On T

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-12-07 Thread Simon Glass
Hi Graeme, On Wed, Dec 7, 2011 at 2:54 PM, Graeme Russ wrote: > Hi Simon, > > On Thu, Dec 8, 2011 at 9:45 AM, Simon Glass wrote: >> Hi Mike, >> >> On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: >>> On Monday 21 November 2011 18:57:56 Simon Glass wrote:  board/Makefile   |   45

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-12-07 Thread Graeme Russ
Hi Simon, On Thu, Dec 8, 2011 at 9:45 AM, Simon Glass wrote: > Hi Mike, > > On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: >> On Monday 21 November 2011 18:57:56 Simon Glass wrote: >>>  board/Makefile   |   45 >>>  board/reloc.c    |  101 >> >> not to bikeshed, but i don't think we want

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-12-07 Thread Simon Glass
Hi Mike, On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: > On Monday 21 November 2011 18:57:56 Simon Glass wrote: >>  board/Makefile   |   45 >>  board/reloc.c    |  101 > > not to bikeshed, but i don't think we want files in board/.  how about > board/common/ or board/generic/ instead ? >

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-12-06 Thread Albert ARIBAUD
Le 30/11/2011 03:58, Mike Frysinger a écrit : On Tuesday 29 November 2011 18:49:58 Graeme Russ wrote: On Wed, Nov 30, 2011 at 10:41 AM, Simon Glass wrote: On Tue, Nov 29, 2011 at 3:20 PM, Mike Frysinger wrote: On Tuesday 29 November 2011 17:15:18 Simon Glass wrote: On Mon, Nov 28, 2011 at 7:0

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 18:49:58 Graeme Russ wrote: > On Wed, Nov 30, 2011 at 10:41 AM, Simon Glass wrote: > > On Tue, Nov 29, 2011 at 3:20 PM, Mike Frysinger wrote: > >> On Tuesday 29 November 2011 17:15:18 Simon Glass wrote: > >>> On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: > >>> >

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-11-29 Thread Graeme Russ
Hi Simon, On Wed, Nov 30, 2011 at 10:41 AM, Simon Glass wrote: > Hi Mike, > > On Tue, Nov 29, 2011 at 3:20 PM, Mike Frysinger wrote: >> On Tuesday 29 November 2011 17:15:18 Simon Glass wrote: >>> On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: >>> > On Monday 21 November 2011 18:57:56 Sim

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-11-29 Thread Simon Glass
Hi Mike, On Tue, Nov 29, 2011 at 3:20 PM, Mike Frysinger wrote: > On Tuesday 29 November 2011 17:15:18 Simon Glass wrote: >> On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: >> > On Monday 21 November 2011 18:57:56 Simon Glass wrote: >> >> --- /dev/null >> >> +++ b/board/Makefile >> >> >> >

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-11-29 Thread Mike Frysinger
On Tuesday 29 November 2011 17:15:18 Simon Glass wrote: > On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: > > On Monday 21 November 2011 18:57:56 Simon Glass wrote: > >> --- /dev/null > >> +++ b/board/Makefile > >> > >> +ifndef CONFIG_SYS_LEGACY_BOARD > >> +COBJS+= reloc.o > >> +end

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-11-29 Thread Graeme Russ
Hi Simon, On Wed, Nov 30, 2011 at 9:15 AM, Simon Glass wrote: > Hi Mike, > > On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: >> On Monday 21 November 2011 18:57:56 Simon Glass wrote: >>> board/Makefile | 45 >>> board/reloc.c| 101 >> >> not to bikeshed, but i don't think we want

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-11-29 Thread Simon Glass
Hi Mike, On Mon, Nov 28, 2011 at 7:07 PM, Mike Frysinger wrote: > On Monday 21 November 2011 18:57:56 Simon Glass wrote: >>  board/Makefile   |   45 >>  board/reloc.c    |  101 > > not to bikeshed, but i don't think we want files in board/.  how about > board/common/ or board/generic/ instead ?

Re: [U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-11-28 Thread Mike Frysinger
On Monday 21 November 2011 18:57:56 Simon Glass wrote: > board/Makefile | 45 > board/reloc.c| 101 not to bikeshed, but i don't think we want files in board/. how about board/common/ or board/generic/ instead ? > --- /dev/null > +++ b/board/Makefile > > +ifndef CONFIG_SYS_LEGACY_BOARD

[U-Boot] [RFC PATCH 3/7] reboard: Add generic relocation feature

2011-11-21 Thread Simon Glass
Add a relocation implementation as the first thing in the generic board library. This library is needed by SPL also. Signed-off-by: Simon Glass --- Makefile |1 + board/Makefile | 45 board/reloc.c| 101 +++