]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: imx6ul: Add Engicam GEAM6UL Starter Kit initial support
authorJagan Teki <jagan@amarulasolutions.com>
Tue, 13 Dec 2016 16:56:52 +0000 (17:56 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 16:16:10 +0000 (17:16 +0100)
commita5b9f8c8f07f2a901354a77c6131cb0429881bf8
tree80cbf0089bb80e3c6193a6b671727b5ce0fc96f6
parentb8ad70f70655d4a53c4014e768a25194c8a4b219
arm: imx6ul: Add Engicam GEAM6UL Starter Kit initial support

Boot Log:
--------
U-Boot SPL 2016.11-rc2-00144-g922adaa-dirty (Oct 28 2016 - 18:55:30)
Trying to boot from MMC1

U-Boot 2016.11-rc2-00144-g922adaa-dirty (Oct 28 2016 - 18:55:30 +0530)

CPU:   Freescale i.MX6UL rev1.1 528 MHz (running at 396 MHz)
CPU:   Industrial temperature grade (-40C to 105C) at 43C
Reset cause: POR
Model: Engicam GEAM6UL
DRAM:  128 MiB
MMC:   FSL_SDHC: 0
*** Warning - bad CRC, using default environment

In:    serial
Out:   serial
Err:   serial
Net:   CPU Net Initialization Failed
No ethernet found.
Hit any key to stop autoboot:  0
geam6ul>

Cc: Stefano Babic <sbabic@denx.de>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
arch/arm/cpu/armv7/mx6/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/imx6ul-geam-kit.dts [new file with mode: 0644]
board/engicam/geam6ul/Kconfig [new file with mode: 0644]
board/engicam/geam6ul/MAINTAINERS [new file with mode: 0644]
board/engicam/geam6ul/Makefile [new file with mode: 0644]
board/engicam/geam6ul/README [new file with mode: 0644]
board/engicam/geam6ul/geam6ul.c [new file with mode: 0644]
configs/imx6ul_geam_mmc_defconfig [new file with mode: 0644]
include/configs/imx6ul_geam.h [new file with mode: 0644]