All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [GIT PULL] u-boot-mips/next
Date: Tue, 12 Feb 2013 19:12:05 -0500	[thread overview]
Message-ID: <511ADA55.70709@ti.com> (raw)
In-Reply-To: <CACUy__X0AhmKrNKrMN-7-+7K0uwtE5+tH2XDRjM32vhjpS3eHQ@mail.gmail.com>

-----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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJRGtpVAAoJENk4IS6UOR1WzWgP/jrpQ2lXwaG0+gy+sBa5HmEE
s85zF7ZLv7veCjpYoHv4TBLGumfA36bnHG1blsSozyADS4e2uYeoAptyLJvBOW4o
xIM72JqHQ4JxNaXZ+vX0g2JzenuZ9jXap9qDLhlj6eVC/AFUJn/5L1XX+HgjneO1
ufUJfqdjJrZ2spsiZCKrDJjNuHy9EgUmERXNg4IAs5El5lJwoCURm6FVTUh4GQiJ
6JL0U7fBp90nJ8l/GL0EtJMTBnHddad50grkx98RbAVt8KLnnU8+l2aTjR54E01g
j/riUKVpFJ7mcO3ItnfGcHShTkez1MfWsbnf7Yzpno2ebYy/4WHunRmhQ4wQh/qS
icoTxjtQqVNrkb3ylVq0pUh4LoEq5ycRi6FYvYeh7Jt/ImtLDbsvobnv0guY7v36
9t0n4odIvqIFJMoMlLQA+sSeJizs/JQ0DOE+nkBGL5voviRWnCys6JCFsWGLAEin
hCYXzVuuFNfIyzPux9n2DNnRvlPC4AVOWyIeJcVuwtGnebjOBdfX0w/VWLI9a9DU
/uo2c8oxxYGnQ6ZLzQvmY3C7568fM82vwsTZUY0hG3Q4+pPavanrmwRzJhe0zNKx
NP4J3XCckjx/sYzgB1mgtpiInmxgTBHUG+e3dsGboZdXf/orDp8GANBX6YV4891q
vV+Y5S9V2m3t2KKu8xR8
=EybJ
-----END PGP SIGNATURE-----

  parent reply	other threads:[~2013-02-13  0:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-12 22:10 [U-Boot] [GIT PULL] u-boot-mips/next Daniel Schwierzeck
2013-02-12 22:15 ` Tom Rini
2013-02-12 22:29   ` Daniel Schwierzeck
2013-02-13  0:12 ` Tom Rini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-20 23:48 Daniel Schwierzeck
2016-05-23 22:13 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=511ADA55.70709@ti.com \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.