]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: vexpress: refactoring of Versatile Express CA9x4 support
authorRyan Harkin <ryan.harkin@linaro.org>
Tue, 9 Apr 2013 02:20:30 +0000 (02:20 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 23 May 2013 09:22:39 +0000 (11:22 +0200)
commit9b58a3f606e46cb335d44458e53a37d9b221f785
tree38a62f81daaae9dc6a658b6cc2cfb87827a44ef6
parent5ba444f092ae9f68a0bd1f53956be2e69d26cf61
ARM: vexpress: refactoring of Versatile Express CA9x4 support

The current ca9x4_ct_vxp platform contains support for a Versatile
Express motherboard with a quad core A9 core tile.

This patch separates the Versatile Express motherboard code and the
A9 specific code, to ease supporting more core tiles in the next
patches.

Andre: merged the first two of Ryan's original patches and did some
checkpatch fixes.

Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
MAINTAINERS
board/armltd/vexpress/Makefile
board/armltd/vexpress/vexpress_common.c [moved from board/armltd/vexpress/ca9x4_ct_vxp.c with 98% similarity]
boards.cfg
include/configs/vexpress_ca9x4.h [new file with mode: 0644]
include/configs/vexpress_common.h [moved from include/configs/ca9x4_ct_vxp.h with 99% similarity]