summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/pxa/start.S
Commit message (Expand)AuthorAgeLines
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* pxa: turn icache off in cpu_init_crit()Mike Dunn2013-06-22-2/+1
* arm: factorize relocate_code routineAlbert ARIBAUD2013-05-30-81/+11
* arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD2013-05-30-6/+2
* BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-13-1/+2
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-12-4/+2
* arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau2013-04-12-1/+5
* arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau2013-04-12-5/+3
* arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-12-3/+1
* arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau2013-04-12-1/+1
* Replace __bss_end__ with __bss_endSimon Glass2013-03-15-1/+1
* pxa: Save lr register in relocate_code functionŁukasz Dałek2013-01-14-0/+2
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-08-52/+11
* arm: Fixed the offset for the no relocation.Zhong Hongbo2012-10-04-0/+1
* arm: Fix to mistake clean the memory spaceZhong Hongbo2012-07-20-3/+5
* PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]XMarek Vasut2011-12-06-7/+7
* PXA: Re-add the Dcache locking as RAM for pxa250Marek Vasut2011-12-06-2/+110
* PXA: Rework start.S to be closer to other ARMsMarek Vasut2011-12-06-247/+137
* replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V2011-07-26-15/+15
* arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2011-03-27-0/+4
* rename _end to __bss_end__Po-Yu Chuang2011-03-27-1/+1
* ARM: */start.S: code cleanupLiu Hui-R643432011-02-02-2/+0
* ARM: */start.S: use canonical asm syntaxWolfgang Denk2010-12-13-1/+1
* arm: fixloop(): do not use r8 for relocationAndreas Bießmann2010-12-09-3/+3
* arm: relocate_code(): do not set register uselessAndreas Bießmann2010-12-09-2/+2
* arm: copy_loop(): use scratch registerAndreas Bießmann2010-12-09-5/+5
* arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher2010-12-08-0/+1
* Merge branch 'for-wd-master' of git://git.denx.de/u-boot-pxaWolfgang Denk2010-10-29-1/+0
|\
| * arm/pxa: remove unused arch-pxa/macro.hMikhail Kshevetskiy2010-10-27-1/+0
* | Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk2010-10-29-4/+0
* | Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk2010-10-29-20/+8
|/
* ARM: fix address setup in start.SDarius Augulis2010-10-26-2/+4
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-26-2/+3
* PXA: Use pxa-regs.h register definitions in start.SMarek Vasut2010-10-22-12/+8
* PXA: Implement ELF relocationMarek Vasut2010-10-22-65/+64
* PXA: Fix reloc, Push lowlevel init into C codeMarek Vasut2010-10-19-213/+131
* Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk2010-10-18-1/+1
* arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud2010-10-11-4/+4
* ARM: implement relocation for pxaHeiko Schocher2010-09-19-0/+168
* PXA: Add OneNAND booting support to start.SMarek Vasut2010-07-14-5/+43
* ARM: Align stack to 8 bytesVitaly Kuzmichev2010-06-22-4/+2
* PXA: Align stack to 8 bytesMarek Vasut2010-06-13-1/+4
* arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser2010-04-13-0/+498