]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mvebu: Add Armada A38x DB-88F6820-GP board support
authorStefan Roese <sr@denx.de>
Sat, 25 Apr 2015 04:29:56 +0000 (06:29 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:12 +0000 (22:37 +0200)
commit86886209aa0bbeb89345774cc86fe53b39c14583
tree282b189d99ecb4e7b2ea194837606b1a1513910f
parent831c8bcb7fc07f14a1221712f0b9d96d0f51f110
arm: mvebu: Add Armada A38x DB-88F6820-GP board support

This patch adds support for the Marvell DB-88F6820-GP Armada A38x
evaluation board.

Supported peripherals are:
- UART
- Ethernet (mvneta)
- I2C
- SPI (including SPI NOR flash)

Please note that this board support right now only supports the
main U-Boot. Without the bin_hdr integration (DDR training etc). This
will be added in a few days / weeks to complete this board port. But
till then this U-Boot version can be run on the target via the
original Marvell U-Boot via this command:

tftpboot 4000000 db-88f6820-gp/u-boot.bin;go 4000000

Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Kevin Smith <kevin.smith@elecsyscorp.com>
Tested-by: Dirk Eibach <dirk.eibach@gdsys.cc>
arch/arm/Kconfig
board/Marvell/db-88f6820-gp/Kconfig [new file with mode: 0644]
board/Marvell/db-88f6820-gp/Makefile [new file with mode: 0644]
board/Marvell/db-88f6820-gp/binary.0 [new file with mode: 0644]
board/Marvell/db-88f6820-gp/db-88f6820-gp.c [new file with mode: 0644]
board/Marvell/db-88f6820-gp/kwbimage.cfg [new file with mode: 0644]
configs/db-88f6820-gp_defconfig [new file with mode: 0644]
include/configs/db-88f6820-gp.h [new file with mode: 0644]