mbox

[U-Boot] Pull request: u-boot-staging

Message ID 20140821191735.4e0f43dc@crub
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Anatolij Gustschin Aug. 21, 2014, 5:17 p.m. UTC
Hey Tom,

The following changes since commit e49f14af1349eef94e41b636320bbfcace7403b5:

  patman: Only use git's --no-decorate when available (2014-08-13 08:34:16 -0600)

are available in the git repository at:

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

for you to fetch changes up to 9fa7bbc126d697f1415adbac72bb7f6d978ff50d:

  openrd: fail build if U-Boot would overlap with environment in flash (2014-08-14 16:01:05 +0200)

----------------------------------------------------------------
Heiko Schocher (3):
      tools: fix typo in tools/image-host.c
      tools, fit_info: increase buffer for command name
      mtdparts: fix usecount bug

Luka Perkov (1):
      mkimage: fix compilation issues on OpenBSD

Markus Niebel (1):
      RTC: add support for DS1339 (using DS1307 driver)

Sascha Silbe (2):
      README: document CONFIG_BOARD_SIZE_LIMIT
      openrd: fail build if U-Boot would overlap with environment in flash

Stephen Warren (1):
      pci: fix overflow in __pci_hose_bus_to_phys w/ large RAM

vijay rai (1):
      driver/qe: update status of QE microcode

 README                   |    6 ++++++
 common/cmd_mtdparts.c    |    1 +
 drivers/pci/pci.c        |    2 +-
 drivers/qe/qe.c          |    2 +-
 drivers/rtc/Makefile     |    1 +
 drivers/rtc/ds1307.c     |    2 +-
 include/configs/openrd.h |    5 +++++
 tools/fit_info.c         |    5 +++--
 tools/image-host.c       |    2 +-
 tools/mkimage.c          |    2 ++
 10 files changed, 22 insertions(+), 6 deletions(-)

Please pull. Thanks!

Anatolij

Comments

Tom Rini Aug. 25, 2014, 12:35 p.m. UTC | #1
On Thu, Aug 21, 2014 at 07:17:35PM +0200, Anatolij Gustschin wrote:

> Hey Tom,
> 
> The following changes since commit e49f14af1349eef94e41b636320bbfcace7403b5:
> 
>   patman: Only use git's --no-decorate when available (2014-08-13 08:34:16 -0600)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-staging.git agust@denx.de
> 
> for you to fetch changes up to 9fa7bbc126d697f1415adbac72bb7f6d978ff50d:
> 
>   openrd: fail build if U-Boot would overlap with environment in flash (2014-08-14 16:01:05 +0200)
> 
> ----------------------------------------------------------------
> Heiko Schocher (3):
>       tools: fix typo in tools/image-host.c
>       tools, fit_info: increase buffer for command name
>       mtdparts: fix usecount bug
> 
> Luka Perkov (1):
>       mkimage: fix compilation issues on OpenBSD
> 
> Markus Niebel (1):
>       RTC: add support for DS1339 (using DS1307 driver)
> 
> Sascha Silbe (2):
>       README: document CONFIG_BOARD_SIZE_LIMIT
>       openrd: fail build if U-Boot would overlap with environment in flash
> 
> Stephen Warren (1):
>       pci: fix overflow in __pci_hose_bus_to_phys w/ large RAM
> 
> vijay rai (1):
>       driver/qe: update status of QE microcode
> 
>  README                   |    6 ++++++
>  common/cmd_mtdparts.c    |    1 +
>  drivers/pci/pci.c        |    2 +-
>  drivers/qe/qe.c          |    2 +-
>  drivers/rtc/Makefile     |    1 +
>  drivers/rtc/ds1307.c     |    2 +-
>  include/configs/openrd.h |    5 +++++
>  tools/fit_info.c         |    5 +++--
>  tools/image-host.c       |    2 +-
>  tools/mkimage.c          |    2 ++
>  10 files changed, 22 insertions(+), 6 deletions(-)

Applied to u-boot/master, thanks!