u-boot/arch/arm/cpu/arm1136
Tetsuyuki Kobayashi 4411b2aea7 BUGFIX: arm: data abort in get_bad_stack_swi
When swi instruction is executed, it is expected to get message
"software interrupt" in console and dump registers and reboot, as
do_software_interrupt() in arch/arm/lib/interrupts.c.
But, actually it causes data abort accessing wrong address in get_bad_stack_swi
macro in arch/arm/cpu/v7/start.S.
This patch fixes this problem.

The same mistake in arch/arm/cpu/{arm1136,arm1176,pxa}/start.S.

Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp>
2013-04-13 11:12:46 +02:00
..
mx31 arm: Move lastinc to arch_global_data 2013-02-01 15:07:50 -05:00
mx35 SPL: ONENAND: Fix some ONENAND related defines. 2013-03-08 16:41:14 -05:00
omap24xx omap2420-h4: Fix get_timer() and CONFIG_SYS_HZ 2013-04-08 11:29:05 -04:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
config.mk imx: Fix automatic make targets for imx images 2013-04-12 07:55:06 +02:00
cpu.c arm1136: Fix enable_caches() 2012-11-10 12:28:22 +01:00
start.S BUGFIX: arm: data abort in get_bad_stack_swi 2013-04-13 11:12:46 +02:00
u-boot-spl.lds arm: Make all linker scripts compatible with per-symbol sections 2013-04-12 07:55:09 +02:00