mbox

[U-Boot] Please pull u-boot-marvell/master

Message ID 2b5f9ae3-e900-1334-75d3-8ee8b6494f39@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-marvell.git

Message

Stefan Roese Aug. 26, 2016, 6:46 a.m. UTC
Hi Tom,

please pull the following MVEBU related patches, mostly small fixes.

Thank!

The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:

  Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23 07:20:36 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-marvell.git 

for you to fetch changes up to bdf58c73ca406e31be49ad875969b2f9aacb9b65:

  tools: kwboot: patch destaddr only for SoCs with header version 1 (2016-08-26 08:42:50 +0200)

----------------------------------------------------------------
Chris Packham (4):
      arm: mvebu: Add support for NAND interface on A-38x
      spl: Remove unused CONFIG_SPL_SPI_* definitions
      arm: mvebu: a38x: update serdes error handling
      arm: mvebu: a38x: typo fix cpabilities -> capbilities

Simon Baatz (1):
      tools: kwboot: patch destaddr only for SoCs with header version 1

 arch/arm/mach-mvebu/cpu.c                          |  9 ++++-
 arch/arm/mach-mvebu/include/mach/soc.h             |  2 ++
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c         |  2 +-
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   | 39 +++++++++++-----------
 include/configs/clearfog.h                         |  2 --
 include/configs/db-88f6720.h                       |  2 --
 include/configs/db-88f6820-gp.h                    |  2 --
 include/configs/db-mv784mp-gp.h                    |  2 --
 include/configs/ds414.h                            |  2 --
 include/configs/maxbcm.h                           |  2 --
 include/configs/theadorable.h                      |  2 --
 tools/kwboot.c                                     | 16 ++++-----
 12 files changed, 39 insertions(+), 43 deletions(-)

Comments

Tom Rini Aug. 26, 2016, 2:52 p.m. UTC | #1
On Fri, Aug 26, 2016 at 08:46:44AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following MVEBU related patches, mostly small fixes.
> 
> Thank!
> 
> The following changes since commit 46fe9eb08812cc27a0d5cd97d97373c14d578fe9:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-net (2016-08-23 07:20:36 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-marvell.git 
> 
> for you to fetch changes up to bdf58c73ca406e31be49ad875969b2f9aacb9b65:
> 
>   tools: kwboot: patch destaddr only for SoCs with header version 1 (2016-08-26 08:42:50 +0200)
> 

Applied to u-boot/master, thanks!