u-boot-imx: Add Congatec qmx6 support

Code based on imx6qsabrelite BSP. Patch originally written by Congatec
Linux team, based on the tag rel_imx_3.0.35_1.1.0 from Freescale's
uboot git.

Signed-off-by: Leo Sartre <lsartre@adeneo-embedded.com>
This commit is contained in:
SARTRE Leo 2013-03-12 17:52:33 +00:00 committed by Otavio Salvador
parent 43094de7f7
commit 8d0c363909
2 changed files with 3717 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,3 +6,11 @@ PRINC := "${@int(PRINC) + 1}"
SRC_URI_append_wandboard-dual = " \
file://wandboard-dual/0001-u-boot-2009.08-Add-Wandboard-Dual-support.patch \
"
# Revision of imx_3.0.35_1.1.0 branch
SRCREV_cgtqmx6 = "98a5299c945cb7e440e3c3d9c572f017e5a02ede"
SRC_URI_append_cgtqmx6 = " \
file://cgtqmx6/uboot-support-for-cgtqmx6.patch \
"
UBOOT_MACHINE_cgtqmx6 = "cgt_qmx6_config"