From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Mon, 10 Jan 2011 06:35:23 -0800 Subject: [U-Boot] [PATCH V2 0/5] Add Pantheon soc and dkb board support In-Reply-To: <1294632087-8025-1-git-send-email-leiwen@marvell.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > -----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 0/5] Add Pantheon soc and dkb board support > > This patch set add the Pantheon soc and dkb board support. > > V2: > This patch seris update the seperate mv_common part as suggested. > > Lei Wen (5): > mv: seperate kirkwood and armada from common setting > ARM: Add Support for Marvell Pantheon Familiy SoCs > serial: add pantheon soc support > mvmfp: add MFP configuration support for PANTHEON > Pantheon: Add Board Support for Marvell dkb board > > MAINTAINERS | 4 + > arch/arm/cpu/arm926ejs/pantheon/Makefile | 46 ++++++ > arch/arm/cpu/arm926ejs/pantheon/cpu.c | 78 ++++++++++ > arch/arm/cpu/arm926ejs/pantheon/dram.c | 130 ++++++++++++++++ > arch/arm/cpu/arm926ejs/pantheon/timer.c | 204 > +++++++++++++++++++++++++ > arch/arm/include/asm/arch-armada100/config.h | 50 ++++++ > arch/arm/include/asm/arch-kirkwood/config.h | 145 ++++++++++++++++++ > arch/arm/include/asm/arch-pantheon/config.h | 44 ++++++ > arch/arm/include/asm/arch-pantheon/cpu.h | 79 ++++++++++ > arch/arm/include/asm/arch-pantheon/mfp.h | 42 +++++ > arch/arm/include/asm/arch-pantheon/pantheon.h | 54 +++++++ > board/Marvell/dkb/Makefile | 51 ++++++ > board/Marvell/dkb/dkb.c | 53 +++++++ > boards.cfg | 1 + > drivers/gpio/mvmfp.c | 2 + > drivers/serial/serial.c | 2 + > include/configs/aspenite.h | 1 + > include/configs/dkb.h | 64 ++++++++ > include/configs/mv-common.h | 147 +++------------- One common feedback for all added files, copyright year needs to be changed. Regards.. Prafulla . .