[U-Boot] [RFC 0/3] MIPS: add automatic relocation support

Gabor Juhos juhosg at openwrt.org
Sun Feb 3 10:26:19 CET 2013


This series adds dynamic relocation support for MIPS. The patches are
against the testing branch of the MIPS custodian tree.

The patch-set depends on the following patches:

  http://patchwork.ozlabs.org/patch/214352/
  (malloc: make malloc_bin_reloc static)

  http://patchwork.ozlabs.org/patch/217651/
  (MIPS: compute num_got_entries from .got section's size)

Gabor Juhos (3):
  MIPS: add .dyn.rel section to u-boot.lds
  MIPS: add -pie flag to LDFLAGS_FINAL
  MIPS: add dynamic relocation support

 arch/mips/config.mk            |    2 +-
 arch/mips/cpu/mips32/start.S   |   31 +++++++++++++++++++++++++++++--
 arch/mips/cpu/mips64/start.S   |   39 +++++++++++++++++++++++++++++++++++++--
 arch/mips/cpu/u-boot.lds       |   27 ++++++++++++++++++++++++++-
 arch/mips/cpu/xburst/start.S   |   31 +++++++++++++++++++++++++++++--
 arch/mips/include/asm/config.h |    2 --
 6 files changed, 122 insertions(+), 10 deletions(-)

--
1.7.10



More information about the U-Boot mailing list