]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
i.mx: i.mx6q: add the initial support for i.mx6q ARM2 board
authorJason Liu <jason.hui@linaro.org>
Fri, 25 Nov 2011 00:18:05 +0000 (00:18 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 9 Dec 2011 16:30:10 +0000 (17:30 +0100)
commit76d7f574498706cfe5e7f4a309bd9b35418a44f4
treebeb4236b5bff18480ba0bac5544f926b13225bba
parentc8bfe24fec5aaf87d095efbf8d07f485a486913f
i.mx: i.mx6q: add the initial support for i.mx6q ARM2 board

Add the initial support for Freescale i.MX6Q Armadillo2 board
Support: MMC boot from slot 0/1, debug UART(UART4), usdhc.

There is two MMC slots on the boards:
mmc dev 0 -> connect USDHC3 -> the lower slot on the board,
mmc dev 1 -> connect USDHC4 -> the upper slot on the board,

Signed-off-by: Jason Liu <jason.hui@linaro.org>
Cc: Stefano Babic <sbabic@denx.de>
Tested-by: Dirk Behme <dirk.behme@de.bosch.com>
MAINTAINERS
board/freescale/mx6qarm2/Makefile [new file with mode: 0644]
board/freescale/mx6qarm2/imximage.cfg [new file with mode: 0644]
board/freescale/mx6qarm2/mx6qarm2.c [new file with mode: 0644]
boards.cfg
include/configs/mx6qarm2.h [new file with mode: 0644]