]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Initial support for Marvell Orion5x SoC
authorAlbert Aribaud <[albert.aribaud@free.fr]>
Thu, 17 Jun 2010 14:06:07 +0000 (19:36 +0530)
committerPrafulla Wadaskar <prafulla@marvell.com>
Thu, 17 Jun 2010 14:06:07 +0000 (19:36 +0530)
commit0c61e6f9257ef416959b740ee3cf191bf682007d
treeeed500321d1ecffbafd7d5c53273c453712aa6e6
parent376e7fadbad3285231e390c6534feb5af86d594b
Initial support for Marvell Orion5x SoC

This patch adds support for the Marvell Orion5x SoC.
It has no use alone, and must be followed by a patch
to add Orion5x support for serial, then support for
the ED Mini V2, an Orion5x-based product from LaCie.

Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
arch/arm/cpu/arm926ejs/orion5x/Makefile [new file with mode: 0644]
arch/arm/cpu/arm926ejs/orion5x/cpu.c [new file with mode: 0644]
arch/arm/cpu/arm926ejs/orion5x/dram.c [new file with mode: 0644]
arch/arm/cpu/arm926ejs/orion5x/lowlevel_init.S [new file with mode: 0644]
arch/arm/cpu/arm926ejs/orion5x/timer.c [new file with mode: 0644]
arch/arm/include/asm/arch-orion5x/cpu.h [new file with mode: 0644]
arch/arm/include/asm/arch-orion5x/mv88f5182.h [new file with mode: 0644]
arch/arm/include/asm/arch-orion5x/orion5x.h [new file with mode: 0644]