mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
c868af3e57
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' |
||
---|---|---|
.. | ||
bios.h | ||
bios.S | ||
bios_pci.S | ||
bios_setup.c | ||
board.c | ||
bootm.c | ||
interrupts.c | ||
Makefile | ||
pcat_interrupts.c | ||
pcat_timer.c | ||
pci.c | ||
pci_type1.c | ||
realmode.c | ||
realmode_switch.S | ||
timer.c | ||
video.c | ||
video_bios.c | ||
zimage.c |