]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: mx6: add support for TBS2910 Matrix ARM miniPC
authorSoeren Moch <smoch@web.de>
Mon, 3 Nov 2014 12:57:01 +0000 (13:57 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 13 Nov 2014 17:09:23 +0000 (18:09 +0100)
commit05d492a3235df397da6200294ea2a802749372a8
tree2ebe540b63a0e59cfa9b823f989dd7b824570cfc
parent3302c275b3b5e76f593bcb814216656a2fd3fa29
arm: mx6: add support for TBS2910 Matrix ARM miniPC

Add initial support for TBS2910 Matrix ARM miniPC.
Support includes MMC, Ethernet, UARTs, HDMI, USB, SATA, PCI, I2C, RTC.

Signed-off-by: Soeren Moch <smoch@web.de>
arch/arm/Kconfig
board/tbs/tbs2910/Kconfig [new file with mode: 0644]
board/tbs/tbs2910/MAINTAINERS [new file with mode: 0644]
board/tbs/tbs2910/Makefile [new file with mode: 0644]
board/tbs/tbs2910/tbs2910.c [new file with mode: 0644]
configs/tbs2910_defconfig [new file with mode: 0644]
include/configs/tbs2910.h [new file with mode: 0644]