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 calbutck062nsvsv0oq4evybxhv1hj7zorgxkclmpk-jfx3y...@mail.gmail.com 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...

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 s...@chromium.org wrote: Hi, On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass s...@chromium.org 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

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 s...@chromium.org wrote: Hi, On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass s...@chromium.org wrote: Hi, On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass s...@chromium.org wrote: This series creates a generic board.c implementation which

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 graeme.r...@gmail.com wrote: Hi Simon, On Thu, Feb 16, 2012 at 1:05 PM, Simon Glass s...@chromium.org wrote: Hi, On Mon, Jan 16, 2012 at 10:03 PM, Simon Glass s...@chromium.org wrote: Hi, On Fri, Jan 6, 2012 at 4:24 PM, Simon Glass

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 s...@chromium.org 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

[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