summaryrefslogtreecommitdiff
path: root/arch/arm/lib/crt0.S
AgeCommit message (Expand)Author
2016-02-15arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)
2016-01-13arm: move gd handling outside of C codeAlbert ARIBAUD
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-10-24arm: Switch 32-bit ARM to using generic global_data setupSimon Glass
2015-09-12arm: Correct comments in crt0.S for the recent SPL improvementsSimon Glass
2015-04-22ARM: Add ARMv7-M supportrev13@wp.pl
2015-03-09arm: relocation: clear .bss section with arch memset if definedPrzemyslaw Marczak
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2014-11-21dm: arm: spl: Allow simple malloc() in SPLSimon Glass
2014-11-20imx: fix exception vectors relocation in imx27Albert ARIBAUD
2014-08-04arm: Support pre-relocation malloc()Simon Glass
2014-08-04arm: Set up global data before board_init_f()Simon Glass
2014-01-14arm: use canonical sub mnemonicAndreas Bießmann
2013-09-23ARM: use r9 for gdJeroen Hofstee
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-10cosmetic: arm: fix comments in arch/arm/lib/crt0.SMasahiro Yamada
2013-04-12arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau
2013-04-12arm: crt0.S: Remove bogus .globlBenoît Thébaudeau
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD