u-boot-brain/arch/i386
Graeme Russ 161b3589ea x86: Place global data below stack before entering C
By reserving space for the Global Data immediately below the stack during
assembly level initialisation, the C declaration of the static global data
can be removed, along with the 'RAM Bootstrap' function. This results in
cleaner code, and the ability to pass boot-up flags from assembler into C
2010-10-07 20:03:29 +11:00
..
cpu x86: Place global data below stack before entering C 2010-10-07 20:03:29 +11:00
include/asm x86: Place global data below stack before entering C 2010-10-07 20:03:29 +11:00
lib x86: Place global data below stack before entering C 2010-10-07 20:03:29 +11:00
config.mk x86: Change compiler options 2010-10-07 20:03:23 +11:00