summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/start.S
AgeCommit message (Expand)Author
2016-02-29ARM: start.S: fix typoYuichiro Goto
2015-03-24remove unnecessary version.h includesRob Herring
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau
2013-04-12arm926ejs: Remove deprecated and now unused NAND SPLBenoît Thébaudeau
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-01-08arm: remove useless code in start.S filesAlbert ARIBAUD
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo
2012-09-27ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini
2012-02-12arm, arm926ejs: Enable icache only if CONFIG_SYS_ICACHE_OFF is not definedChristian Riesch
2012-02-12arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGHChristian Riesch
2012-02-12arm, arm926ejs: Flush the data cache before disabling itSughosh Ganu
2012-02-12arm, arm926ejs: Do cpu critical inits only for boards that require itChristian Riesch
2011-12-06arm, arm926ejs: always do cpu critical initsHeiko Schocher
2011-12-06arm, arm926ejs: Fix clear bss loop for zero length bssChristian Riesch
2011-11-03arm, davinci: add support for new spl frameworkHeiko Schocher
2011-11-03arm, arm926: fix missing symbols in NAND_SPL modeHeiko Schocher
2011-09-30arm, davinci: add NOR Boot Configuration WordHeiko Schocher
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V
2011-04-27Replace obsolete e-mail addressAlbert ARIBAUD
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang
2011-03-27rename _end to __bss_end__Po-Yu Chuang
2011-02-21arm relocation: Fix calculation of board_init_rAlexander Stein
2011-02-02ARM: */start.S: code cleanupLiu Hui-R64343
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk
2010-10-26ARM: fix address setup in start.SDarius Augulis
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-10-26ARM: Use consistent assembler syntaxGray Remlin
2010-10-19Merge branch 'elf_reloc'Wolfgang Denk
2010-10-18Rename TEXT_BASE into CONFIG_SYS_TEXT_BASEWolfgang Denk
2010-10-13arm926ejs, tx25: add support for ELF relocationsHeiko Schocher
2010-10-13arm: implement ELF relocationsAlbert Aribaud