boards: add roseapple pi board support
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 23 May 2016 13:33:49 +0000 (15:33 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 26 May 2016 08:35:55 +0000 (10:35 +0200)
commit9cacb5be8449f9033ade3b3336b81cac20ae94db
tree50064c23bceb76586168906a47790c0ab8bbfa04
parent7c4d98362802449bd5010f7c391cea348635b84d
boards: add roseapple pi board support

Add basic support for the roseapple pi board, a SBC in a RPI form factor
with an Actions Semiconductor S500 SoC. For details, see:

http://roseapplepi.org/

The vendor kernel unfortunately needs a minor patch to build the XHCI
driver, so include it here.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
board/roseapplepi/genimage.cfg [new file with mode: 0644]
board/roseapplepi/patches/linux/0001-unbreak-xhci-trace.patch [new file with mode: 0644]
board/roseapplepi/post-image.sh [new file with mode: 0755]
board/roseapplepi/uEnv.txt [new file with mode: 0755]
configs/roseapplepi_defconfig [new file with mode: 0644]