| 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' | ||
|---|---|---|
| .. | ||
| sc520 | ||
| Makefile | ||
| config.mk | ||
| cpu.c | ||
| interrupts.c | ||
| resetvec.S | ||
| start.S | ||
| start16.S | ||