> -----Original Message----- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Monday, January 10, 2011 9:31 AM > To: u-boot@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 <lei...@marvell.com> > --- > 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 . . . _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot