uboot-mt623x/arch/i386
Graeme Russ c868af3e57 x86: Implement fully relocatable image
u-boot.bin can be loaded at any 4-byte aligned memory location and directly
'jumped' to using the 'go' command using the load address as the start
address. Doing so performs a 'warm boot' which skips memory initialisation
and other low-level initialisations, relocates U-Boot to upper memory and
starts U-Boot in RAM as per normal 'cold boot'
2010-10-07 20:03:33 +11:00
..
cpu x86: Implement fully relocatable image 2010-10-07 20:03:33 +11:00
include/asm x86: Implement fully relocatable image 2010-10-07 20:03:33 +11:00
lib x86: Implement fully relocatable image 2010-10-07 20:03:33 +11:00
config.mk x86: Change compiler options 2010-10-07 20:03:23 +11:00