
Hi Albert,
Please, consider applying this two patches.
Thanks in advance,
Simon
On Sat, May 07, 2011 at 05:12:50PM +0200, Simon Guinot wrote:
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"
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