Re: [U-Boot] [PATCH 17/17] x86: Tweak initialisation procedure

2012-01-04 Thread Graeme Russ
Hi Simon, On 04/01/12 16:52, Simon Glass wrote: > Hi Graeme, > > On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote: >> >> Signed-off-by: Graeme Russ >> --- >> arch/x86/include/asm/init_helpers.h |5 + >> arch/x86/include/asm/relocate.h | 33 ++ >> arch/x86/lib/board.c

Re: [U-Boot] [PATCH 17/17] x86: Tweak initialisation procedure

2012-01-03 Thread Simon Glass
Hi Graeme, On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote: > > Signed-off-by: Graeme Russ > --- >  arch/x86/include/asm/init_helpers.h |    5 + >  arch/x86/include/asm/relocate.h     |   33 ++ >  arch/x86/lib/board.c                |  188 > +-- >  arch/x86

[U-Boot] [PATCH 17/17] x86: Tweak initialisation procedure

2012-01-01 Thread Graeme Russ
Signed-off-by: Graeme Russ --- arch/x86/include/asm/init_helpers.h |5 + arch/x86/include/asm/relocate.h | 33 ++ arch/x86/lib/board.c| 188 +-- arch/x86/lib/init_helpers.c | 75 ++ arch/x86/lib/relocate.c