-
- Downloads
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>
Showing
- arch/arm/dts/Makefile 2 additions, 1 deletionarch/arm/dts/Makefile
- arch/arm/dts/armada-xp-theadorable.dts 143 additions, 0 deletionsarch/arm/dts/armada-xp-theadorable.dts
- arch/arm/mach-mvebu/Kconfig 6 additions, 0 deletionsarch/arm/mach-mvebu/Kconfig
- board/theadorable/MAINTAINERS 7 additions, 0 deletionsboard/theadorable/MAINTAINERS
- board/theadorable/Makefile 7 additions, 0 deletionsboard/theadorable/Makefile
- board/theadorable/kwbimage.cfg 12 additions, 0 deletionsboard/theadorable/kwbimage.cfg
- board/theadorable/theadorable.c 171 additions, 0 deletionsboard/theadorable/theadorable.c
- configs/theadorable_debug_defconfig 28 additions, 0 deletionsconfigs/theadorable_debug_defconfig
- configs/theadorable_defconfig 26 additions, 0 deletionsconfigs/theadorable_defconfig
- include/configs/theadorable.h 170 additions, 0 deletionsinclude/configs/theadorable.h
arch/arm/dts/armada-xp-theadorable.dts
0 → 100644
board/theadorable/MAINTAINERS
0 → 100644
board/theadorable/Makefile
0 → 100644
board/theadorable/kwbimage.cfg
0 → 100644
board/theadorable/theadorable.c
0 → 100644
configs/theadorable_debug_defconfig
0 → 100644
configs/theadorable_defconfig
0 → 100644
include/configs/theadorable.h
0 → 100644
Please register or sign in to comment