]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: Add Support for Marvell Pantheon Familiy SoCs
authorLei Wen <[leiwen@marvell.com]>
Wed, 9 Feb 2011 12:36:58 +0000 (18:06 +0530)
committerAlbert Aribaud <albert.aribaud@free.fr>
Mon, 21 Feb 2011 07:30:55 +0000 (08:30 +0100)
commit896e2ca9125480d5c433cbdf4d06d7a5bcd6a3b1
tree6409e520ce56b72dca3c7c4c56d1a0acc3bbb775
parentcf946c6d09938e1e6ef01a7488c6e75a1cf71c47
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_pantheon_910_920_pb.pdf

SoC versions Supported:
1) PANTHEON920          (TD)
2) PANTHEON910          (TTC)

Signed-off-by: Lei Wen <leiwen@marvell.com>
arch/arm/cpu/arm926ejs/pantheon/Makefile [new file with mode: 0644]
arch/arm/cpu/arm926ejs/pantheon/cpu.c [new file with mode: 0644]
arch/arm/cpu/arm926ejs/pantheon/dram.c [new file with mode: 0644]
arch/arm/cpu/arm926ejs/pantheon/timer.c [new file with mode: 0644]
arch/arm/include/asm/arch-pantheon/config.h [new file with mode: 0644]
arch/arm/include/asm/arch-pantheon/cpu.h [new file with mode: 0644]
arch/arm/include/asm/arch-pantheon/pantheon.h [new file with mode: 0644]