Re: [U-Boot] [PATCH 05/17] x86: Simplify Flash-to-RAM code execution transition

2012-01-04 Thread Graeme Russ
Hi Simon, On 04/01/12 16:28, Simon Glass wrote: > Hi Graeme, > > On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote: >> >> Signed-off-by: Graeme Russ > > Commit message? Added in v2 > >> --- >> arch/x86/cpu/start.S | 20 +--- >> arch/x86/include/asm/u-boot-x86

Re: [U-Boot] [PATCH 05/17] x86: Simplify Flash-to-RAM code execution transition

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 Commit message? > --- >  arch/x86/cpu/start.S              |   20 +--- >  arch/x86/include/asm/u-boot-x86.h |    2 ++ >  arch/x86/lib/board.c              |   25 ++-

[U-Boot] [PATCH 05/17] x86: Simplify Flash-to-RAM code execution transition

2012-01-01 Thread Graeme Russ
Signed-off-by: Graeme Russ --- arch/x86/cpu/start.S | 20 +--- arch/x86/include/asm/u-boot-x86.h |2 ++ arch/x86/lib/board.c | 25 ++--- 3 files changed, 29 insertions(+), 18 deletions(-) diff --git a/arch/x86/cpu/start.S b/a