colibri_imx7: add Colibri iMX7S/iMX7D module support
authorStefan Agner <stefan.agner@toradex.com>
Thu, 21 Jul 2016 04:27:49 +0000 (21:27 -0700)
committerStefano Babic <sbabic@denx.de>
Thu, 28 Jul 2016 11:27:19 +0000 (13:27 +0200)
commitae440ab02d31179a5a4b23e7411fe1baf052e816
tree5423767b4dcbc446da8e70b98f4202520437ac34
parent68c276019a6ede6dbb099af7e3e2756579e3b23e
colibri_imx7: add Colibri iMX7S/iMX7D module support

This commit adds support for the Toradex Computer on Modules
Colibri iMX7S/iMX7D. The two modules/SoC's are very similar hence
can be easily supported by one board. The board code detects RAM
size at runtime which is one of the differences between the two
boards. The board also uses the UART's in DTE mode, hence making
use of the new DTE support via serial DM.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
arch/arm/cpu/armv7/mx7/Kconfig
board/toradex/colibri_imx7/Kconfig [new file with mode: 0644]
board/toradex/colibri_imx7/MAINTAINERS [new file with mode: 0644]
board/toradex/colibri_imx7/Makefile [new file with mode: 0644]
board/toradex/colibri_imx7/colibri_imx7.c [new file with mode: 0644]
board/toradex/colibri_imx7/imximage.cfg [new file with mode: 0644]
configs/colibri_imx7_defconfig [new file with mode: 0644]
include/configs/colibri_imx7.h [new file with mode: 0644]