]> code.ossystems Code Review - bsp/u-boot.git/commit
arm: imx7d: add support for Compulab cl-som-imx7
authorIlya Ledvich <ilya@compulab.co.il>
Sun, 24 Sep 2017 06:00:25 +0000 (09:00 +0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 2 Oct 2017 17:31:33 +0000 (14:31 -0300)
commit0edf2007c62a664d5f6b641e4499d44134ee5085
tree81eb777984cf70d874bc0198444e15c38f27d604
parentf62d34202d3218b4935a4b58a682f1b5c3dcc8b5
arm: imx7d: add support for Compulab cl-som-imx7

Add initial support for Compulab cl-som-imx7 SoM.
The initial support includes:
 - MMC
 - eMMC
 - SPI flash
 - I2C
 - FEC
 - USB
 - Serial console

Signed-off-by: Ilya Ledvich <ilya@compulab.co.il>
(cherry picked from commit 5eb7740e2569a942cc03db077089cb73ded62963)
arch/arm/mach-imx/mx7/Kconfig
board/compulab/cl-som-imx7/Kconfig [new file with mode: 0644]
board/compulab/cl-som-imx7/MAINTAINERS [new file with mode: 0644]
board/compulab/cl-som-imx7/Makefile [new file with mode: 0644]
board/compulab/cl-som-imx7/cl-som-imx7.c [new file with mode: 0644]
board/compulab/cl-som-imx7/common.c [new file with mode: 0644]
board/compulab/cl-som-imx7/common.h [new file with mode: 0644]
board/compulab/cl-som-imx7/mux.c [new file with mode: 0644]
board/compulab/cl-som-imx7/spl.c [new file with mode: 0644]
configs/cl-som-imx7_defconfig [new file with mode: 0644]
include/configs/cl-som-imx7.h [new file with mode: 0644]