]> git.ipfire.org Git - people/ms/u-boot.git/commit
mx6sx: Add initial support for UDOO Neo Board
authorBreno Lima <breno.lima@nxp.com>
Fri, 25 Nov 2016 18:56:57 +0000 (16:56 -0200)
committerStefano Babic <sbabic@denx.de>
Tue, 29 Nov 2016 15:48:20 +0000 (16:48 +0100)
commit792f186846672140deca7dfbf2f20aece26b5348
treef815a81aa68a0cd0e1cefe24d2c7cd09c4aa0fd5
parent3ed82d6f9bcb3dd2403d432af28787ba1d83fe1b
mx6sx: Add initial support for UDOO Neo Board

UDOO Neo Board is a development board from Seco that has three models:
 - UDOO Neo Basic
 - UDOO Neo Basic Kick Starter
 - UDOO Neo Extended
 - UDOO Neo Full

All versions are based on the i.MX6 SoloX processor.

For more details about the UDOO Neo board, please refer to:
http://www.udoo.org/udoo-neo/

This work is based on a previous commit of Francesco Montefoschi
<francesco.monte@gmail.com>:
https://github.com/fmntf/u-boot/commit/877b71184a5105e708024f232d36aed574961844

Only tested on the UDOO Neo Full board.

Signed-off-by: Breno Lima <breno.lima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
arch/arm/cpu/armv7/mx6/Kconfig
board/udoo/neo/Kconfig [new file with mode: 0644]
board/udoo/neo/MAINTAINERS [new file with mode: 0644]
board/udoo/neo/Makefile [new file with mode: 0644]
board/udoo/neo/neo.c [new file with mode: 0644]
configs/udoo_neo_defconfig [new file with mode: 0644]
include/configs/udoo_neo.h [new file with mode: 0644]