]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: armada-xp: Add basic support for the maxBCM board
authorStefan Roese <sr@denx.de>
Wed, 22 Oct 2014 10:13:19 +0000 (12:13 +0200)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 13:59:21 +0000 (09:59 -0400)
commita4884831745d713169dc2ec94b3625eddf54b09c
treef1d1b9b562b09103b6d1959c01043e297917e9df
parentdd580801aadb13f8ef5dcc5e56691ef5cd92a5a7
arm: armada-xp: Add basic support for the maxBCM board

The maxBCM board is equipped with the Marvell Armada-XP MV78460 SoC. It
integrates an SPI NOR flash and an Marvell 88E6185 switch.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/Kconfig
board/maxbcm/Kconfig [new file with mode: 0644]
board/maxbcm/MAINTAINERS [new file with mode: 0644]
board/maxbcm/Makefile [new file with mode: 0644]
board/maxbcm/kwbimage.cfg [new file with mode: 0644]
board/maxbcm/maxbcm.c [new file with mode: 0644]
configs/maxbcm_defconfig [new file with mode: 0644]
include/configs/maxbcm.h [new file with mode: 0644]