]> code.ossystems Code Review - bsp/u-boot.git/commit
ARM: imx6: Add DHCOM i.MX6 PDK board support
authorMarek Vasut <marex@denx.de>
Mon, 9 Oct 2017 19:51:10 +0000 (21:51 +0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 12 Oct 2017 20:40:47 +0000 (17:40 -0300)
commit59d477183866e86b4790eaf18b48c0094cb6a96c
tree38fbe798aeedf0a45f2af91532bde7e3c6cc33f4
parenta77a794847185ccb4be668198e73955879cc98e5
ARM: imx6: Add DHCOM i.MX6 PDK board support

Add support for the DHCOM i.MX6 PDK board. This board has:
- FEC ethernet
- EHCI USB host
- 3x SDMMC

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
(cherry picked from commit 0a333602df9fd9dcd6f58c8c098b29a3bd1dffcc)
arch/arm/mach-imx/mx6/Kconfig
board/dhelectronics/dh_imx6/Kconfig [new file with mode: 0644]
board/dhelectronics/dh_imx6/MAINTAINERS [new file with mode: 0644]
board/dhelectronics/dh_imx6/Makefile [new file with mode: 0644]
board/dhelectronics/dh_imx6/dh_imx6.c [new file with mode: 0644]
board/dhelectronics/dh_imx6/dh_imx6_spl.c [new file with mode: 0644]
configs/dh_imx6_defconfig [new file with mode: 0644]
include/configs/dh_imx6.h [new file with mode: 0644]