[U-Boot] [PATCH 3/5] x86: Put global data on the stack

2012-11-27 Thread Simon Glass
From: Graeme Russ Putting global data on the stack simplifies the init process (and makes it slightly quicker). During the 'flash' stage of the init sequence, global data is in the CAR stack. After SDRAM is initialised, global data is copied from CAR to the SDRAM stack Signed-off-by: Graeme Russ

Re: [U-Boot] [PATCH 3/5] x86: Put global data on the stack

2012-11-27 Thread Simon Glass
Hi Graham, On Sun, Apr 29, 2012 at 5:00 AM, Graeme Russ wrote: > Putting global data on the stack simplifies the init process (and makes it > slightly quicker). During the 'flash' stage of the init sequence, global > data is in the CAR stack. After SDRAM is initialised, global data is copied > fr

[U-Boot] [PATCH 3/5] x86: Put global data on the stack

2012-04-29 Thread Graeme Russ
Putting global data on the stack simplifies the init process (and makes it slightly quicker). During the 'flash' stage of the init sequence, global data is in the CAR stack. After SDRAM is initialised, global data is copied from CAR to the SDRAM stack Signed-off-by: Graeme Russ --- arch/x86/cpu/