Re: [U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-02-16 Thread Wolfgang Denk
Dear Graeme Russ, In message you wrote: > > Pull request was sent a while ago and assigned to Wolfgang > > http://patchwork.ozlabs.org/patch/139891 > > Maybe Wolgang missed it or it is low on his priorities I haven't seen it... For some reason, this message was marked as read. Sorry. Wil

Re: [U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-02-15 Thread Simon Glass
Hi Graeme, On Wed, Feb 15, 2012 at 6:28 PM, Graeme Russ wrote: > Hi Simon, > > On Thu, Feb 16, 2012 at 1:05 PM, Simon Glass wrote: >> Hi, >> >> On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote: >>> Hi, >>> >>> On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote: This series creates a gen

Re: [U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-02-15 Thread Graeme Russ
Hi Simon, On Thu, Feb 16, 2012 at 1:05 PM, Simon Glass wrote: > Hi, > > On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote: >> Hi, >> >> On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote: >>> This series creates a generic board.c implementation which contains >>> the essential functions of the

Re: [U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-02-15 Thread Simon Glass
Hi, On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass wrote: > Hi, > > On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote: >> This series creates a generic board.c implementation which contains >> the essential functions of the major arch/xxx/lib/board.c files. > > I haven't had huge numbers of comme

Re: [U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-01-16 Thread Simon Glass
Hi, On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass wrote: > This series creates a generic board.c implementation which contains > the essential functions of the major arch/xxx/lib/board.c files. I haven't had huge numbers of comments on this series, but there are a few. I plan to tidy these up and

[U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC

2012-01-06 Thread Simon Glass
This series creates a generic board.c implementation which contains the essential functions of the major arch/xxx/lib/board.c files. What is the motivation for this change? 1. There is a lot of repeated code in the board.c files. Any change to things like setting up the baud rate requires a chang