All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luka Perkov <luka.perkov@sartura.hr>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-marvell master
Date: Tue, 17 Nov 2015 22:46:31 +0000	[thread overview]
Message-ID: <0000015117a0c682-9fb0c132-fc7c-4a63-9ffb-0d161121d14c-000000@email.amazonses.com> (raw)

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

             reply	other threads:[~2015-11-17 22:46 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17 22:46 Luka Perkov [this message]
2015-11-18  0:50 ` [U-Boot] Please pull u-boot-marvell master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2015-11-29 21:20 Luka Perkov
2015-11-30 20:17 ` Tom Rini
2015-10-21  0:29 Luka Perkov
2015-10-21 13:10 ` Tom Rini
2015-10-01  0:07 Luka Perkov
2015-10-03  0:35 ` Tom Rini
2015-08-17 16:56 Luka Perkov
2015-08-18  0:54 ` Tom Rini
2015-07-24  7:56 Luka Perkov
2015-07-25 19:50 ` Tom Rini
     [not found] <20150723063510.GA1896@localhost>
2015-07-23  7:29 ` Luka Perkov
2015-07-23  6:35 Luka Perkov
2015-07-10 12:59 Luka Perkov
2015-07-10 19:03 ` Tom Rini
2015-06-28 15:58 Luka Perkov
2015-06-29  0:36 ` Tom Rini
2015-06-14 15:59 Luka Perkov
2015-06-15 15:18 ` Tom Rini
2015-05-05 12:50 Luka Perkov
2015-05-05 23:59 ` Tom Rini
2015-04-11  9:53 Luka Perkov
2015-04-11 11:27 ` Tom Rini
2015-03-05 21:14 Luka Perkov
2015-03-06 15:43 ` Tom Rini
2015-02-16 12:50 Luka Perkov
2015-02-16 17:41 ` Tom Rini
2015-02-06 16:35 Luka Perkov
2015-02-09 20:26 ` Tom Rini
2015-01-25 23:42 Luka Perkov
2015-01-27 11:51 ` 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=0000015117a0c682-9fb0c132-fc7c-4a63-9ffb-0d161121d14c-000000@email.amazonses.com \
    --to=luka.perkov@sartura.hr \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.