uboot/arch/i386/lib
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
..
Makefile
bios.S
bios.h
bios_pci.S
bios_setup.c x86: Rename linker script symbols 2010-10-07 20:03:31 +11:00
board.c x86: Implement fully relocatable image 2010-10-07 20:03:33 +11:00
bootm.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
interrupts.c Make sure that argv[] argument pointers are not modified. 2010-07-04 23:55:42 +02:00
pcat_interrupts.c
pcat_timer.c
pci.c
pci_type1.c
realmode.c x86: Rename linker script symbols 2010-10-07 20:03:31 +11:00
realmode_switch.S
timer.c
video.c
video_bios.c
zimage.c x86: zboot update 2010-10-07 20:03:19 +11:00