aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/crt0.S
AgeCommit message (Expand)AuthorFilesLines
2021-11-17arm: Init the debug UARTSimon Glass1-0/+4
2021-09-02armv7: Add Position Independent Execution supportChia-Wei Wang1-0/+11
2020-08-04arm: Add SPL build check to SPL early bss clearBrian Moyer1-5/+5
2020-04-16arm: set the relocated gd with gd->new_gdPatrick Delaunay1-2/+1
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner1-1/+1
2019-07-17spl: Allow performing BSS init early before board_init_f()Andreas Dannenberg1-17/+36
2019-05-08arm: add a separate stack for TPLKever Yang1-1/+3
2018-09-10arm: armv7m: clean up armv7m unified code compilationVikas Manocha1-3/+1
2018-09-10arm: armv7m: remove un-necessary If then instructionVikas Manocha1-3/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-03-18arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini1-1/+1
2017-03-17arm: use common instructions applicable to armv7m & other arm archsVikas Manocha1-18/+7
2016-02-15arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)David Müller (ELSOFT AG)1-1/+5
2016-01-13arm: move gd handling outside of C codeAlbert ARIBAUD1-0/+3
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-1/+2
2015-10-24arm: Switch 32-bit ARM to using generic global_data setupSimon Glass1-24/+4
2015-09-12arm: Correct comments in crt0.S for the recent SPL improvementsSimon Glass1-10/+16
2015-04-22ARM: Add ARMv7-M supportrev13@wp.pl1-0/+30
2015-03-09arm: relocation: clear .bss section with arch memset if definedPrzemyslaw Marczak1-1/+9
2015-03-04arm: spl: Allow board_init_r() to run with a larger stackSimon Glass1-3/+10
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-0/+5
2014-11-21dm: arm: spl: Allow simple malloc() in SPLSimon Glass1-1/+1
2014-11-20imx: fix exception vectors relocation in imx27Albert ARIBAUD1-0/+5
2014-08-04arm: Support pre-relocation malloc()Simon Glass1-1/+4
2014-08-04arm: Set up global data before board_init_f()Simon Glass1-0/+9
2014-01-14arm: use canonical sub mnemonicAndreas Bießmann1-1/+1
2013-09-23ARM: use r9 for gdJeroen Hofstee1-8/+8
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-10cosmetic: arm: fix comments in arch/arm/lib/crt0.SMasahiro Yamada1-2/+2
2013-04-12arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau1-14/+2
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-5/+3
2013-04-12arm: crt0.S: Remove bogus .globlBenoît Thébaudeau1-24/+4
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-2/+2
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-0/+173