
-----Original Message----- From: Simon Guinot [mailto:simon.guinot@sequanux.org] Sent: Sunday, May 15, 2011 6:02 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Simon Guinot Subject: [PATCH v8] Add support for Network Space v2 and parents
This patch add support for the Network Space v2 board and parents, based on the Marvell Kirkwood 6281 SoC. This include Network Space (Max) v2 and Internet Space v2.
Additional information is available at: http://lacie-nas.org/doku.php?id=network_space_v2
Signed-off-by: Simon Guinot sguinot@lacie.com
Changes for v2:
- 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: none
Changes for v4:
- enhance commit message: add SoC information
Changes for v5: none
Changes for v6:
- enable device tree support
- clean some "#define" in netspace_v2.h
- enhance commit message: provide description URL and mention SoC family
- rebase against u-boot-{arm,marvell}/master branches
Changes for v7:
- rebase against u-boot-marvell/master branch
Changes for v8:
- update commit title (add netspace_v2 parents information).
- move GPIO button definition into header file.
- update CONFIG_IDENT_STRING with boards alias.
- handle wrong board definition.
- by default, use DHCP to get IP address.
Hi Simon,
This patch looks okay to me. I will pull it once u-boot-arm.git get rebased with master for dependency patch named "netconsole: remove `serverip' check"
Regards.. Prafulla ..