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
/
x86
/
lib
/
relocate.c
Age
Commit message (
Expand
)
Author
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
x86: Remove <common.h> and add needed includes
Tom Rini
2023-08-09
treewide: unify the linker symbol reference format
Shiji Yang
2022-10-31
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
2022-01-15
x86: efi: Tweak the code used for the 64-bit EFI app
Simon Glass
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2018-10-22
x86: detect unsupported relocation types
Heinrich Schuchardt
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-04-05
board_f: Make relocation functions generic
Simon Glass
2017-02-06
x86: Tidy up use of size_t in relocation
Simon Glass
2017-02-06
x86: Add support for 64-bit relocation
Simon Glass
2017-02-06
x86: Refactor relocation to prepare for 64-bit
Simon Glass
2015-08-05
x86: Allow relocation code to build without text base
Simon Glass
2015-08-05
x86: Support skipping relocation for EFI
Simon Glass
2015-08-05
x86: Drop unused copy_fdt_to_ram()
Simon Glass
2014-11-25
x86: Panic if there is no relocation data
Simon Glass
2014-10-27
x86: Use correct printf() format string for uintptr_t
Simon Glass
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-05-13
x86: Declare global_data pointer when it is used
Simon Glass
2013-03-15
x86: Use sections header to obtain link symbols
Simon Glass
2013-03-15
Introduce generic pre-relocation board_f.c
Simon Glass
2013-03-04
x86: Add error checking to x86 relocation code
Simon Glass
2013-03-04
x86: Support relocation of FDT on start-up
Simon Glass
2012-12-06
x86: Make the upper bound on relocated symbols closed instead of open
Gabe Black
2012-12-06
x86: Fix off-by-one error in do_elf_reloc_fixups()
Duncan Laurie
2012-01-04
x86: Convert board_init_f_r to a processing loop
Graeme Russ
2012-01-04
x86: Move relocation code out of board.c
Graeme Russ