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
/
sections.c
Age
Commit message (
Expand
)
Author
2024-10-03
arm: Fix up a stale comment in sections.c
Simon Glass
2024-06-07
arm: move _end to linker symbols
Ilias Apalodimas
2024-03-29
arm: move image_copy_start/end to linker symbols
Ilias Apalodimas
2024-03-29
arm: fix __efi_runtime_start/end definitions
Ilias Apalodimas
2024-03-29
arm: clean up v7 and v8 linker scripts for __rel_dyn_start/end
Ilias Apalodimas
2024-03-29
arm: fix __efi_runtime_rel_start/end definitions
Ilias Apalodimas
2024-03-29
arm: clean up v7 and v8 linker scripts for bss_start/end
Ilias Apalodimas
2021-05-24
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek BehĂșn
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-07-15
ARM: Add an empty secure stack section
Chen-Yu Tsai
2016-03-15
efi_loader: Add runtime services
Alexander Graf
2014-07-28
ARM: HYP/non-sec: add separate section for secure code
Marc Zyngier
2014-02-26
arm: make _end compiler-generated
Albert ARIBAUD
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-06-21
arm: make __rel_dyn_{start, end} compiler-generated
Albert ARIBAUD
2013-06-21
arm: make __image_copy_{start, end} compiler-generated
Albert ARIBAUD
2013-06-21
arm: generalize lib/bss.c into lib/sections.c
Albert ARIBAUD