All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATH v7 0/2] Add support for LaCie NAS Network Space v2
@ 2011-05-12  9:48 Simon Guinot
  2011-05-12  9:48 ` [U-Boot] [PATH v7 1/2] netconsole: remove `serverip' check Simon Guinot
  2011-05-12  9:48 ` [U-Boot] [PATH v7 2/2] Add support for Network Space v2 Simon Guinot
  0 siblings, 2 replies; 14+ messages in thread
From: Simon Guinot @ 2011-05-12  9:48 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-05-13 11:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-12  9:48 [U-Boot] [PATH v7 0/2] Add support for LaCie NAS Network Space v2 Simon Guinot
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

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.