[U-Boot] [GIT PULL] u-boot-mips/next

Hi Tom,
The following changes since commit 58864ddc7276ca7403ddbb716da5853638f37519:
Clean up libfdt.h includes (2013-02-08 22:32:38 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git next
for you to fetch changes up to 04380c651a2ff0d1495822321d2b7668dcd02537:
MIPS: add dynamic relocation support (2013-02-12 22:22:13 +0100)
---------------------------------------------------------------- Daniel Schwierzeck (8): MIPS: xburst: fix broken access to global_data MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status MIPS: start.S: unify and simplify reset vector handling 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 (3): MIPS: compute num_got_entries from .got section's size MIPS: u-boot.lds: add relocation specific sections MIPS: add dynamic relocation support
arch/mips/config.mk | 3 +- arch/mips/cpu/mips32/start.S | 251 ++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------- arch/mips/cpu/mips64/start.S | 110 ++++++++++++++++++++++++++++++++------------------ arch/mips/cpu/u-boot.lds | 57 +++++++++++++++++++++----- arch/mips/cpu/xburst/jz4740.c | 6 +-- arch/mips/cpu/xburst/start.S | 56 ++++++++++++++++++++------ arch/mips/include/asm/config.h | 2 - arch/mips/include/asm/global_data.h | 3 ++ arch/mips/include/asm/u-boot-mips.h | 19 ++++++++- arch/mips/lib/board.c | 14 ++----- 10 files changed, 268 insertions(+), 253 deletions(-)

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 02/12/2013 05:10 PM, Daniel Schwierzeck wrote:
Hi Tom,
The following changes since commit 58864ddc7276ca7403ddbb716da5853638f37519:
Clean up libfdt.h includes (2013-02-08 22:32:38 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git next
for you to fetch changes up to 04380c651a2ff0d1495822321d2b7668dcd02537:
MIPS: add dynamic relocation support (2013-02-12 22:22:13 +0100)
Daniel Schwierzeck (8): MIPS: xburst: fix broken access to global_data MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status MIPS: start.S: unify and simplify reset vector handling 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 (3): MIPS: compute num_got_entries from .got section's size MIPS: u-boot.lds: add relocation specific sections MIPS: add dynamic relocation support
To be clear, is this for master or next? The merge window closed, but I haven't tagged -rc1 or anything yet (and won't for a bit longer, to give folks time to pick up patches). Thanks!
- -- Tom

2013/2/12 Tom Rini trini@ti.com:
To be clear, is this for master or next? The merge window closed, but I haven't tagged -rc1 or anything yet (and won't for a bit longer, to give folks time to pick up patches). Thanks!
it is for master. I needed a few days longer for review and test. Also I didn't want to rebase the u-boot-mips/master branch so I used next.

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 02/12/2013 05:10 PM, Daniel Schwierzeck wrote:
Hi Tom,
The following changes since commit 58864ddc7276ca7403ddbb716da5853638f37519:
Clean up libfdt.h includes (2013-02-08 22:32:38 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mips.git next
for you to fetch changes up to 04380c651a2ff0d1495822321d2b7668dcd02537:
MIPS: add dynamic relocation support (2013-02-12 22:22:13 +0100)
Daniel Schwierzeck (8): MIPS: xburst: fix broken access to global_data MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status MIPS: start.S: unify and simplify reset vector handling 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 (3): MIPS: compute num_got_entries from .got section's size MIPS: u-boot.lds: add relocation specific sections MIPS: add dynamic relocation support
arch/mips/config.mk | 3 +- arch/mips/cpu/mips32/start.S | 251 ++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------
arch/mips/cpu/mips64/start.S | 110
++++++++++++++++++++++++++++++++------------------ arch/mips/cpu/u-boot.lds | 57 +++++++++++++++++++++----- arch/mips/cpu/xburst/jz4740.c | 6 +-- arch/mips/cpu/xburst/start.S | 56 ++++++++++++++++++++------ arch/mips/include/asm/config.h | 2 - arch/mips/include/asm/global_data.h | 3 ++ arch/mips/include/asm/u-boot-mips.h | 19 ++++++++- arch/mips/lib/board.c | 14 ++----- 10 files changed, 268 insertions(+), 253 deletions(-)
Applied to u-boot/master, thanks!
- -- Tom
participants (2)
-
Daniel Schwierzeck
-
Tom Rini