aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/ixp/start.S
AgeCommit message (Expand)AuthorFilesLines
2014-02-06ARM: IXP: Remove the IXP architecture supportMarek Vasut1-430/+0
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-76/+0
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-6/+5
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+2
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau1-1/+5
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau1-5/+3
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau1-3/+1
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau1-0/+4
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-46/+9
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo1-0/+1
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo1-3/+5
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner1-1/+1
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-2/+2
2011-06-27Minor coding style fixes.Wolfgang Denk1-3/+0
2011-06-23Fix IXP code to work after relocation was addedMichael Schwingen1-54/+5
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang1-0/+4
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-1/+1
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk1-1/+1
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann1-3/+3
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann1-2/+2
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann1-5/+5
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher1-0/+1
2010-11-26arm: add ELF relocation support to rest of cpusAlbert Aribaud1-58/+60
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk1-2/+0
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-203/+0
2010-10-26ARM: use the same branch insn on all architecturesWolfgang Denk1-1/+1
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-3/+4
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk1-1/+1
2010-10-11arm: bugfix: replace ble with blo in start.S filesAlbert Aribaud1-5/+5
2010-09-19ARM: implement relocation for ixpHeiko Schocher1-0/+280
2010-06-22ARM: Align stack to 8 bytesVitaly Kuzmichev1-0/+1
2010-04-13arm: Move cpu/$CPU to arch/arm/cpu/$CPUPeter Tyser1-0/+525