[U-Boot] [PATCH v2] Seagate FreeAgent DockStar support

Prafulla Wadaskar prafulla at marvell.com
Thu Oct 21 06:52:31 CEST 2010


 

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Eric Cooper
> Sent: Wednesday, October 20, 2010 8:25 PM
> To: u-boot at lists.denx.de
> Cc: Eric Cooper
> Subject: [U-Boot] [PATCH v2] Seagate FreeAgent DockStar support
> 
> start with sheevaplug configuration
> add modifications by Alexander Holler <holler at ahsoftware.de>
>     change RAM definitions to one bank (128 MB)
>     change ident string
>     change environment to 0xA0000
> define MTD partitions and default environment variables
> add support for LEDs
> 
> Signed-off-by: Eric Cooper <ecc at cmu.edu>
> ---
> Changes for v2:
>   - rebased on master, post ARM and kirkwood relocation changes
>   - squashed into single commit
> Pending patches that this depends on:
>   Gray Remlin:
>     kirkwood: Fix uninitialised DRAM struct
>   Prafulla Wadaskar:
>     Kirkwood: bugfix: broken early console messages
> 
>  MAINTAINERS                         |    4 +
>  MAKEALL                             |    1 +
>  board/Marvell/dockstar/Makefile     |   51 ++++++++++

This is not Marvell owned board, so it must go in board/Seagate or board/dockstar folder

>  board/Marvell/dockstar/config.mk    |   28 ++++++
>  board/Marvell/dockstar/dockstar.c   |  178 
> +++++++++++++++++++++++++++++++++++
>  board/Marvell/dockstar/dockstar.h   |   41 ++++++++
>  board/Marvell/dockstar/kwbimage.cfg |  162 
> +++++++++++++++++++++++++++++++
>  boards.cfg                          |    1 +
>  include/configs/dockstar.h          |  119 +++++++++++++++++++++++
>  9 files changed, 585 insertions(+), 0 deletions(-)
>  create mode 100644 board/Marvell/dockstar/Makefile
>  create mode 100644 board/Marvell/dockstar/config.mk
>  create mode 100644 board/Marvell/dockstar/dockstar.c
>  create mode 100644 board/Marvell/dockstar/dockstar.h
>  create mode 100644 board/Marvell/dockstar/kwbimage.cfg
>  create mode 100644 include/configs/dockstar.h
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5108c54..0a25971 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -585,6 +585,10 @@ Po-Yu Chuang <ratbert at faraday-tech.com>
>  
>  	a320evb		FA526 (ARM920T-like) (a320 SoC)
>  
> +Eric Cooper <ecc at cmu.edu>
> +
> +	dockstar	ARM926EJS (Kirkwood SoC)
> +
>  George G. Davis <gdavis at mvista.com>
>  
>  	assabet		SA1100
> diff --git a/MAKEALL b/MAKEALL
> index c1f3842..83679b4 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -327,6 +327,7 @@ LIST_ARM9="			\
>  	cp966			\
>  	da830evm		\
>  	da850evm		\
> +	dockstar		\
>  	edb9301			\
>  	edb9302			\
>  	edb9302a		\
> diff --git a/board/Marvell/dockstar/Makefile 
> b/board/Marvell/dockstar/Makefile
> new file mode 100644
> index 0000000..da9d29e
> --- /dev/null
> +++ b/board/Marvell/dockstar/Makefile
> @@ -0,0 +1,51 @@
> +#
> +# (C) Copyright 2009
> +# Marvell Semiconductor <www.marvell.com>
> +# Written-by: Prafulla Wadaskar <prafulla at marvell.com>

This is to be updated, you can say "based/referenced"
Ditto for other files

Regards..
Prafulla . .


More information about the U-Boot mailing list