]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: mvebu: Add SolidRun ClearFog Armada 38x initial support
authorStefan Roese <sr@denx.de>
Tue, 20 Oct 2015 13:14:47 +0000 (15:14 +0200)
committerStefan Roese <sr@denx.de>
Thu, 14 Jan 2016 13:08:59 +0000 (14:08 +0100)
commit0299c90f396c5b2971a4bac596339f4b03661c27
tree0c7b0afcc415cd90c3cc7edde6b53bf358fa490d
parent8a02ec1dc671f452a57fb934f13a0e4e9ae269b8
arm: mvebu: Add SolidRun ClearFog Armada 38x initial support

This patch adds basic support for the SolidRun ClearFog Armada 38x based
board to mainline U-Boot. Supported interfaces / devices are:
- DDR3
- UART
- MMC
- Ethernet port 0 (connected to dedicated PHY)
- I2C

The included DT source was taken from Russell King's ftp server:
http://www.home.arm.linux.org.uk/~rmk/clearfog/

With only minor modifications, like the addition of some aliases and the
"u-boot,dm-pre-reloc" property.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Rabeeh Khoury <rabeeh@solid-run.com>
Cc: Luka Perkov <luka.perkov@sartura.hr>
12 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/armada-388-clearfog.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/solidrun/clearfog/Kconfig [new file with mode: 0644]
board/solidrun/clearfog/MAINTAINERS [new file with mode: 0644]
board/solidrun/clearfog/Makefile [new file with mode: 0644]
board/solidrun/clearfog/README [new file with mode: 0644]
board/solidrun/clearfog/clearfog.c [new file with mode: 0644]
board/solidrun/clearfog/kwbimage.cfg [new file with mode: 0644]
configs/clearfog_defconfig [new file with mode: 0644]
include/configs/clearfog.h [new file with mode: 0644]