summaryrefslogtreecommitdiff
path: root/arch/x86/lib/relocate.c
AgeCommit message (Expand)Author
2015-08-05x86: Allow relocation code to build without text baseSimon Glass
2015-08-05x86: Support skipping relocation for EFISimon Glass
2015-08-05x86: Drop unused copy_fdt_to_ram()Simon Glass
2014-11-25x86: Panic if there is no relocation dataSimon Glass
2014-10-27x86: Use correct printf() format string for uintptr_tSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass
2013-03-04x86: Add error checking to x86 relocation codeSimon Glass
2013-03-04x86: Support relocation of FDT on start-upSimon Glass
2012-12-06x86: Make the upper bound on relocated symbols closed instead of openGabe Black
2012-12-06x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ
2012-01-04x86: Move relocation code out of board.cGraeme Russ