diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2015-02-17 10:42:46 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-02-23 09:11:44 +0100 |
commit | 4579dc37c3cce36d9521c26c6e82881393ec769e (patch) | |
tree | d757121328ecb75cb81f972bff317358543f5213 /board/warp/Makefile | |
parent | 8359318b5e99446513a003e1f2fde7188ea21009 (diff) | |
download | u-boot-imx-4579dc37c3cce36d9521c26c6e82881393ec769e.zip u-boot-imx-4579dc37c3cce36d9521c26c6e82881393ec769e.tar.gz u-boot-imx-4579dc37c3cce36d9521c26c6e82881393ec769e.tar.bz2 |
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>
Diffstat (limited to 'board/warp/Makefile')
-rw-r--r-- | board/warp/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/warp/Makefile b/board/warp/Makefile new file mode 100644 index 0000000..c555f87 --- /dev/null +++ b/board/warp/Makefile @@ -0,0 +1,8 @@ +# Copyright (C) 2014 O.S. Systems Software LTDA. +# Copyright (C) 2014 Kynetics LLC. +# Copyright (C) 2014 Revolution Robotics, Inc. +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y := warp.o |