The bootstrap procedure of the u-boot bootloader involves:
1. Relocating the binary from flash/ROM to DRAM without adjustments through memory remapping.
2. Performing a general relocation of the binary in DRAM which involves adjusting addresses.
3. Initializing hardware and memory before jumping to the main initialization code.