]> git.ipfire.org Git - people/ms/u-boot.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)
committerStefano Babic <sbabic@denx.de>
Mon, 23 Mar 2015 12:19:18 +0000 (13:19 +0100)
commit058d23168752c2a2ec0a6c3b50296cb5b91ec6d0
tree774c097ed3fa95a14b63d6cc276e98018e12906c
parenta05a6045d5bc1c0b6b4b2d95380cefb0a664beb4
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]