public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] ARM: mx6: Add support for Kosagi Novena
Date: Sat, 6 Sep 2014 19:44:50 +0200	[thread overview]
Message-ID: <201409061944.50284.marex@denx.de> (raw)
In-Reply-To: <1410024152-5005-1-git-send-email-marex@denx.de>

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@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

      reply	other threads:[~2014-09-06 17:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-06 17:22 [U-Boot] [PATCH v2] ARM: mx6: Add support for Kosagi Novena Marek Vasut
2014-09-06 17:44 ` Marek Vasut [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201409061944.50284.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox