u-boot/arch/arm/cpu/pxa
Łukasz Dałek df3ad6c81d pxa: Save lr register in relocate_code function
When u-boot is compiled for PXA25x processor, pxa/start.S is calling
cpu_init_crit by BL instruction. BL is overwriting lr register so
relocate_code is going into infinite loop. This patch preservs lr
register in r12 before calling cpu_init_crit and after function returns
restores it.

Signed-off-by: Lukasz Dalek <luk0104@gmail.com>
Acked-by: Marek Vasut <marex@denx.de>
2013-01-14 16:22:00 -07:00
..
Makefile PXA: Add cpuinfo display for PXA2xx 2011-12-06 23:59:32 +01:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00
cpuinfo.c pxa: Add code to examine cpu model and revision 2012-10-15 11:54:07 -07:00
pxa2xx.c PXA: Rename pxa_dram_init to pxa2xx_dram_init 2011-12-06 23:59:33 +01:00
pxafb.c PXA: pxafb: Marvell Littleton LCD definition 2010-10-19 22:46:56 +02:00
start.S pxa: Save lr register in relocate_code function 2013-01-14 16:22:00 -07:00
timer.c PXA: Fix missing get_tbclk() breaking vpac boards 2012-03-26 23:09:23 +02:00
usb.c usb: replace wait_ms() with mdelay() 2012-03-19 00:08:16 +01:00