]> Git Repo - J-u-boot.git/commit
BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board
authorLukasz Majewski <[email protected]>
Fri, 27 Jan 2017 22:16:29 +0000 (23:16 +0100)
committerStefano Babic <[email protected]>
Mon, 30 Jan 2017 15:24:47 +0000 (16:24 +0100)
commit11bd5e7b62070c7ca0188230edc4c5e7fdfe1349
tree4de55f2d0889010c73a08e742ecee8c55c05b758
parent355ed4b431a689def3897d9227963502017e9998
BOARD: MCCMON6: Provide support for iMX6q based mccmon6 board

This patch provides u-boot support for Liebherr (LWN) mccmon6 board.

Signed-off-by: Lukasz Majewski <[email protected]>
Reviewed-by: Stefano Babic <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/cpu/armv7/mx6/Kconfig
board/liebherr/mccmon6/Kconfig [new file with mode: 0644]
board/liebherr/mccmon6/MAINTAINERS [new file with mode: 0644]
board/liebherr/mccmon6/Makefile [new file with mode: 0644]
board/liebherr/mccmon6/mccmon6.c [new file with mode: 0644]
board/liebherr/mccmon6/mon6_imximage_nor.cfg [new file with mode: 0644]
board/liebherr/mccmon6/mon6_imximage_sd.cfg [new file with mode: 0644]
board/liebherr/mccmon6/spl.c [new file with mode: 0644]
configs/mccmon6_nor_defconfig [new file with mode: 0644]
configs/mccmon6_sd_defconfig [new file with mode: 0644]
include/configs/mccmon6.h [new file with mode: 0644]
This page took 0.052562 seconds and 4 git commands to generate.