u-boot-brain/arch/arm/cpu/arm926ejs/mx28
Marek Vasut 22fe68fbdc iMX28: Fix ARM vector handling
This patch introduces proper ARM vector handling for i.MX28 CPU. This issue
wasn't addressed because the interrupts weren't enabled on any ARMv5 core,
therefore the issue wasn't noticed earlier.

In previous implementation, the vectoring code used by i.MX28 CPU when an
exception happened was that of the SPL. With this change, the branch target when
an exception happens can be reconfigured by U-Boot.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Detlev Zundel <dzu@denx.de>
2011-11-11 11:36:58 +01:00
..
clock.c iMX28: Initial support for iMX28 CPU 2011-11-11 11:36:56 +01:00
iomux.c iMX28: Add PINMUX control 2011-11-11 11:36:57 +01:00
Makefile iMX28: Add PINMUX control 2011-11-11 11:36:57 +01:00
mx28.c iMX28: Fix ARM vector handling 2011-11-11 11:36:58 +01:00
timer.c iMX28: Initial support for iMX28 CPU 2011-11-11 11:36:56 +01:00