public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request for u-boot-marvell.git
Date: Thu, 5 Jul 2012 10:40:47 +0200	[thread overview]
Message-ID: <20120705104047.72b3fbaf@aari01-12> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D1A2FE30266@SC-VEXCH4.marvell.com>

Hi Prafulla,

On Tue, 3 Jul 2012 04:59:21 -0700, Prafulla Wadaskar
<prafulla@marvell.com> wrote:
> Dear Albert
> 
> Please kindly pull
> The following changes since commit
> 3e0cac6b5158b22248f57cdf7769bf8d610fec5e: Rajeshwari Shinde (1):
>         EXYNOS: SMDK5250: Enable the pinmux setup
> 
> are available in the git repository at:
> 
>   u-boot-marvell.git ..BRANCH.NOT.VERIFIED..

Seems the branch was not pushed at time of pull request... And then
current marvell master has one more commit than what's listed below.
Can you re-issue a (rebased and) updated pull request? Thanks in
advance.

> Holger Brunck (7):
>       arm/km: add board type to boards.cfg
>       arm/km: add piggy mac adress offset for mgcoge3un
>       arm/km: rename CONFIG option CONFIG_KM_DEF_ENV_UPDATE
>       arm/km: use ARRAY_SIZE macro
>       arm/km: fix wrong comment in SDRAM config for mgcoge3un
>       arm/km: change maintainer for mgcoge3un
>       arm/km: remove CONFIG_RESET_PHY_R
> 
> Luka Perkov (1):
>       kwboot: boot kirkwood SoCs over a serial link
> 
> Michael Walle (4):
>       lib: add rand() function
>       net: use common rand()/srand() functions
>       net: add helper to generate random mac address
>       Kirkwood: add lschlv2 and lsxhl board support
> 
> Simon Guinot (3):
>       lacie_kw: fix SDRAM banks number for net2big_v2
>       lacie_kw: fix CONFIG_SYS_KWD_CONFIG for inetspace_v2
>       ARM: don't probe PHY address for LaCie boards
> 
> Valentin Longchamp (9):
>       arm/km: enable mii cmd
>       km_arm: use filesize for erase in update command
>       kirkwood: add save functionality kirkwood_mpp_conf function
>       kirkwood: fix calls to kirkwood_mpp_conf
>       kw_spi: backup and reset the MPP of the chosen CS pin
>       kw_spi: support spi_claim/release_bus functions
>       kw_spi: add weak functions board_spi_claim/release_bus
>       arm/kirkwood: protect the ENV_SPI #defines
>       arm/km: use spi claim bus to switch between SPI and NAND
> 
>  MAINTAINERS                                     |    7 +-
>  arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |   10 +-
>  arch/arm/include/asm/arch-kirkwood/config.h     |   12 +-
>  arch/arm/include/asm/arch-kirkwood/mpp.h        |    2 +-
>  arch/arm/include/asm/arch-kirkwood/spi.h        |   11 +
>  board/LaCie/common/common.c                     |   23 +-
>  board/LaCie/common/common.h                     |    2 +-
>  board/LaCie/edminiv2/edminiv2.c                 |    2 +-
>  board/LaCie/net2big_v2/net2big_v2.c             |    4 +-
>  board/LaCie/netspace_v2/netspace_v2.c           |    4 +-
>  board/Marvell/dreamplug/dreamplug.c             |    2 +-
>  board/Marvell/guruplug/guruplug.c               |    2 +-
>  board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    2 +-
>  board/Marvell/openrd/openrd.c                   |    2 +-
>  board/Marvell/rd6281a/rd6281a.c                 |    2 +-
>  board/Marvell/sheevaplug/sheevaplug.c           |    2 +-
>  board/Seagate/dockstar/dockstar.c               |    2 +-
>  board/buffalo/lsxl/Makefile                     |   44 ++
>  board/buffalo/lsxl/kwbimage-lschl.cfg           |  229 +++++++
>  board/buffalo/lsxl/kwbimage-lsxhl.cfg           |  229 +++++++
>  board/buffalo/lsxl/lsxl.c                       |  283 +++++++++
>  board/buffalo/lsxl/lsxl.h                       |   75 +++
>  board/cloudengines/pogo_e02/pogo_e02.c          |    2 +-
>  board/d-link/dns325/dns325.c                    |    2 +-
>  board/keymile/km_arm/km_arm.c                   |   48 +--
>  board/keymile/km_arm/kwbimage-memphis.cfg       |    2 +-
>  board/raidsonic/ib62x0/ib62x0.c                 |    2 +-
>  boards.cfg                                      |    6 +-
>  doc/kwboot.1                                    |   84 +++
>  drivers/spi/kirkwood_spi.c                      |   64 ++-
>  include/common.h                                |   10 +
>  include/configs/km/km_arm.h                     |   15 +-
>  include/configs/km_kirkwood.h                   |    4 +-
>  include/configs/lacie_kw.h                      |    6 +-
>  include/configs/lsxl.h                          |  182 ++++++
>  include/configs/mgcoge3un.h                     |    1 +
>  include/net.h                                   |   17 +
>  lib/Makefile                                    |    5 +-
>  lib/rand.c                                      |   48 ++
>  net/Makefile                                    |    2 -
>  net/eth.c                                       |   22 +
>  net/link_local.c                                |    7 +-
>  net/net_rand.c                                  |   68 --
>  net/net_rand.h                                  |   31 +-
>  tools/Makefile                                  |    6 +
>  tools/kwboot.c                                  |  742
> +++++++++++++++++++++++ 46 files changed, 2143 insertions(+), 184
> deletions(-) create mode 100644 board/buffalo/lsxl/Makefile
>  create mode 100644 board/buffalo/lsxl/kwbimage-lschl.cfg
>  create mode 100644 board/buffalo/lsxl/kwbimage-lsxhl.cfg
>  create mode 100644 board/buffalo/lsxl/lsxl.c
>  create mode 100644 board/buffalo/lsxl/lsxl.h
>  create mode 100644 doc/kwboot.1
>  create mode 100644 include/configs/lsxl.h
>  create mode 100644 lib/rand.c
>  delete mode 100644 net/net_rand.c
>  create mode 100644 tools/kwboot.c
> 
> Regards...
> Prafulla . . .
> 


Amicalement,
-- 
Albert.

  reply	other threads:[~2012-07-05  8:40 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <DCB55AE5D43FB64FA6D3F5573FA2D42B19FD1E0BDE@SC-VEXCH4.marvell.com>
2012-02-08  9:57 ` [U-Boot] Pull request for u-boot-marvell.git Prafulla Wadaskar
2012-02-10 19:58   ` Albert ARIBAUD
2012-03-02  7:29     ` Prafulla Wadaskar
2012-03-05 12:38       ` Albert ARIBAUD
2012-04-20  6:10     ` Prafulla Wadaskar
2012-04-20  6:46       ` Albert ARIBAUD
2012-07-03 11:59     ` Prafulla Wadaskar
2012-07-05  8:40       ` Albert ARIBAUD [this message]
2012-07-05  9:37         ` [U-Boot] Pull request for u-boot-marvell.git - PLEASE HOLD ON Albert ARIBAUD
2012-07-05  9:44           ` [U-Boot] Pull request for u-boot-marvell.git - go ahead Albert ARIBAUD
2012-07-05 11:29             ` [U-Boot] Pull request for u-boot-marvell.git Prafulla Wadaskar
2012-07-05 11:50               ` Albert ARIBAUD
2012-07-05 17:38             ` Prafulla Wadaskar
2012-07-06 21:30               ` Albert ARIBAUD
2012-09-03  9:20             ` Prafulla Wadaskar
2012-09-03 18:59               ` Albert ARIBAUD
2012-09-05 19:56               ` Simon Guinot
2012-09-06  1:21                 ` Prafulla Wadaskar
2012-09-06  8:22                   ` Albert ARIBAUD
2012-09-06  9:25                     ` [U-Boot] [PATCH v3 0/4] Board support and feature for LaCie devices Simon Guinot
2012-09-06  9:25                       ` [U-Boot] [PATCH v3 1/4] lacie_kw: add support for EFI partitions Simon Guinot
2012-09-06  9:25                       ` [U-Boot] [PATCH v3 2/4] ARM: add netspace_mini_v2 to mach-types.h Simon Guinot
2012-09-06  9:25                       ` [U-Boot] [PATCH v3 3/4] ARM: add support for Network Space v2 Lite and Mini Simon Guinot
2012-09-06  9:25                       ` [U-Boot] [PATCH v3 4/4] ARM: add support for d2 Network v2 Simon Guinot
2012-09-06 11:27                       ` [U-Boot] [PATCH v3 0/4] Board support and feature for LaCie devices Simon Guinot
2012-09-06 15:06                         ` Albert ARIBAUD
2012-09-06 18:17                           ` Prafulla Wadaskar
2012-09-06 20:51                             ` [U-Boot] [PATCH v4 0/3] " Simon Guinot
2012-09-06 20:51                               ` [U-Boot] [PATCH v4 1/3] lacie_kw: add support for EFI partitions Simon Guinot
2012-09-06 20:51                               ` [U-Boot] [PATCH v4 2/3] ARM: add support for Network Space v2 Lite and Mini Simon Guinot
2012-09-06 23:19                                 ` Prafulla Wadaskar
2012-09-07  9:27                                   ` Simon Guinot
2012-09-07 15:52                                     ` Prafulla Wadaskar
2012-09-06 20:51                               ` [U-Boot] [PATCH v4 3/3] ARM: add support for d2 Network v2 Simon Guinot
2012-09-06 22:56                               ` [U-Boot] [PATCH v4 0/3] Board support and feature for LaCie devices Prafulla Wadaskar
2012-10-03  9:01             ` [U-Boot] Pull request for u-boot-marvell.git Prafulla Wadaskar
2012-10-03 16:06               ` Albert ARIBAUD
2012-12-20  6:56             ` Prafulla Wadaskar
2012-12-20 10:05             ` Prafulla Wadaskar
2012-12-23 15:10               ` Albert ARIBAUD
2013-01-07 12:26                 ` Prafulla Wadaskar
2013-01-08 11:35                   ` Andreas Bießmann
2013-01-08 15:03                   ` Albert ARIBAUD
2013-01-08 17:21                     ` Prafulla Wadaskar
2013-01-08 19:14                       ` Albert ARIBAUD
2013-01-08 19:51                         ` Albert ARIBAUD
2013-01-10  7:54                       ` Albert ARIBAUD
     [not found]             ` <DCB55AE5D43FB64FA6D3F5573FA2D42B1A3B957247@SC-VEXCH4.marvell.com>
2013-04-12 13:54               ` Prafulla Wadaskar
2013-04-12 15:12                 ` Albert ARIBAUD
2013-06-20  5:38               ` Prafulla Wadaskar
2013-06-20  8:44                 ` Albert ARIBAUD
2013-09-25 11:20               ` Prafulla Wadaskar
2013-10-02 12:51                 ` Albert ARIBAUD
2013-10-07  7:18                   ` Holger Brunck
2013-10-07 12:58                     ` Prafulla Wadaskar
2013-10-10 17:06                       ` Holger Brunck
2013-10-14 10:46                         ` Prafulla Wadaskar
2013-11-28 13:01                         ` Holger Brunck
2013-11-29  3:32                           ` Prafulla Wadaskar
2013-12-01 16:00                             ` Luka Perkov
2014-01-06 12:38               ` Prafulla Wadaskar
2014-01-08 16:00                 ` Albert ARIBAUD
2014-10-06 13:22                   ` Prafulla Wadaskar
2014-10-08 19:06                     ` Albert ARIBAUD
2012-07-03 12:00     ` Prafulla Wadaskar
2011-11-21 10:39 Prafulla Wadaskar
2011-11-21 16:26 ` Albert ARIBAUD
  -- strict thread matches above, loose matches on Subject: below --
2011-11-01  8:35 Prafulla Wadaskar
2011-11-03 18:15 ` Albert ARIBAUD
2011-11-03 19:03   ` Wolfgang Denk
2011-11-04  6:24     ` Prafulla Wadaskar
2011-10-31 11:58 Prafulla Wadaskar
2011-10-31 19:35 ` Albert ARIBAUD
2011-11-02  6:44   ` Prafulla Wadaskar
2011-10-18 11:12 Prafulla Wadaskar
2011-10-18 17:56 ` Albert ARIBAUD
2011-10-19  4:01   ` Prafulla Wadaskar
2011-10-19  6:03     ` Albert ARIBAUD
2011-10-20 11:36       ` Prafulla Wadaskar
2011-10-20 20:20         ` Albert ARIBAUD

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=20120705104047.72b3fbaf@aari01-12 \
    --to=albert.u.boot@aribaud.net \
    --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