]> git.ipfire.org Git - people/ms/u-boot.git/commit
imx: mx7dsabresd: Add support for MX7D SABRESD board
authorAdrian Alonso <aalonso@freescale.com>
Thu, 3 Sep 2015 16:49:28 +0000 (11:49 -0500)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Sep 2015 08:11:54 +0000 (10:11 +0200)
commit1a8150d4b16fbafa6f1d207ddb85eda7dc399e2d
treed0ab7d1917554c24b42da7a689893de5602e546d
parentcd562c8d07c0684a49edb41eedc207fed7690f56
imx: mx7dsabresd: Add support for MX7D SABRESD board

* Add i.MX7D SABRESD target board support with enabled modules:
  UART, PMIC, USB/OTG, SD, eMMC, ENET, I2C, 74LV IOX.

  Build target: mx7dsabresd_config

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Signed-off-by: Fugang Duan <B38611@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
arch/arm/Kconfig
arch/arm/cpu/armv7/mx7/Kconfig [new file with mode: 0644]
arch/arm/include/asm/arch-mx7/sys_proto.h
board/freescale/mx7dsabresd/Kconfig [new file with mode: 0644]
board/freescale/mx7dsabresd/MAINTAINERS [new file with mode: 0644]
board/freescale/mx7dsabresd/Makefile [new file with mode: 0644]
board/freescale/mx7dsabresd/imximage.cfg [new file with mode: 0644]
board/freescale/mx7dsabresd/mx7dsabresd.c [new file with mode: 0644]
configs/mx7dsabresd_defconfig [new file with mode: 0644]
include/configs/mx7_common.h [new file with mode: 0644]
include/configs/mx7dsabresd.h [new file with mode: 0644]