]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
board/seco: Add mx6q-uq7 basic board support
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Wed, 4 Mar 2015 12:13:05 +0000 (13:13 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:34:15 +0000 (14:34 +0200)
commit6ce517342c42a4f862a7af3a77fe2a001a015196
treef77c622478c0820f9dbab51fe0b13a2997f15ac2
parentbea9d3a2e509bb72adc02702e06206e71e4ce204
board/seco: Add mx6q-uq7 basic board support

Add basic SECO MX6Q/uQ7 board support (Ethernet, UART, SD are supported).
It also adds a Kconfig skeleton to later add more SECO board (supporting
SoC and board variants).

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
arch/arm/cpu/armv7/mx6/Kconfig
board/seco/Kconfig [new file with mode: 0644]
board/seco/common/Makefile [new file with mode: 0644]
board/seco/common/mx6.c [new file with mode: 0644]
board/seco/common/mx6.h [new file with mode: 0644]
board/seco/mx6quq7/MAINTAINERS [new file with mode: 0644]
board/seco/mx6quq7/Makefile [new file with mode: 0644]
board/seco/mx6quq7/mx6quq7-2g.cfg [new file with mode: 0644]
board/seco/mx6quq7/mx6quq7.c [new file with mode: 0644]
configs/secomx6quq7_defconfig [new file with mode: 0644]
include/configs/secomx6quq7.h [new file with mode: 0644]