mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
ae440ab02d
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>
6 lines
169 B
Text
6 lines
169 B
Text
Colibri iMX7
|
|
M: Stefan Agner <stefan.agner@toradex.com>
|
|
S: Maintained
|
|
F: board/toradex/colibri_imx7/
|
|
F: include/configs/colibri_imx7.h
|
|
F: configs/colibri_imx7_defconfig
|