mbox

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

Message ID 0000015117a0c682-9fb0c132-fc7c-4a63-9ffb-0d161121d14c-000000@email.amazonses.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Luka Perkov Nov. 17, 2015, 10:46 p.m. UTC
Hi Tom,

can you please pull the collected work from Dirk, Kevin, Quentin, Stefan
and me on the mvebu and kirkwood SoC? Thank you!

The following changes since commit 3d4825446e4258192e1f2302d691a8c0c82a0975:

  Prepare v2016.01-rc1 (2015-11-16 20:29:51 -0500)

are available in the git repository at:

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

for you to fetch changes up to 6a26748c5e5558073b72ff55de4dc3ea245d3726:

  arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS (2015-11-17 23:41:41 +0100)

----------------------------------------------------------------
Dirk Eibach (1):
      arm: mvebu: Fix SAR1_CPU_CORE_MASK

Kevin Smith (3):
      arm: mvebu: a38x: Remove unsupported topologies
      arm: mvebu: a38x: Add const to some function calls
      arm: mvebu: a38x: serdes specification cleanup

Luka Perkov (6):
      arm: kirkwood: ib62x0: drop CONFIG_MACH_TYPE
      arm: kirkwood: ib62x0: build u-boot.kwb
      arm: kirkwood: ib62x0: drop CONFIG_CMD_ENV define
      arm: kirkwood: ib62x0: make use of defconfig
      arm: kirkwood: ib62x0: drop dev CONFIG_OF_LIBFDT
      arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS

Quentin Armitage (7):
      arm: kirkwood: standardise the configuration
      arm: kirkwood: Remove duplicate definition of CONFIG_CMD_FAT
      arm: kirkwood: Move configuration of some commands to _defconfig files
      arm: kirkwood: Use common definition for filesystems
      arm: kirkwood: Align configuration files
      arm: kirkwood: Remove duplicate definition from dreamplug.h
      arm: kirkwood: Move common definitions into common file

Stefan Roese (1):
      tools/kwbimage.c: Fix generation of binary header

 arch/arm/mach-mvebu/serdes/a38x/Makefile           |    1 -
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.c         |   13 +-
 arch/arm/mach-mvebu/serdes/a38x/ctrl_pex.h         |    2 +-
 .../serdes/a38x/high_speed_env_spec-38x.c          |    1 -
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.c   |  103 +-
 .../mach-mvebu/serdes/a38x/high_speed_env_spec.h   |    8 +-
 .../serdes/a38x/high_speed_topology_spec-38x.c     | 1009 --------------------
 .../serdes/a38x/high_speed_topology_spec.h         |  124 ---
 arch/arm/mach-mvebu/serdes/a38x/seq_exec.c         |    1 -
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.c      |  151 ---
 arch/arm/mach-mvebu/serdes/a38x/sys_env_lib.h      |    2 -
 board/Marvell/db-88f6820-gp/db-88f6820-gp.c        |   17 +
 configs/dreamplug_defconfig                        |    5 +
 configs/guruplug_defconfig                         |    5 +
 configs/ib62x0_defconfig                           |    5 +
 configs/sheevaplug_defconfig                       |    5 +
 drivers/ddr/marvell/a38x/ddr3_a38x.h               |    5 -
 .../ddr/marvell/a38x/ddr3_hws_hw_training_def.h    |    7 +-
 drivers/ddr/marvell/a38x/ddr3_init.c               |   72 --
 include/configs/dreamplug.h                        |   34 +-
 include/configs/guruplug.h                         |   52 +-
 include/configs/ib62x0.h                           |   30 +-
 include/configs/mv-plug-common.h                   |   64 ++
 include/configs/sheevaplug.h                       |   49 +-
 tools/kwbimage.c                                   |   12 +-
 25 files changed, 175 insertions(+), 1602 deletions(-)
 delete mode 100644 arch/arm/mach-mvebu/serdes/a38x/high_speed_topology_spec-38x.c
 delete mode 100644 arch/arm/mach-mvebu/serdes/a38x/high_speed_topology_spec.h
 create mode 100644 include/configs/mv-plug-common.h

Regards,
Luka

Comments

Tom Rini Nov. 18, 2015, 12:50 a.m. UTC | #1
On Tue, Nov 17, 2015 at 10:46:31PM +0000, Luka Perkov wrote:

> Hi Tom,
> 
> can you please pull the collected work from Dirk, Kevin, Quentin, Stefan
> and me on the mvebu and kirkwood SoC? Thank you!
> 
> The following changes since commit 3d4825446e4258192e1f2302d691a8c0c82a0975:
> 
>   Prepare v2016.01-rc1 (2015-11-16 20:29:51 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-marvell.git 
> 
> for you to fetch changes up to 6a26748c5e5558073b72ff55de4dc3ea245d3726:
> 
>   arm: kirkwood: ib62x0: drop duplicate defines from CONFIG_SYS_MVFS (2015-11-17 23:41:41 +0100)
> 

Applied to u-boot/master, thanks!