]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: mx6: Add support for Kosagi Novena
authorMarek Vasut <marex@denx.de>
Fri, 24 Oct 2014 21:39:07 +0000 (23:39 +0200)
committerStefano Babic <sbabic@denx.de>
Thu, 30 Oct 2014 09:09:06 +0000 (10:09 +0100)
commitf91c09acf5c58cde552e4036fe48b8e47e92d69c
treedd058d1066c47fee113a1b5a342efa5ad393e0da
parent9df4757718812b86f6ccb5d8331a08cdfd1527c4
ARM: mx6: Add support for Kosagi Novena

Add support for the Kosagi Novena board. Currently supported are:
- I2C busses
- FEC Ethernet
- MMC0, MMC1, Booting from MMC
- SATA
- USB ports
- USB Ethernet

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Sean Cross <xobs@kosagi.com>
Cc: Nikolay Dimitrov <picmaster@mail.bg>
Reviewed-by: Nikolay Dimitrov <picmaster@mail.bg>
arch/arm/Kconfig
board/kosagi/novena/Kconfig [new file with mode: 0644]
board/kosagi/novena/Makefile [new file with mode: 0644]
board/kosagi/novena/novena.c [new file with mode: 0644]
board/kosagi/novena/novena_spl.c [new file with mode: 0644]
board/kosagi/novena/setup.cfg [new file with mode: 0644]
configs/novena_defconfig [new file with mode: 0644]
include/configs/imx6_spl.h
include/configs/novena.h [new file with mode: 0644]