Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | x86: Panic if there is no relocation data | Simon Glass | 2014-11-25 | -0/+3 |
* | x86: Use correct printf() format string for uintptr_t | Simon Glass | 2014-10-27 | -1/+2 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | -17/+1 |
* | x86: Declare global_data pointer when it is used | Simon Glass | 2013-05-13 | -0/+2 |
* | x86: Use sections header to obtain link symbols | Simon Glass | 2013-03-15 | -0/+1 |
* | Introduce generic pre-relocation board_f.c | Simon Glass | 2013-03-15 | -4/+4 |
* | x86: Add error checking to x86 relocation code | Simon Glass | 2013-03-04 | -2/+18 |
* | x86: Support relocation of FDT on start-up | Simon Glass | 2013-03-04 | -0/+17 |
* | x86: Make the upper bound on relocated symbols closed instead of open | Gabe Black | 2012-12-06 | -1/+1 |
* | x86: Fix off-by-one error in do_elf_reloc_fixups() | Duncan Laurie | 2012-12-06 | -1/+1 |
* | x86: Convert board_init_f_r to a processing loop | Graeme Russ | 2012-01-04 | -28/+4 |
* | x86: Move relocation code out of board.c | Graeme Russ | 2012-01-04 | -0/+115 |