All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sughosh Ganu <urwithsughosh@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/7] feature additions and fixes for da850/omap-l138
Date: Wed, 13 Jun 2012 15:59:31 +0530	[thread overview]
Message-ID: <20120613102931.GA2713@Hardy> (raw)
In-Reply-To: <1339062934-20648-1-git-send-email-prabhakar.lad@ti.com>

On Thu Jun 07, 2012 at 03:25:27PM +0530, Prabhakar Lad wrote:
> From: Lad, Prabhakar <prabhakar.lad@ti.com>
> 
> This series adds MMC/SD, NAND and NOR SPL support
> for Logic PD's DA850/OMAP-L138 EVM. This series
> also fixes some issues found on the EVM during
> testing. The patches are sent in a series as these
> patches need to be applied in the order they are sent.
> 
> Changes for v2:
> 1: Fixed comments from Tom to remove unused macro
>    and add comment.
> 2: Fixed comments from Christian to move GPIO pins
>    to board file and add a check to perform initializations
>    only when CONFIG_SPL_LIBCOMMON_SUPPORT is defined.
> 
> Lad, Prabhakar (5):
>   da850/omap-l138: Add MMC support for DA850/OMAP-L138
>   da850/omap-l138: Add support to read u-boot image from MMC/SD
>   da850/omap-l138: Fix NAND flash timings
>   da850/omap-l138: Add support for NAND SPL
>   da850/omap-l138: add support for direct NOR boot mode
> 
> Rajashekhara, Sudhakar (2):
>   da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM
>   da850/omap-l138: Make MMC and NOR support mutually exclusive
> 
>  arch/arm/cpu/arm926ejs/davinci/da850_pinmux.c   |   11 +++
>  arch/arm/cpu/arm926ejs/davinci/spl.c            |   27 +++++--
>  arch/arm/include/asm/arch-davinci/hardware.h    |    1 +
>  arch/arm/include/asm/arch-davinci/pinmux_defs.h |    3 +
>  board/davinci/da8xxevm/da850evm.c               |   54 +++++++++++++--
>  boards.cfg                                      |    1 +
>  drivers/mmc/Makefile                            |    4 +
>  drivers/mmc/spl_mmc_load.c                      |   62 ++++++++++++++++
>  include/configs/da850evm.h                      |   86 +++++++++++++++++++++--
>  include/mmc.h                                   |    2 +
>  10 files changed, 233 insertions(+), 18 deletions(-)
>  create mode 100644 drivers/mmc/spl_mmc_load.c

 Tested on hawkboard. Boots up fine.

 Tested-by: Sughosh Ganu <urwithsughosh@gmail.com>

-sughosh

      parent reply	other threads:[~2012-06-13 10:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-07  9:55 [U-Boot] [PATCH v2 0/7] feature additions and fixes for da850/omap-l138 Prabhakar Lad
2012-06-07  9:55 ` [U-Boot] [PATCH v2 1/7] da850/omap-l138: Add MMC support for DA850/OMAP-L138 Prabhakar Lad
2012-06-07  9:55 ` [U-Boot] [PATCH v2 2/7] da850/omap-l138: modifications for Logic PD Rev.3 AM18xx EVM Prabhakar Lad
2012-06-07  9:55 ` [U-Boot] [PATCH v2 3/7] da850/omap-l138: Add support to read u-boot image from MMC/SD Prabhakar Lad
2012-06-18 19:39   ` Christian Riesch
2012-06-19  5:06     ` Lad, Prabhakar
2012-06-20  9:20       ` Christian Riesch
2012-06-20 10:31         ` Lad, Prabhakar
2012-06-07  9:55 ` [U-Boot] [PATCH v2 4/7] da850/omap-l138: Make MMC and NOR support mutually exclusive Prabhakar Lad
2012-06-07  9:55 ` [U-Boot] [PATCH v2 5/7] da850/omap-l138: Fix NAND flash timings Prabhakar Lad
2012-06-07  9:55 ` [U-Boot] [PATCH v2 6/7] da850/omap-l138: Add support for NAND SPL Prabhakar Lad
2012-06-07  9:55 ` [U-Boot] [PATCH v2 7/7] da850/omap-l138: add support for direct NOR boot mode Prabhakar Lad
2012-06-13 10:29 ` Sughosh Ganu [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=20120613102931.GA2713@Hardy \
    --to=urwithsughosh@gmail.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.