]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/theadorable.h
arm: mvebu: Add support for the Armada XP theadorable board
authorStefan Roese <sr@denx.de>
Wed, 20 Jan 2016 07:13:29 +0000 (08:13 +0100)
committerStefan Roese <sr@denx.de>
Wed, 27 Jan 2016 06:45:43 +0000 (07:45 +0100)
commitb20c38a973a51bf3f663bd298c63ad1b8e0de445
tree185910df9689c1eaf9393586c61944b3677672ad
parent9e4de7fd4acc8f99b6d383c711d21c0159849629
arm: mvebu: Add support for the Armada XP theadorable board

This patch adds support for the Armada XP (MV78260) based theadorable
board. Its equipped with onboard DDR3, UART, ethernet, I2C, SPI NOR,
LCD and SATA (SSD) interfaces / devices.

Two defconfigs are added:

theadorable_defconfig:
The production U-Boot version with a stripped down drivers and feature
list. This removes networking, USB and PCI support.

theadorable_debug_defconfig:
The debugging / testing U-Boot version with full support for all drivers.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Luka Perkov <luka.perkov@sartura.hr>
Signed-off-by: Stefan Roese <sr@denx.de>
arch/arm/dts/Makefile
arch/arm/dts/armada-xp-theadorable.dts [new file with mode: 0644]
arch/arm/mach-mvebu/Kconfig
board/theadorable/MAINTAINERS [new file with mode: 0644]
board/theadorable/Makefile [new file with mode: 0644]
board/theadorable/kwbimage.cfg [new file with mode: 0644]
board/theadorable/theadorable.c [new file with mode: 0644]
configs/theadorable_debug_defconfig [new file with mode: 0644]
configs/theadorable_defconfig [new file with mode: 0644]
include/configs/theadorable.h [new file with mode: 0644]