public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-staging
Date: Fri, 30 Mar 2012 19:24:23 +0200	[thread overview]
Message-ID: <20120330192423.3cd8e85c@wker> (raw)

Hello Wolfgang,

Please pull various fixes and patches that have been submitted
before merge window was closed. There is one patch from me, I know
that I may not push my own patches through the staging tree. But this
patch is trivial and has been acked by two people, so I hope this is okay.

The following changes since commit 7cb30b13f12077c7eec8ce2419cd96cd65ace8e2:

  Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash (2012-03-23 21:59:16 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust at denx.de

Anatolij Gustschin (1):
      fs/fat/fat_write.c: Fix GCC 4.6 warnings

David Wagner (7):
      mkenvimage: correct and clarify comments and error messages
      mkenvimage: Correct an include and add a missing one
      mkenvimage: More error handling
      mkenvimage: Read/Write from/to stdin/out by default or if the filename is "-"
      mkenvimage: Use mmap() when reading from a regular file
      mkenvimage: Don't try to detect comments in the input file
      mkenvimage: Really set the redundant byte when applicable

Donggeun Kim (2):
      FAT write: Fix compile errors
      cmd_fat: add FAT write command

Jason Hobbs (1):
      cmd_pxe.c: fix strict-aliasing warnings

Liming Wang (1):
      ARMV7/Vexpress: add missing get_ticks() and get_tbclk()

Mike Frysinger (2):
      net: smc91111: use mdelay()
      lzma: fix printf warnings

Scott Wood (1):
      MAKEALL: display SPL size if present

Simon Glass (1):
      Remove CONFIG_SYS_EXTBDINFO from snapper9260.h

Thomas Weber (1):
      doc: Fix some typos in different files

Tim Kientzle (1):
      disk/part.c: Fix device enumeration through API

Wolfgang Denk (1):
      mkenvimage: fix usage message

 MAKEALL                              |    8 ++-
 README                               |    8 ++-
 board/armltd/vexpress/ca9x4_ct_vxp.c |   10 +++
 common/cmd_fat.c                     |   57 ++++++++++++++
 common/cmd_pxe.c                     |   16 ++--
 disk/part.c                          |    3 +
 doc/README.AVR32-port-muxing         |    4 +-
 doc/README.SNTP                      |    2 +-
 doc/README.Sandpoint8240             |    6 +-
 doc/README.at91                      |    6 +-
 doc/README.ebony                     |    2 +-
 doc/README.fsl-ddr                   |    4 +-
 doc/README.mpc832xemds               |    2 +-
 doc/README.mpc8360emds               |    2 +-
 doc/README.mpc837xemds               |    2 +-
 doc/README.mpc8544ds                 |    2 +-
 doc/README.mpc8572ds                 |    4 +-
 doc/README.mpc85xxads                |    2 +-
 doc/README.mvbc_p                    |    2 +-
 doc/README.mvblm7                    |    4 +-
 doc/README.mvsmr                     |    2 +-
 doc/README.ocotea                    |    2 +-
 doc/README.p2020rdb                  |    4 +-
 drivers/net/smc91111.c               |   15 +---
 fs/fat/fat_write.c                   |   30 ++-----
 include/configs/snapper9260.h        |    1 -
 lib/lzma/LzmaTools.c                 |    4 +-
 tools/mkenvimage.c                   |  138 ++++++++++++++++++++--------------
 28 files changed, 210 insertions(+), 132 deletions(-)

Thanks!

Anatolij

             reply	other threads:[~2012-03-30 17:24 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-30 17:24 Anatolij Gustschin [this message]
2012-03-30 19:06 ` [U-Boot] Pull request: u-boot-staging Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2019-06-10 11:26 Anatolij Gustschin
2019-06-10 13:42 ` Tom Rini
2019-06-10 13:50   ` Anatolij Gustschin
2018-10-20 19:35 Anatolij Gustschin
2018-10-20 19:43 ` Tom Rini
2018-10-20 20:20   ` Anatolij Gustschin
2018-10-22 18:26     ` Jagan Teki
2018-10-22 18:39       ` Anatolij Gustschin
2018-08-11 17:15 Anatolij Gustschin
2018-08-13  0:21 ` Tom Rini
2018-08-07  6:56 Anatolij Gustschin
2018-08-07 15:32 ` Tom Rini
2016-02-06 18:18 Anatolij Gustschin
2016-02-08 20:45 ` Tom Rini
2014-10-31  0:02 Anatolij Gustschin
2014-11-04 20:00 ` Tom Rini
2014-08-21 17:17 Anatolij Gustschin
2014-08-25 12:35 ` Tom Rini
2013-03-29 13:26 Anatolij Gustschin
2013-04-01 16:30 ` Tom Rini
2013-01-14 22:28 Anatolij Gustschin
2013-01-14 22:40 ` Tom Rini
2012-11-14 13:52 Anatolij Gustschin
2012-11-19 19:59 ` Tom Rini
2012-11-08 12:39 Anatolij Gustschin
2012-11-08 15:07 ` Tom Rini
2012-10-05 23:06 Anatolij Gustschin
2012-10-08 16:09 ` Tom Rini
2012-09-21 23:10 Anatolij Gustschin
2012-09-22  0:21 ` Tom Rini
2012-09-22  0:22 ` Tom Rini
2012-09-01 12:44 Anatolij Gustschin
2012-09-01 22:46 ` Wolfgang Denk
2012-04-30 15:03 Anatolij Gustschin
2012-04-30 16:21 ` Wolfgang Denk
2012-04-16 16:42 Anatolij Gustschin
2012-04-16 21:00 ` Wolfgang Denk
2011-12-20 21:35 Anatolij Gustschin
2011-12-20 22:15 ` Wolfgang Denk
2011-12-12 13:41 Anatolij Gustschin
2011-12-12 13:51 ` Wolfgang Denk
2011-12-09 16:36 Anatolij Gustschin
2011-12-10 21:46 ` Wolfgang Denk
2011-12-05 22:30 Anatolij Gustschin
2011-12-05 22:34 ` Wolfgang Denk
2011-11-27 19:28 Anatolij Gustschin

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=20120330192423.3cd8e85c@wker \
    --to=agust@denx.de \
    --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