All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Guinot <simon.guinot@sequanux.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATH v7 0/2] Add support for LaCie NAS Network Space v2
Date: Thu, 12 May 2011 11:48:55 +0200	[thread overview]
Message-ID: <1305193737-5952-1-git-send-email-simon.guinot@sequanux.org> (raw)

This patch series adds support for Network Space v2 board and parents.

Changes for v2:
  - netconsole: restore NetOurIP check
  - add entries to MAINTAINERS file
  - move boards from root Makefile to boards.cfg
  - move MACH_TYPE definition into netspace_v2.h
  - remove CONFIG_SYS_HZ redefinition
  - turn PHY initialization message into debug()

Changes for v3:
  - drop patch for Macronix MX25L4005A
  - rewrite patch "sf: disable write protection for Macronix flash",
    using the common spi flash code
  - fix "Definitions" typo in mv-common.h
  - netconsole: add a "/* Fall through */" comment before the NETCONS
    case label

Changes for v4:
  - sf macronix: use spi_flash_cmd_write_enable()
  - enhance commit message for patch "Add support for Network Space v2"

Changes for v5:
  - add a changelog per patch

Changes for v6:
  - drop accepted patches
  - enable device tree support for netspace_v2
  - clean some "#define" in netspace_v2.h
  - enhance commit message for patch "Add support for Network Space v2":
    provide description URL and mention SoC family
  - rebase patch "Add support for Network Space v2" against
    u-boot-{arm,marvell}/master branches
  - enhance commit message for patch "netconsole: remove `serverip'
    check"

Changes for v7:
  - rebase patch "Add support for Network Space v2" against
    u-boot-marvell branch

Simon Guinot (2):
  netconsole: remove `serverip' check
  Add support for Network Space v2

 MAINTAINERS                           |    6 +
 board/LaCie/netspace_v2/Makefile      |   49 ++++++++++
 board/LaCie/netspace_v2/kwbimage.cfg  |  162 +++++++++++++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.c |  144 +++++++++++++++++++++++++++++
 board/LaCie/netspace_v2/netspace_v2.h |   39 ++++++++
 boards.cfg                            |    3 +
 include/configs/netspace_v2.h         |  153 +++++++++++++++++++++++++++++++
 net/net.c                             |    3 +-
 8 files changed, 558 insertions(+), 1 deletions(-)
 create mode 100644 board/LaCie/netspace_v2/Makefile
 create mode 100644 board/LaCie/netspace_v2/kwbimage.cfg
 create mode 100644 board/LaCie/netspace_v2/netspace_v2.c
 create mode 100644 board/LaCie/netspace_v2/netspace_v2.h
 create mode 100644 include/configs/netspace_v2.h

             reply	other threads:[~2011-05-12  9:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-12  9:48 Simon Guinot [this message]
2011-05-12  9:48 ` [U-Boot] [PATH v7 1/2] netconsole: remove `serverip' check Simon Guinot
2011-05-12 10:17   ` Prafulla Wadaskar
2011-05-12 11:55     ` Simon Guinot
2011-05-12 12:14       ` Prafulla Wadaskar
2011-05-12 16:16       ` Wolfgang Denk
2011-05-12 15:14     ` Mike Frysinger
2011-05-12 17:12   ` Wolfgang Denk
2011-05-13 11:52     ` Prafulla Wadaskar
2011-05-12  9:48 ` [U-Boot] [PATH v7 2/2] Add support for Network Space v2 Simon Guinot
2011-05-12 10:36   ` Prafulla Wadaskar
2011-05-12 11:47     ` Simon Guinot
2011-05-12 12:04       ` Prafulla Wadaskar
2011-05-12 16:15       ` Wolfgang Denk

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=1305193737-5952-1-git-send-email-simon.guinot@sequanux.org \
    --to=simon.guinot@sequanux.org \
    --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.