aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/crt0_64.S
AgeCommit message (Expand)AuthorFilesLines
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-1/+2
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-0/+4
2021-11-18arm64: Add missing GD_FLG_SKIP_RELOC handlingMarek Vasut1-0/+4
2021-11-17arm: Init the debug UARTSimon Glass1-0/+4
2021-06-28arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=yKunihiko Hayashi1-0/+5
2020-09-22arm64: Add support for larger PIE U-BootEdgar E. Iglesias1-1/+7
2019-11-17spl: separate SPL_FRAMEWORK config for spl and tplHeiko Stuebner1-0/+2
2019-07-10arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-12ARMv8: Allow dynamic early stack pointerStephen Warren1-0/+3
2017-12-07armv8: fix gd after relocationYork Sun1-2/+3
2017-11-17armv8: update gd after relocateKever Yang1-0/+2
2017-11-17arm64: support running at addr other than linked toStephen Warren1-0/+8
2017-10-08ARMv8: get new GD address from gd->new_gd directlyzijun_hu1-2/+1
2017-08-13armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACKPhilipp Tomsich1-1/+1
2017-08-13armv8: spl: Support separate stack for TPLPhilipp Tomsich1-1/+3
2017-03-01armv8: spl: Call spl_relocate_stack_gd for ARMv8Philipp Tomsich1-2/+12
2017-02-08arm64: use store with auto-incrementMasahiro Yamada1-2/+1
2017-02-08arm64: use xzr to zero-out the bss sectionMasahiro Yamada1-2/+1
2016-07-22armv8: spl: Call board_init_r from crt0_64 in SPLJeremy Hunt1-2/+1
2016-01-14arm: initialize gd for AArch64Stephen Warren1-0/+2
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-1/+3
2015-10-24arm: Switch aarch64 to using generic global_data setupSimon Glass1-12/+3
2015-09-12arm: Correct comments in crt0.S for the recent SPL improvementsSimon Glass1-10/+20
2015-07-27arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN valuesThierry Reding1-1/+2
2015-04-23armv8/ls2085aqds: NAND boot supportScott Wood1-0/+7
2015-03-27ARMv8: enable pre-allocation mallocDavid Feng1-2/+11
2014-01-09arm64: core supportDavid Feng1-0/+113