u-boot-brain/arch/mips/cpu
Daniel Schwierzeck 696a3b2a53 MIPS: start.S: optimize BSS initialization
Get the start and end address for clearing BSS from the newly
introduced symbols __bss_start and __bss_end. After GOT is
relocated, those symbols are already pointing to the correct
addresses.

Also optimize the loop by moving the address incrementation
to the delay slot to avoid the initial sub instruction.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2013-02-12 22:22:13 +01:00
..
mips32 MIPS: start.S: optimize BSS initialization 2013-02-12 22:22:13 +01:00
mips64 MIPS: start.S: optimize BSS initialization 2013-02-12 22:22:13 +01:00
xburst MIPS: start.S: optimize BSS initialization 2013-02-12 22:22:13 +01:00
u-boot.lds MIPS: u-boot.lds: introduce symbol __image_copy_end 2013-02-12 22:22:12 +01:00