]> code.ossystems Code Review - bsp/u-boot.git/commit
arm: imx: add i.MX6ULL 14x14 EVK board support
authorPeng Fan <van.freenix@gmail.com>
Thu, 11 Aug 2016 06:02:57 +0000 (14:02 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 16 Sep 2016 17:25:40 +0000 (14:25 -0300)
commitb8944fd670ea2648c041d177433f498f345d84f1
tree4b9d64381dc43a5af7a56ac1c84b2ed463587e33
parent067c0b6c3cdd7eee8a30c525609a44aaea3b0ef9
arm: imx: add i.MX6ULL 14x14 EVK board support

Add i.MX6ULL EVK board support:
Add device tree file, which is copied from NXP Linux.
Enabled DM_MMC, DM_GPIO, DM_I2C, DM_SPI, PINCTRL, DM_REGULATOR.
The uart iomux settings are still keeped in board file.

Boot Log:
U-Boot 2016.09-rc1-00366-gbb419ef-dirty (Aug 11 2016 - 13:08:58 +0800)

CPU:   Freescale i.MX6ULL rev1.0 at 396MHz
CPU:   Commercial temperature grade (0C to 95C) at 15C
Reset cause: POR
Model: Freescale i.MX6 ULL 14x14 EVK Board
Board: MX6ULL 14x14 EVK
DRAM:  512 MiB
MMC:   initialized IMX pinctrl driver
FSL_SDHC: 0, FSL_SDHC: 1
In:    serial
Out:   serial
Err:   serial
Net:   CPU Net Initialization Failed
No ethernet found.
Hit any key to stop autoboot:  0
=> mmc dev 1
switch to partitions #0, OK
mmc1 is current device

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/imx6ull-14x14-evk.dts [new file with mode: 0644]
board/freescale/mx6ullevk/Kconfig [new file with mode: 0644]
board/freescale/mx6ullevk/MAINTAINERS [new file with mode: 0644]
board/freescale/mx6ullevk/Makefile [new file with mode: 0644]
board/freescale/mx6ullevk/imximage.cfg [new file with mode: 0644]
board/freescale/mx6ullevk/mx6ullevk.c [new file with mode: 0644]
configs/mx6ull_14x14_evk_defconfig [new file with mode: 0644]
include/configs/mx6ullevk.h [new file with mode: 0644]