summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm926ejs/start.S
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-02-04arm: arm926ej-s: start.S: port save_boot_params support from armv7 codeIcenowy Zheng1-0/+19
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-4/+4
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27ARM: arm926ejs: fix lowlevel_init callMans Rullgard1-2/+2
2016-06-13arm: Allow skipping of low-level init with I-cache onSimon Glass1-0/+2
2016-02-29ARM: start.S: fix typoYuichiro Goto1-1/+1
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-261/+1
2014-02-27arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-27/+0
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-8/+3
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+2
2013-04-12arm926ejs: Remove deprecated and now unused NAND SPLBenoît Thébaudeau1-10/+0
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau1-1/+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-6/+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-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass1-2/+2
2013-01-09arm: remove useless code in start.S filesAlbert ARIBAUD1-6/+0
2013-01-09arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-69/+11
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo1-0/+1
2012-09-27ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORKTom Rini1-0/+2
2012-02-12arm, arm926ejs: Enable icache only if CONFIG_SYS_ICACHE_OFF is not definedChristian Riesch1-1/+4
2012-02-12arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGHChristian Riesch1-1/+6
2012-02-12arm, arm926ejs: Flush the data cache before disabling itSughosh Ganu1-4/+8
2012-02-12arm, arm926ejs: Do cpu critical inits only for boards that require itChristian Riesch1-2/+4
2011-12-07arm, arm926ejs: always do cpu critical initsHeiko Schocher1-4/+2
2011-12-07arm, arm926ejs: Fix clear bss loop for zero length bssChristian Riesch1-3/+5
2011-11-04arm, davinci: add support for new spl frameworkHeiko Schocher1-1/+24
2011-11-04arm, arm926: fix missing symbols in NAND_SPL modeHeiko Schocher1-0/+6
2011-10-01arm, davinci: add NOR Boot Configuration WordHeiko Schocher1-0/+9
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner1-1/+1
2011-08-05Convert ISO-8859 files to UTF-8Albert ARIBAUD1-2/+2
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-9/+9
2011-04-27Replace obsolete e-mail addressAlbert ARIBAUD1-1/+1
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-21arm relocation: Fix calculation of board_init_rAlexander Stein1-1/+1
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2010-12-14ARM: */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-09arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher1-0/+1
2010-10-29Drop support for CONFIG_SKIP_RELOCATE_UBOOTWolfgang Denk1-4/+0
2010-10-29Drop support for CONFIG_SYS_ARM_WITHOUT_RELOCWolfgang Denk1-96/+0