u-boot-brain/arch/mips/cpu/mips32
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
..
au1x00 include: move various macros to include/linux/kernel.h 2014-11-20 11:28:25 -05:00
cache.S mips32: detect L1 cache sizes if they're not defined 2013-11-09 17:21:01 +01:00
config.mk MIPS: refactor setting of compiler options 2014-11-01 18:18:05 +01:00
cpu.c mips32: detect L1 cache sizes if they're not defined 2013-11-09 17:21:01 +01:00
interrupts.c MIPS: stub interrupt_init function 2014-04-20 13:16:42 +02:00
Makefile kbuild: use SoC-specific CONFIG to descend into SoC directory 2014-11-23 06:49:02 -05:00
start.S MIPS: fix setup of initial stack frame 2014-11-27 16:20:37 +01:00
time.c MIPS: mips32/time.c: fix checkpatch errors/warnings 2013-07-24 09:51:04 -04:00