public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-mips v2
Date: Tue, 25 Jul 2017 20:55:23 +0200	[thread overview]
Message-ID: <a891b6ce-7d11-54de-eca4-8daa3928aa2a@gmail.com> (raw)
In-Reply-To: <6f9e245d-6214-bb54-fad7-d44461b56ab9@gmail.com>

Hi Tom,

second try with the gcc 6.3 build fix applied and rebased to current master.


The following changes since commit d56b4b19744c314c26dc77585a7c7a9253d1487d:

  configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS (2017-07-24 20:35:55 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mips.git master

for you to fetch changes up to e94136bd87b18345e38a5e44445a476de12b4354:

  mips-relocs: Fix warning from gcc 6.3 (2017-07-25 20:44:38 +0200)

----------------------------------------------------------------
Paul Burton (3):
      Makefile: Allow arch post-link hook
      MIPS: Stop building position independent code
      mips-relocs: Fix warning from gcc 6.3

Zubair Lutfullah Kakakhel (1):
      MIPS: bootm: Fix broken boot_env_legacy codepath

 Makefile                         |   7 +-
 arch/mips/Makefile.postlink      |  23 +++++++
 arch/mips/config.mk              |  21 ++----
 arch/mips/cpu/start.S            | 130 ------------------------------------
 arch/mips/cpu/u-boot.lds         |  41 +++---------
 arch/mips/include/asm/relocs.h   |  24 +++++++
 arch/mips/include/asm/sections.h |   7 ++
 arch/mips/lib/Makefile           |   1 +
 arch/mips/lib/bootm.c            |   8 +--
 arch/mips/lib/reloc.c            | 164 ++++++++++++++++++++++++++++++++++++++++++++++
 common/board_f.c                 |   2 +-
 tools/.gitignore                 |   1 +
 tools/Makefile                   |   2 +
 tools/mips-relocs.c              | 432 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 14 files changed, 678 insertions(+), 185 deletions(-)
 create mode 100644 arch/mips/Makefile.postlink
 create mode 100644 arch/mips/include/asm/relocs.h
 create mode 100644 arch/mips/lib/reloc.c
 create mode 100644 tools/mips-relocs.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170725/5ec1981a/attachment.sig>

  parent reply	other threads:[~2017-07-25 18:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-12 20:32 [U-Boot] Pull request: u-boot-mips Daniel Schwierzeck
2017-07-12 20:57 ` Tom Rini
2017-07-13  0:33   ` Tom Rini
2017-07-13 10:51     ` Daniel Schwierzeck
2017-07-13 17:58       ` Paul Burton
2017-07-18  1:07         ` Tom Rini
2017-07-19 12:59           ` Paul Burton
2017-07-19 13:04             ` Tom Rini
2017-07-25 13:38               ` Daniel Schwierzeck
2017-07-25 14:07                 ` [U-Boot] [PATCH] mips-relocs: Fix warning from gcc 6.3 Paul Burton
2017-07-25 14:09                 ` [U-Boot] Pull request: u-boot-mips Paul Burton
2017-07-25 14:07       ` [U-Boot] [PATCH] mips-relocs: Fix warning from gcc 6.3 Paul Burton
2017-07-13 11:05   ` [U-Boot] Pull request: u-boot-mips Daniel Schwierzeck
2017-07-13 12:30     ` Tom Rini
2017-07-25 18:55 ` Daniel Schwierzeck [this message]
2017-07-26 19:52   ` [U-Boot] Pull request: u-boot-mips v2 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=a891b6ce-7d11-54de-eca4-8daa3928aa2a@gmail.com \
    --to=daniel.schwierzeck@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox