]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
warp: Add initial WaRP Board support
authorOtavio Salvador <otavio@ossystems.com.br>
Tue, 17 Feb 2015 12:42:46 +0000 (10:42 -0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:56 +0000 (13:53 +0200)
commitda1542828dcae9b8423ae0e5dc4a8c84b2b9cb68
tree5bf6dea1b5d36f920d8587995ad604c903ec4f1a
parent7da223e8df574449f7804261b26b6b56d637022d
warp: Add initial WaRP Board support

The WaRP Board is a Wearable Reference Plaform. The board features:

 - Freescale i.MX6 SoloLite processor with 512MB of RAM
 - Freescale FXOS8700CQ 6-axis Xtrinsic sensor
 - Freescale Kinetis KL16 MCU
 - Freescale Xtrinsic MMA955xL intelligent motion sensing platform

The board implements a hybrid architecture to address the evolving
needs of the wearables market. The platform consists of a main board
and an example daughtercard with the ability to add additional
daughtercards for different usage models.

For more information about the project, visit:

 http://www.warpboard.org/

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/Kconfig
board/warp/Kconfig [new file with mode: 0644]
board/warp/MAINTAINERS [new file with mode: 0644]
board/warp/Makefile [new file with mode: 0644]
board/warp/warp.c [new file with mode: 0644]
configs/warp_defconfig [new file with mode: 0644]
include/configs/warp.h [new file with mode: 0644]