u-boot/arch/x86
Graeme Russ 8d61625d6a x86: Put global data on the stack
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@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
2012-11-28 11:40:03 -08:00
..
cpu x86: Put global data on the stack 2012-11-28 11:40:03 -08:00
include/asm x86: Put global data on the stack 2012-11-28 11:40:03 -08:00
lib x86: Put global data on the stack 2012-11-28 11:40:03 -08:00
config.mk x86: Wrap small helper functions from libgcc to avoid an ABI mismatch 2011-11-29 21:31:24 +11:00