Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-30 Thread Simon Glass
Hi Wolfgang, On Wed, Mar 13, 2013 at 1:46 AM, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1363020460-14307-1-git-send-email-...@chromium.org> you wrote: > > This series creates a generic board init implementation which contains > > the essential functions of the major arch/xxx/lib/b

Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-15 Thread Tom Rini
On Wed, Mar 13, 2013 at 09:46:26AM +0100, Wolfgang Denk wrote: > Dear Simon Glass, > > In message <1363020460-14307-1-git-send-email-...@chromium.org> you wrote: > > This series creates a generic board init implementation which contains > > the essential functions of the major arch/xxx/lib/board.c

Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-14 Thread Simon Glass
Hi Tom, On Wed, Mar 13, 2013 at 3:20 PM, Simon Glass wrote: > Hi Tom, > > On Wed, Mar 13, 2013 at 9:25 AM, Tom Rini wrote: >> On Wed, Mar 13, 2013 at 02:16:23PM +0100, Andreas Bie?mann wrote: >>> Hi Simon, >>> >>> On 03/13/2013 04:52 AM, Simon Glass wrote: >>> > Hi, >>> > >>> > On Mon, Mar 11, 2

Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-13 Thread Simon Glass
Hi Tom, On Wed, Mar 13, 2013 at 9:25 AM, Tom Rini wrote: > On Wed, Mar 13, 2013 at 02:16:23PM +0100, Andreas Bie?mann wrote: >> Hi Simon, >> >> On 03/13/2013 04:52 AM, Simon Glass wrote: >> > Hi, >> > >> > On Mon, Mar 11, 2013 at 10:03 AM, Simon Glass wrote: >> >> This series creates a generic b

Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-13 Thread Tom Rini
On Wed, Mar 13, 2013 at 02:16:23PM +0100, Andreas Bie?mann wrote: > Hi Simon, > > On 03/13/2013 04:52 AM, Simon Glass wrote: > > Hi, > > > > On Mon, Mar 11, 2013 at 10:03 AM, Simon Glass wrote: > >> This series creates a generic board init implementation which contains > >> the essential functio

Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-13 Thread Andreas Bießmann
Hi Simon, On 03/13/2013 04:52 AM, Simon Glass wrote: > Hi, > > On Mon, Mar 11, 2013 at 10:03 AM, Simon Glass wrote: >> This series creates a generic board init implementation which contains >> the essential functions of the major arch/xxx/lib/board.c files. It is >> split into two parts: board_f

Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-13 Thread Wolfgang Denk
Dear Simon Glass, In message <1363020460-14307-1-git-send-email-...@chromium.org> you wrote: > This series creates a generic board init implementation which contains > the essential functions of the major arch/xxx/lib/board.c files. It is > split into two parts: board_f.c for pre-relocation and bo

Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-12 Thread Simon Glass
Hi, On Mon, Mar 11, 2013 at 10:03 AM, Simon Glass wrote: > This series creates a generic board init implementation which contains > the essential functions of the major arch/xxx/lib/board.c files. It is > split into two parts: board_f.c for pre-relocation and board_r.c for > post-relocation. I f

Re: [U-Boot] [PATCH v9 0/31] Create generic board init for ARM, x86, PPC

2013-03-11 Thread Simon Glass
Hi Tom, On Mon, Mar 11, 2013 at 10:03 AM, Simon Glass wrote: > This series creates a generic board init implementation which contains > the essential functions of the major arch/xxx/lib/board.c files. It is > split into two parts: board_f.c for pre-relocation and board_r.c for > post-relocation.