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

Simon Glass sjg at chromium.org
Wed Nov 28 02:17:49 CET 2012


Hi Graham,

On Sun, Apr 29, 2012 at 5:00 AM, Graeme Russ <graeme.russ at gmail.com> 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
> from CAR to the SDRAM stack
>
> Signed-off-by: Graeme Russ <graeme.russ at gmail.com>

As it is this changes breaks coreboot. It just needs the CAR defines
added to coreboot.h also, so I have done this and pulled it into
x86/next. I hope that is ok.

Regards,
Simon


More information about the U-Boot mailing list