]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/usbarmory_defconfig
ARM: mx5: add support for USB armory board
authorAndrej Rosano <andrej@inversepath.com>
Wed, 8 Apr 2015 16:56:30 +0000 (18:56 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 9 Apr 2015 07:14:12 +0000 (09:14 +0200)
commit3bf801a2176e3330a3ef696d974d0d198d99b7e9
treef5504e481e4051e91e9edc1829779f1a0d00f7a3
parent424ee3d1571ebea9d6373c7c8cf408ffa655ff52
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]