u-boot/arch/mips/cpu
Daniel Schwierzeck 6d08e22aca MIPS: fix setup of initial stack frame
To get correct stack walking and backtrace functionality in gdb,
registers fp and ra should be initialized before calling board_init_f
or board_init_r. Thus allocating stack space and zeroing it as it is
currently done in board.c becomes obsolete.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
2014-11-27 16:20:37 +01:00
..
mips32 MIPS: fix setup of initial stack frame 2014-11-27 16:20:37 +01:00
mips64 MIPS: fix setup of initial stack frame 2014-11-27 16:20:37 +01:00
u-boot.lds MIPS: add .padding section to linker script 2014-11-01 18:18:05 +01:00