]> code.ossystems Code Review - bsp/u-boot.git/commit
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)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 28 Jul 2016 14:54:22 +0000 (11:54 -0300)
commitbc7bbb5c7dd0362cc28a40af0247d55ac0369a1a
tree6f3c81e59834ada1b0c85b9630c33615652a9dcf
parentc2381c0db82ded05e1e4cd474f110219ddcda545
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]