]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/el6x_common.h
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>
Tue, 12 Jul 2016 15:58:48 +0000 (17:58 +0200)
commit8be4f40ecfd92257007e82a08e25044b447db18d
treeefab25348fa7248f2556a16e3f61093641dfb865
parent0750701a3f74e831b6cb0ecc69be2f7eff94e819
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]