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
/
vectors.S
Age
Commit message (
Expand
)
Author
2024-10-11
arch: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-01-11
arm: spl: Use separate fault handlers instead of a single common one
Csókás Bence
2023-11-10
arm: semihosting: Support semihosting fallback on 32-bit ARM
Sean Anderson
2023-11-10
arm: Fix software interrupt handler
Sean Anderson
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-04-21
arm: Do not compile vector table when SYS_NO_VECTOR_TABLE is enabled
Pali Rohár
2019-05-08
arm: remove ARCH_ROCKCHIP macro in common code
Kever Yang
2019-05-01
rockchip: arm: use 'arch-rockchip' for common header
Kever Yang
2018-09-11
arm: K3: Update _start instruction
Lokesh Vutla
2018-06-18
arm: Do not clear LR on exception in SPL
Andrew F. Davis
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-11-21
arm: boot0 hook: move boot0 hook before '_start'
Philipp Tomsich
2017-06-12
ARM: provide a valid exception stack address for startup code
Lothar Waßmann
2017-04-06
Remove various unused interrupt related code
Tom Rini
2017-01-04
ARM: boot0 hook: remove macro, include whole header file
Andre Przywara
2016-06-06
arm/arm64: implement a boot header capability
Andre Przywara
2014-10-29
arm: make .vectors section allocatable
Georges Savoundararadj
2014-09-11
arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG
Benoît Thébaudeau
2014-09-11
arm: Make reset position-independent
Benoît Thébaudeau
2014-08-29
arm: include config.h in arch/arm/lib/vectors.S
Christian Riesch
2014-06-09
arm: fix a double-definition error of _start symbol
Masahiro Yamada
2014-05-15
arm: move exception handling out of start.S files
Albert ARIBAUD