public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Ben Gardiner <bengardiner@nanometrics.ca>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/5] da850evm NAND support
Date: Tue, 12 Oct 2010 12:57:57 -0400	[thread overview]
Message-ID: <cover.1286902006.git.bengardiner@nanometrics.ca> (raw)

This patch series adds NAND support to the da850evm. The support is in the
spirit of that found in the omap-l1 and u-boot-davinci trees where NAND support
can be enabled with the addition of a single '#define CONFIG_USE_NAND' to the 
top of the include/configs/da850evm.h file. Pinmux entries are added for NAND
so that NAND is usable even when the boot mode is not from NAND. Also the 
mtdpart, ubi and ubifs commands are proposed to be added to the NAND support 
because of their importance when using NAND.

Ben Gardiner (5):
  davinci_nand, trivial : use symbolic ECC start command
  da850evm : enable NAND even when not in NAND boot mode
  da850evm: setup the NAND flash timings
  da850evm: setup NAND support under CONFIG_USE_NAND
  da850evm: add mtdpart and ubi commands with NAND support

 board/davinci/da8xxevm/da850evm.c |   40 +++++++++++++++++++++++++++++++++++++
 drivers/mtd/nand/davinci_nand.c   |    3 +-
 include/configs/da850evm.h        |   37 ++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+), 1 deletions(-)

             reply	other threads:[~2010-10-12 16:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-12 16:57 Ben Gardiner [this message]
2010-10-12 16:57 ` [U-Boot] [PATCH] davinci_nand, trivial : use symbolic ECC start command Ben Gardiner
2010-10-12 16:57 ` [U-Boot] [PATCH] da850evm : enable NAND even when not in NAND boot mode Ben Gardiner
2010-10-12 16:58 ` [U-Boot] [PATCH] da850evm: setup the NAND flash timings Ben Gardiner
2010-10-12 16:58 ` [U-Boot] [PATCH] da850evm: setup NAND support under CONFIG_USE_NAND Ben Gardiner
2010-10-12 16:58 ` [U-Boot] [PATCH] da850evm: add mtdpart and ubi commands with NAND support Ben Gardiner

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=cover.1286902006.git.bengardiner@nanometrics.ca \
    --to=bengardiner@nanometrics.ca \
    --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