[U-Boot] [PATCH v2 2/3] ARM: add support for LaCie 2Big Network v2

Simon Guinot simon at sequanux.org
Mon Nov 14 16:19:11 CET 2011


Hi Prafulla,

On Wed, Nov 09, 2011 at 06:02:12PM +0100, Simon Guinot wrote:
> From: Simon Guinot <simon.guinot at sequanux.org>
> 
> This patch adds support for the LaCie 2Big Network v2 board, based on
> the Marvell Kirkwood 6281 SoC.
> 
> Additional information is available at:
> http://lacie-nas.org/doku.php?id=2big_network_v2
> 
> Signed-off-by: Simon Guinot <simon.guinot at sequanux.org>
> ---
> No changes in v2.
> 
>  MAINTAINERS                         |    1 +
>  board/LaCie/net2big_v2/Makefile     |   49 +++++++++
>  board/LaCie/net2big_v2/kwbimage.cfg |  162 ++++++++++++++++++++++++++++++
>  board/LaCie/net2big_v2/net2big_v2.c |  188 +++++++++++++++++++++++++++++++++++
>  board/LaCie/net2big_v2/net2big_v2.h |   43 ++++++++
>  boards.cfg                          |    1 +
>  include/configs/net2big_v2.h        |  161 ++++++++++++++++++++++++++++++
>  7 files changed, 605 insertions(+), 0 deletions(-)
>  create mode 100644 board/LaCie/net2big_v2/Makefile
>  create mode 100644 board/LaCie/net2big_v2/kwbimage.cfg
>  create mode 100644 board/LaCie/net2big_v2/net2big_v2.c
>  create mode 100644 board/LaCie/net2big_v2/net2big_v2.h
>  create mode 100644 include/configs/net2big_v2.h

... snip ...

> +/*
> + * mv-common.h should be defined after CMD configs since it used them
> + * to enable certain macros
> + */
> +#define CONFIG_NR_DRAM_BANKS		2

The SDRAM banks number should be 1. Then, I will update the whole patch
series to fix this mistake.

Any comments about this patch series ? Do you want me for some other
modifications ?

Regards,

Simon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111114/10b997b0/attachment.pgp 


More information about the U-Boot mailing list