]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: mx5: add support for USB armory board
authorAndrej Rosano <andrej@inversepath.com>
Wed, 8 Apr 2015 16:56:30 +0000 (18:56 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:38:17 +0000 (14:38 +0200)
commit9525bbacf23caa1d39a21ced0dd44f9a559373fa
treec328e93517e56b34334604f07a4a30c06fa6969e
parent3421e73feca9798fd088b6fcfa38f111c5584fb1
ARM: mx5: add support for USB armory board

Add support for Inverse Path USB armory board, an open source
flash-drive sized computer based on Freescale i.MX53 SoC.

http://inversepath.com/usbarmory

Signed-off-by: Andrej Rosano <andrej@inversepath.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Chris Kuethe <chris.kuethe@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Vagrant Cascadian <vagrant@debian.org>
Tested-By: Vagrant Cascadian <vagrant@debian.org>
Tested-by: Chris Kuethe <chris.kuethe@gmail.com>
arch/arm/cpu/armv7/mx5/Kconfig
board/inversepath/usbarmory/Kconfig [new file with mode: 0644]
board/inversepath/usbarmory/MAINTAINERS [new file with mode: 0644]
board/inversepath/usbarmory/Makefile [new file with mode: 0644]
board/inversepath/usbarmory/imximage.cfg [new file with mode: 0644]
board/inversepath/usbarmory/usbarmory.c [new file with mode: 0644]
configs/usbarmory_defconfig [new file with mode: 0644]
include/configs/usbarmory.h [new file with mode: 0644]