u-boot-brain/arch/arm/cpu/arm926ejs/mxs
Marek Vasut 86fb7b3d5b arm: mxs: Fix vectoring table crafting
The vectoring table has to be placed at 0x0, but U-Boot on MX23/MX28
starts from RAM, so the vectoring table at 0x0 is not present. Craft
code that will be placed at 0x0 and will redirect interrupt vectoring
to proper location of the U-Boot in RAM.

Signed-off-by: Marek Vasut <marex@denx.de>
CC: Stefano Babic <sbabic@denx.de>
CC: Fabio Estevam <fabio.estevam@freescale.com>
Tested-by: Fabio Estevam <fabio.estevam@freescale.com>
2013-06-03 12:49:50 +02:00
..
clock.c arm: mxs: Add LCDIF clock configuration function 2013-05-06 17:40:22 +02:00
iomux.c mxs: prefix register acessor macros with 'mxs' prefix 2012-09-01 14:58:17 +02:00
Makefile arm: mxs: Preprocess u-boot.bd so they contain full path 2013-05-06 10:37:36 +02:00
mxs_init.h mxs: Rename CONFIG_SPL_MX28_PSWITCH_WAIT to CONFIG_SPL_MXS_PSWITCH_WAIT 2013-03-07 17:22:57 +01:00
mxs.c arm: mxs: Fix vectoring table crafting 2013-06-03 12:49:50 +02:00
spl_boot.c lib: consolidate hang() 2013-05-01 16:41:08 -04:00
spl_lradc_init.c mxs: Reowork SPL to use 'mxs' prefix for methods 2012-09-01 14:58:17 +02:00
spl_mem_init.c arm: mx23: Fix VDDMEM misconfiguration 2013-05-06 10:20:33 +02:00
spl_power_init.c arm: mx23: Fix VDDMEM misconfiguration 2013-05-06 10:20:33 +02:00
start.S arm: start.S: Fix _TEXT_BASE for SPL 2013-04-12 07:55:05 +02:00
timer.c mxs: timrot: Rename local macros 2013-03-07 17:50:55 +01:00
u-boot-imx23.bd arm: mxs: Preprocess u-boot.bd so they contain full path 2013-05-06 10:37:36 +02:00
u-boot-imx28.bd arm: mxs: Preprocess u-boot.bd so they contain full path 2013-05-06 10:37:36 +02:00
u-boot-spl.lds arm: Make all linker scripts compatible with per-symbol sections 2013-04-12 07:55:09 +02:00