summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/relocate.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* x86: detect unsupported relocation typesHeinrich Schuchardt2018-10-221-0/+18
* Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-101-8/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* board_f: Make relocation functions genericSimon Glass2017-04-051-1/+1
* x86: Tidy up use of size_t in relocationSimon Glass2017-02-061-2/+2
* x86: Add support for 64-bit relocationSimon Glass2017-02-061-0/+45
* x86: Refactor relocation to prepare for 64-bitSimon Glass2017-02-061-24/+31
* x86: Allow relocation code to build without text baseSimon Glass2015-08-051-6/+11
* x86: Support skipping relocation for EFISimon Glass2015-08-051-0/+6
* x86: Drop unused copy_fdt_to_ram()Simon Glass2015-08-051-18/+0
* x86: Panic if there is no relocation dataSimon Glass2014-11-251-0/+3
* x86: Use correct printf() format string for uintptr_tSimon Glass2014-10-271-1/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* x86: Declare global_data pointer when it is usedSimon Glass2013-05-131-0/+2
* x86: Use sections header to obtain link symbolsSimon Glass2013-03-151-0/+1
* Introduce generic pre-relocation board_f.cSimon Glass2013-03-151-4/+4
* x86: Add error checking to x86 relocation codeSimon Glass2013-03-041-2/+18
* x86: Support relocation of FDT on start-upSimon Glass2013-03-041-0/+17
* x86: Make the upper bound on relocated symbols closed instead of openGabe Black2012-12-061-1/+1
* x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie2012-12-061-1/+1
* x86: Convert board_init_f_r to a processing loopGraeme Russ2012-01-041-28/+4
* x86: Move relocation code out of board.cGraeme Russ2012-01-041-0/+115