[U-Boot] [PATCH V2 5/5] Pantheon: Add Board Support for Marvell dkb board

Prafulla Wadaskar prafulla at marvell.com
Mon Jan 10 15:34:31 CET 2011



> -----Original Message-----
> From: Lei Wen [mailto:leiwen at marvell.com]
> Sent: Monday, January 10, 2011 9:31 AM
> To: u-boot at lists.denx.de; Prafulla Wadaskar; Yu Tang; Ashish Karkare;
> Prabhanjan Sarnaik; adrian . wenl @ gmail . com "
> Subject: [PATCH V2 5/5] Pantheon: Add Board Support for Marvell dkb
> board
> 
> DKB is a Development Board for PANTHEON TD/TTC(pxa920/pxa910) with
> * Processor upto 806Mhz
> * LPDDR1/2
> * x8/x16 SLC/MLC NAND
> * Footprints for eMMC & MMC x8 card
> 
> With Peripherals:
> * Parallel LCD I/F
> * Audio codecs (88PM8607)
> * MIPI CSI-2 camera
> * Marvell 88W8787 802.11n/BT module
> * Marvell 2G/3G RF
> * Dual analog mics & speakers, headset jack, LED, ambient
> * USB2.0 HS host, OTG (mini AB)
> * GPIO, GPIO expander with DIP switches for easier selection
> * UART serial over USB, CIR
> 
> This patch adds basic board support with DRAM and UART functionality
> 
> Signed-off-by: Lei Wen <leiwen at marvell.com>
> ---
>  MAINTAINERS                |    4 +++
>  board/Marvell/dkb/Makefile |   51 +++++++++++++++++++++++++++++++++++
>  board/Marvell/dkb/dkb.c    |   53 ++++++++++++++++++++++++++++++++++++
>  boards.cfg                 |    1 +
>  include/configs/dkb.h      |   64
> ++++++++++++++++++++++++++++++++++++++++++++
>  5 files changed, 173 insertions(+), 0 deletions(-)
>  create mode 100644 board/Marvell/dkb/Makefile
>  create mode 100644 board/Marvell/dkb/dkb.c
>  create mode 100644 include/configs/dkb.h
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 96fad4b..0a37a01 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -839,6 +839,10 @@ Prafulla Wadaskar <prafulla at marvell.com>
>  	rd6281a		ARM926EJS (Kirkwood SoC)
>  	sheevaplug	ARM926EJS (Kirkwood SoC)
> 
> +Lei Wen <leiwen at marvell.com>
> +
> +	dkb		ARM926EJS (PANTHEON 88AP920 SOC)
> +
>  Matthias Weisser <weisserm at arcor.de>
> 
>  	jadecpu		ARM926EJS (MB86R01 SoC)
> diff --git a/board/Marvell/dkb/Makefile b/board/Marvell/dkb/Makefile
> new file mode 100644
> index 0000000..8835f8e
> --- /dev/null
> +++ b/board/Marvell/dkb/Makefile
> @@ -0,0 +1,51 @@
> +#
> +# (C) Copyright 2010

Ditto

Regards..
Prafulla . .


More information about the U-Boot mailing list