]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common
authorStefan Roese <sr@denx.de>
Wed, 22 Oct 2014 10:13:05 +0000 (12:13 +0200)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 13:58:41 +0000 (09:58 -0400)
commitd80cca29fe8876278e6e0c863c869a4cade7e8ad
tree05ee6b4063409ebb71d4f7cbadd69cf1dd6f6ffd
parentdee8abcd80d0981f7a1c2bb5d1f2e9313fddf189
arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common

By moving some kirkwood files into a Marvell common directory, those files
can be used by other Marvell platforms as well. The name mvebu is taken
from the Linux kernel source tree. It has been chosen there to represent
the SoC's from the Marvell EBU (Engineering Business Unit). Those SoC's
currently are:

Armada 370/375/XP, Dove, mv78xx0, Kirkwood, Orion5x

This will be used by the upcoming Armada XP (MV78460) platform support.

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Luka Perkov <luka@openwrt.org>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Makefile
arch/arm/cpu/arm926ejs/kirkwood/Makefile
arch/arm/mvebu-common/Makefile [new file with mode: 0644]
arch/arm/mvebu-common/dram.c [moved from arch/arm/cpu/arm926ejs/kirkwood/dram.c with 91% similarity]
arch/arm/mvebu-common/timer.c [moved from arch/arm/cpu/arm926ejs/kirkwood/timer.c with 100% similarity]