]> code.ossystems Code Review - bsp/u-boot.git/commit
mx6: add support for el6x board
authorStefano Babic <sbabic@denx.de>
Mon, 6 Jun 2016 09:19:42 +0000 (11:19 +0200)
committerStefano Babic <sbabic@denx.de>
Sat, 18 Jun 2016 09:49:14 +0000 (11:49 +0200)
commit6da5b795bde63d93fe96c05b79f8772845637e58
tree4eb0e02740e60331995c69c28ef531eca8859d27
parent57b7371e24e429ee37403cfb084d142cf7699bd7
mx6: add support for el6x board

Custom Board based on MX6 Dual, 1GB RAM and eMMC.

There are two variants of the board with and without
PCIe (ZC5202 and ZC5601).

Signed-off-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/Kconfig
board/el/el6x/Kconfig [new file with mode: 0644]
board/el/el6x/MAINTAINERS [new file with mode: 0644]
board/el/el6x/Makefile [new file with mode: 0644]
board/el/el6x/el6x.c [new file with mode: 0644]
configs/zc5202_defconfig [new file with mode: 0644]
configs/zc5601_defconfig [new file with mode: 0644]
include/configs/el6x_common.h [new file with mode: 0644]
include/configs/zc5202.h [new file with mode: 0644]
include/configs/zc5601.h [new file with mode: 0644]