index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
lib
/
crt0_64.S
Age
Commit message (
Expand
)
Author
2025-09-09
arm64: Properly clear BSS
Ilias Apalodimas
2025-06-20
env: Rename SYS_RELOC_GD_ENV_ADDR to ENV_RELOC_GD_ENV_ADDR
Marek Vasut
2025-03-13
spl: Use CONFIG_VAL() to obtain the SPL stack
Simon Glass
2025-03-13
spl: Add an SPL_HAVE_INIT_STACK option
Simon Glass
2025-03-13
tpl: Rename TPL_NEEDS_SEPARATE_STACK to TPL_HAVE_INIT_STACK
Simon Glass
2024-10-11
arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2022-06-06
Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.h
Tom Rini
2021-11-29
Merge tag 'v2022.01-rc3' into next
Tom Rini
2021-11-18
arm64: Add missing GD_FLG_SKIP_RELOC handling
Marek Vasut
2021-11-17
arm: Init the debug UART
Simon Glass
2021-06-28
arm64: Fix relocation of env_addr if POSITION_INDEPENDENT=y
Kunihiko Hayashi
2020-09-22
arm64: Add support for larger PIE U-Boot
Edgar E. Iglesias
2019-11-17
spl: separate SPL_FRAMEWORK config for spl and tpl
Heiko Stuebner
2019-07-10
arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-12
ARMv8: Allow dynamic early stack pointer
Stephen Warren
2017-12-07
armv8: fix gd after relocation
York Sun
2017-11-17
armv8: update gd after relocate
Kever Yang
2017-11-17
arm64: support running at addr other than linked to
Stephen Warren
2017-10-08
ARMv8: get new GD address from gd->new_gd directly
zijun_hu
2017-08-13
armv8: TPL_STACK will always be defined, so test CONFIG_TPL_NEEDS_SEPARATE_STACK
Philipp Tomsich
2017-08-13
armv8: spl: Support separate stack for TPL
Philipp Tomsich
2017-03-01
armv8: spl: Call spl_relocate_stack_gd for ARMv8
Philipp Tomsich
2017-02-08
arm64: use store with auto-increment
Masahiro Yamada
2017-02-08
arm64: use xzr to zero-out the bss section
Masahiro Yamada
2016-07-22
armv8: spl: Call board_init_r from crt0_64 in SPL
Jeremy Hunt
2016-01-14
arm: initialize gd for AArch64
Stephen Warren
2016-01-13
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2015-10-24
arm: Switch aarch64 to using generic global_data setup
Simon Glass
2015-09-12
arm: Correct comments in crt0.S for the recent SPL improvements
Simon Glass
2015-07-27
arm64: Handle arbitrary CONFIG_SYS_MALLOC_F_LEN values
Thierry Reding
2015-04-23
armv8/ls2085aqds: NAND boot support
Scott Wood
2015-03-27
ARMv8: enable pre-allocation malloc
David Feng
2014-01-09
arm64: core support
David Feng