configs/mx6udoo: Add initial support
authorFabio Estevam <festevam@gmail.com>
Thu, 6 Oct 2016 00:11:17 +0000 (21:11 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 9 Oct 2016 20:47:18 +0000 (22:47 +0200)
commit8ec127d8d87f3aa373be94fde2849de4e793131c
tree08b93eca55e3cec532a4127d83d13a9666c1b4e0
parent3907b1ac66422c0b9182f090f41e6544dc859825
configs/mx6udoo: Add initial support

Add the initial support for mx6q/dl udoo boards.

For information about these boards, please visit:
http://www.udoo.org/

In linux.fragment we disable USB support for now because kernel 4.8
hangs on udoo board.

This is been addressed by Peter Chen's kernel patch series that provides
a standard way to reset a USB hub.

When such series hit mainline, then we can bump the kernel and remove
linux.fragment.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
board/udoo/genimage.cfg [new file with mode: 0644]
board/udoo/linux.fragment [new file with mode: 0644]
board/udoo/post-image.sh [new file with mode: 0755]
board/udoo/readme.txt [new file with mode: 0644]
configs/mx6udoo_defconfig [new file with mode: 0644]