]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
imx: mx6ul_14x14_evk add basic board support
authorPeng Fan <Peng.Fan@freescale.com>
Mon, 20 Jul 2015 11:28:35 +0000 (19:28 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 05:55:16 +0000 (07:55 +0200)
commitb6e50a5de3aa75ed54444c94e27ccada80f8f705
treee5e310458140a19cac78e54c777eb2fe7fd2e263
parente38b7d17c74f09cd5011359e070eebe28546b365
imx: mx6ul_14x14_evk add basic board support

1. Add USDHC, I2C, UART, 74LV, USB, QSPI support.
2. Support SPL
3. CONFIG_MX6UL_14X14_EVK_EMMC_REWORK is introduced, this board default
   supports sd for usdhc2, but can do hardware rework to make usdhc2 support
   emmc.

Boot Log:
U-Boot SPL 2015.07-rc3-00124-g35d727b (Jul 20 2015 - 18:40:59)
reading u-boot.img
reading u-boot.img

U-Boot 2015.07-rc3-00124-g35d727b (Jul 20 2015 - 18:40:59 +0800)

CPU:   Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
CPU:   Commercial temperature grade (0C to 95C)CPU:   Thermal invalid data, fuse: 0x0
 - invalid sensor device
 Reset cause: POR
 Board: MX6UL 14x14 EVK
 I2C:   ready
 DRAM:  512 MiB
 MMC:   FSL_SDHC: 0, FSL_SDHC: 1
 *** 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

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
arch/arm/Kconfig
board/freescale/mx6ul_14x14_evk/Kconfig [new file with mode: 0644]
board/freescale/mx6ul_14x14_evk/MAINTAINERS [new file with mode: 0644]
board/freescale/mx6ul_14x14_evk/Makefile [new file with mode: 0644]
board/freescale/mx6ul_14x14_evk/mx6ul_14x14_evk.c [new file with mode: 0644]
configs/mx6ul_14x14_evk_defconfig [new file with mode: 0644]
include/configs/mx6ul_14x14_evk.h [new file with mode: 0644]