u-boot/arch/x86/cpu
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
..
coreboot x86: Add infrastructure to extract an e820 table from the coreboot tables 2011-12-19 13:26:16 +11:00
sc520 sc520: fix build warning about unused temp var 2012-03-06 21:05:18 +11:00
config.mk Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
cpu.c x86: Put global data on the stack 2012-11-28 11:40:03 -08:00
interrupts.c x86: Tweak IDT and GDT for alignment and readability 2012-01-04 22:29:40 +11:00
Makefile Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
resetvec.S Convert ISO-8859 files to UTF-8 2011-08-04 23:34:02 +02:00
start.S x86: Put global data on the stack 2012-11-28 11:40:03 -08:00
start16.S x86: Tweak IDT and GDT for alignment and readability 2012-01-04 22:29:40 +11:00
u-boot.lds common: Discard the __u_boot_cmd section 2012-10-22 08:29:42 -07:00