From mboxrd@z Thu Jan 1 00:00:00 1970 From: Prafulla Wadaskar Date: Mon, 10 Jan 2011 06:33:18 -0800 Subject: [U-Boot] [PATCH V2 2/5] ARM: Add Support for Marvell Pantheon Familiy SoCs In-Reply-To: <1294632087-8025-3-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 2/5] ARM: Add Support for Marvell Pantheon Familiy > SoCs > > Pantheon Family processors are highly integrated SoCs > based on Sheeva_88SV331x-v5 PJ1 cpu core. > Ref: > http://www.marvell.com/products/processors/communications/marvell_panthe > on_910_920_pb.pdf > > SoC versions Supported: > 1) PANTHEON920 (TD) > 2) PANTHEON910 (TTC) > > Signed-off-by: Lei Wen > --- > 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-pantheon/config.h | 44 ++++++ > arch/arm/include/asm/arch-pantheon/cpu.h | 79 ++++++++++ > arch/arm/include/asm/arch-pantheon/pantheon.h | 54 +++++++ > 7 files changed, 635 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/cpu/arm926ejs/pantheon/Makefile > create mode 100644 arch/arm/cpu/arm926ejs/pantheon/cpu.c > create mode 100644 arch/arm/cpu/arm926ejs/pantheon/dram.c > create mode 100644 arch/arm/cpu/arm926ejs/pantheon/timer.c > create mode 100644 arch/arm/include/asm/arch-pantheon/config.h > create mode 100644 arch/arm/include/asm/arch-pantheon/cpu.h > create mode 100644 arch/arm/include/asm/arch-pantheon/pantheon.h > > diff --git a/arch/arm/cpu/arm926ejs/pantheon/Makefile > b/arch/arm/cpu/arm926ejs/pantheon/Makefile > new file mode 100644 > index 0000000..73644c7 > --- /dev/null > +++ b/arch/arm/cpu/arm926ejs/pantheon/Makefile > @@ -0,0 +1,46 @@ > +# > +# (C) Copyright 2010 2011 ?? Regards.. Prafulla . . .