]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board
authorStefan Roese <sr@denx.de>
Wed, 22 Oct 2014 10:13:18 +0000 (12:13 +0200)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 13:59:21 +0000 (09:59 -0400)
commitdd580801aadb13f8ef5dcc5e56691ef5cd92a5a7
tree18f7c665883300ac3b0b6a062906623b0b3ce2ff
parent41e5ee54e3502ca4854f16d69278698075946238
arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board

This patch adds basic support for the Marvell DB-MV784MP-GP evaulation
board. This is the first board that uses the recently created
Armada XP 78460 SoC support.

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Luka Perkov <luka@openwrt.org>
arch/arm/Kconfig
board/Marvell/db-mv784mp-gp/Kconfig [new file with mode: 0644]
board/Marvell/db-mv784mp-gp/MAINTAINERS [new file with mode: 0644]
board/Marvell/db-mv784mp-gp/Makefile [new file with mode: 0644]
board/Marvell/db-mv784mp-gp/db-mv784mp-gp.c [new file with mode: 0644]
board/Marvell/db-mv784mp-gp/kwbimage.cfg [new file with mode: 0644]
configs/db-mv784mp-gp_defconfig [new file with mode: 0644]
include/configs/db-mv784mp-gp.h [new file with mode: 0644]