[U-Boot] [PATCH v8] kirkwood: add NAS62x0 board support

Prafulla Wadaskar prafulla at marvell.com
Fri Apr 20 07:56:31 CEST 2012



> -----Original Message-----
> From: u-boot-bounces at lists.denx.de [mailto:u-boot-
> bounces at lists.denx.de] On Behalf Of Luka Perkov
> Sent: 18 April 2012 00:52
> To: u-boot at lists.denx.de
> Cc: dreagle at doukki.net
> Subject: [U-Boot] [PATCH v8] kirkwood: add NAS62x0 board support
> 
> Add support for new boards RaidSonic ICY BOX NAS6210 and NAS6220.
> 
> NAS6210 has 1 SATA and 1 eSATA port while NAS6220 has 2 SATA ports.
> 
> More information about the boards can be found here:
> 
> http://www.raidsonic.de/en/products/nas-systems.php?we_objectID=7036
> http://www.raidsonic.de/en/products/nas-systems.php?we_objectID=7515
> 
> Signed-off-by: Luka Perkov <uboot at lukaperkov.net>
> Signed-off-by: Gerald Kerma <dreagle at doukki.net>
> Signed-off-by: Simon Baatz <gmbnomis at gmail.com>
> ---
> 
> Changes from version v1:
> 
>  * use tools/checkpatch.pl to locate patch errors and fix them
>  * add two entries in boards.cfg, one for each board
>  * fixed CONFIG_RESET_PHY_R
>  * don't define values for macros that enable features only
>  * remove static RAM configuration
>  * fix comments
>  * use only CONFIG_ENV_OFFSET and remove CONFIG_ENV_ADDR
>  * clean coding style
>  * add entry in MAINTAINERS file
> 
> Changes from version v2:
> 
>  * use defined() in macros for board selection for robustness
> 
> Changes from version v3:
> 
>  * don't use utf8 for Geralds name
>  * don't mix upper/lower case in kwbimage.cfg
>  * fix prompt
> 
> Changes from version v4:
>  * fix board Makefile (clean and distclean)
>  * use generic way to handle arch number of the board
>  * fix MAINTAINERS file
>  * move code from Marvell to raidsonic folder
>  * use CONFIG_MACH_TYPE
>  * set only necessary GPIOs
>  * use link instead of address for license
>  * add few links about board being supported for quick reference
>  * add previous change logs
>  * multiple updates to kwbimage.cfg, thank you Simon
> 
> Changes from version v5:
>  * remove typo from kwbimage.cfg (duplicated lines), thank you David
>  * clean up comments in kwbimage.cfg
> 
> Changes from version v6:
>  * replace KW_SATA_PORT0_OFFSET with MV_SATA_PORT0_OFFSET
>  * change commit message
> 
> Changes from version v7:
>  * use same config for both boards, because fix for second SATA or
> eSATA port
>    is here:
> 
>    http://lists.denx.de/pipermail/u-boot/2012-April/122594.html
> 
>    Without that patch uboot *will* work.
> 
>  * change some files because of the above
> 
> 
>  MAINTAINERS                         |    4 +
>  board/raidsonic/ib62x0/Makefile     |   43 +++++++++
>  board/raidsonic/ib62x0/ib62x0.c     |   79 ++++++++++++++++
>  board/raidsonic/ib62x0/ib62x0.h     |   40 +++++++++
>  board/raidsonic/ib62x0/kwbimage.cfg |  169
> +++++++++++++++++++++++++++++++++++
>  boards.cfg                          |    1 +
>  include/configs/ib62x0.h            |  152
> +++++++++++++++++++++++++++++++
>  8 files changed, 489 insertions(+), 1 deletion(-)
>

Applied to u-boot-marvell.git master branch

Regards..
Prafulla . . .


More information about the U-Boot mailing list