public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/7] MIPS: add dynamic relocation support
@ 2013-02-09 20:33 daniel.schwierzeck at gmail.com
  2013-02-09 20:33 ` [U-Boot] [PATCH v1 1/7] MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] daniel.schwierzeck at gmail.com
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: daniel.schwierzeck at gmail.com @ 2013-02-09 20:33 UTC (permalink / raw)
  To: u-boot

From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>

This series adds dynamic relocation support for MIPS.
Furthermore the symbols in u-boot.lds are cleaned up and
synchronized with ARM to prepare for future patches like
generic board and initcall support.

Special thanks to Gabor Juhos for the initial patches.

This patch series is also available at:
git://git.denx.de/u-boot-mips.git reloc


Daniel Schwierzeck (5):
  MIPS: u-boot.lds: merge all BSS sections and introduce symbols
    __bss_[start|end]
  MIPS: u-boot.lds: introduce symbol __image_copy_end
  MIPS: board.c: switch to new symbols __bss_end and __image_copy_end
  MIPS: start.S: optimize BSS initialization
  MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation

Gabor Juhos (2):
  MIPS: u-boot.lds: add relocation specific sections
  MIPS: add dynamic relocation support

 arch/mips/config.mk                 |  3 +-
 arch/mips/cpu/mips32/start.S        | 55 ++++++++++++++++++++++++--------
 arch/mips/cpu/mips64/start.S        | 63 +++++++++++++++++++++++++++++--------
 arch/mips/cpu/u-boot.lds            | 35 ++++++++++++++++-----
 arch/mips/cpu/xburst/start.S        | 56 +++++++++++++++++++++++++--------
 arch/mips/include/asm/config.h      |  2 --
 arch/mips/include/asm/u-boot-mips.h | 19 +++++++++--
 arch/mips/lib/board.c               | 14 ++-------
 8 files changed, 185 insertions(+), 62 deletions(-)

-- 
1.8.1.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-02-11 14:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 20:33 [U-Boot] [PATCH v1 0/7] MIPS: add dynamic relocation support daniel.schwierzeck at gmail.com
2013-02-09 20:33 ` [U-Boot] [PATCH v1 1/7] MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] daniel.schwierzeck at gmail.com
2013-02-09 20:33 ` [U-Boot] [PATCH v1 2/7] MIPS: u-boot.lds: introduce symbol __image_copy_end daniel.schwierzeck at gmail.com
2013-02-09 20:33 ` [U-Boot] [PATCH v1 3/7] MIPS: board.c: switch to new symbols __bss_end and __image_copy_end daniel.schwierzeck at gmail.com
2013-02-09 20:33 ` [U-Boot] [PATCH v1 4/7] MIPS: start.S: optimize BSS initialization daniel.schwierzeck at gmail.com
2013-02-09 20:33 ` [U-Boot] [PATCH v1 5/7] MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation daniel.schwierzeck at gmail.com
2013-02-09 20:33 ` [U-Boot] [PATCH v1 6/7] MIPS: u-boot.lds: add relocation specific sections daniel.schwierzeck at gmail.com
2013-02-11 10:48   ` Gabor Juhos
2013-02-11 13:32     ` Daniel Schwierzeck
2013-02-11 14:14       ` Gabor Juhos
2013-02-11 14:29         ` Daniel Schwierzeck
2013-02-11 14:32   ` [U-Boot] [PATCH v2 " Daniel Schwierzeck
2013-02-11 14:56     ` Gabor Juhos
2013-02-09 20:33 ` [U-Boot] [PATCH v1 7/7] MIPS: add dynamic relocation support daniel.schwierzeck at gmail.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox