[U-Boot] [PATCH v2] ARM: mx6: Add support for Kosagi Novena

Marek Vasut marex at denx.de
Sat Sep 6 19:44:50 CEST 2014


On Saturday, September 06, 2014 at 07:22:32 PM, Marek Vasut wrote:
> 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 at denx.de>
> ---
>  arch/arm/Kconfig                 |   4 +
>  board/kosagi/novena/Kconfig      |  23 ++
>  board/kosagi/novena/Makefile     |  11 +
>  board/kosagi/novena/novena.c     | 348 +++++++++++++++++++++++++
>  board/kosagi/novena/novena_spl.c | 529
> +++++++++++++++++++++++++++++++++++++++ board/kosagi/novena/setup.cfg    |
>  47 ++++
>  configs/novena_defconfig         |   4 +
>  include/configs/imx6_spl.h       |   2 +-
>  include/configs/novena.h         | 303 ++++++++++++++++++++++
>  9 files changed, 1270 insertions(+), 1 deletion(-)
>  create mode 100644 board/kosagi/novena/Kconfig
>  create mode 100644 board/kosagi/novena/Makefile
>  create mode 100644 board/kosagi/novena/novena.c
>  create mode 100644 board/kosagi/novena/novena_spl.c
>  create mode 100644 board/kosagi/novena/setup.cfg
>  create mode 100644 configs/novena_defconfig
>  create mode 100644 include/configs/novena.h
> 
> V2: - Drop the tegra_keyboard_init() comment altogether
>     - Immediatelly return from the SD controller probe function on failure
>     - Rename PFUZE100_PMIC to just PFUZE100
>     - Fix the IMX OTP support with CMD_FUSE
>     - Enabling LVDS clock is still in place, since this is coming soon.

Fabio, the LVDS clock stuff is still in place, display should be on it's way 
eventually.

Best regards,
Marek Vasut


More information about the U-Boot mailing list