u-boot/arch/mips/cpu/xburst
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
..
config.mk MIPS: remove OUTPUT_FORMAT from linker scripts 2013-01-30 23:34:10 +01:00
cpu.c MIPS: don't use camel-case style 2012-10-16 15:02:08 +02:00
jz4740.c MIPS: xburst: fix broken access to global_data 2013-02-12 22:22:12 +01:00
jz_serial.c serial: Use default_serial_puts() in drivers 2012-10-17 07:55:50 -07:00
Makefile MIPS: Ingenic XBurst Jz4740 processor support 2011-10-10 22:06:12 +09:00
start.S MIPS: start.S: optimize BSS initialization 2013-02-12 22:22:13 +01:00
timer.c arm: Move lastinc to arch_global_data 2013-02-01 15:07:50 -05:00