]> git.ipfire.org Git - people/ms/u-boot.git/commit
warp7: Add initial support
authorFabio Estevam <fabio.estevam@nxp.com>
Mon, 29 Feb 2016 12:33:22 +0000 (09:33 -0300)
committerStefano Babic <sbabic@denx.de>
Sat, 26 Mar 2016 13:16:12 +0000 (14:16 +0100)
commit47173483a322078cb2dbb7f49a614c98b67e3339
tree791117dae46aab7c139b5dafb18981fda05a0722
parent227c59a856fd2d3cd2f571baf5fdf53103b55a3a
warp7: Add initial support

Add the basic support for Warp7 board.

For more information about this reference design, please visit:

https://www.element14.com/community/docs/DOC-79058/l/warp-7-the-next-generation-wearable-reference-platform

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
arch/arm/cpu/armv7/mx7/Kconfig
board/warp7/Kconfig [new file with mode: 0644]
board/warp7/MAINTAINERS [new file with mode: 0644]
board/warp7/Makefile [new file with mode: 0644]
board/warp7/imximage.cfg [new file with mode: 0644]
board/warp7/warp7.c [new file with mode: 0644]
configs/warp7_defconfig [new file with mode: 0644]
include/configs/warp7.h [new file with mode: 0644]