aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/relocate.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06x86: Remove <common.h> and add needed includesTom Rini1-1/+0
2023-08-09treewide: unify the linker symbol reference formatShiji Yang1-7/+7
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass1-3/+3
2022-01-15x86: efi: Tweak the code used for the 64-bit EFI appSimon Glass1-0/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-10-22x86: detect unsupported relocation typesHeinrich Schuchardt1-0/+18
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada1-8/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-04-05board_f: Make relocation functions genericSimon Glass1-1/+1
2017-02-06x86: Tidy up use of size_t in relocationSimon Glass1-2/+2
2017-02-06x86: Add support for 64-bit relocationSimon Glass1-0/+45
2017-02-06x86: Refactor relocation to prepare for 64-bitSimon Glass1-24/+31
2015-08-05x86: Allow relocation code to build without text baseSimon Glass1-6/+11
2015-08-05x86: Support skipping relocation for EFISimon Glass1-0/+6
2015-08-05x86: Drop unused copy_fdt_to_ram()Simon Glass1-18/+0
2014-11-25x86: Panic if there is no relocation dataSimon Glass1-0/+3
2014-10-27x86: Use correct printf() format string for uintptr_tSimon Glass1-1/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass1-0/+2
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass1-0/+1
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass1-4/+4
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass1-2/+18
2013-03-04x86: Support relocation of FDT on start-upSimon Glass1-0/+17
2012-12-06x86: Make the upper bound on relocated symbols closed instead of openGabe Black1-1/+1
2012-12-06x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie1-1/+1
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ1-28/+4
2012-01-04x86: Move relocation code out of board.cGraeme Russ1-0/+115