All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [patch u-boot/arm/next git] initial DaVinci DM355 EVM	board support
Date: Thu, 30 Apr 2009 07:58:27 +0200	[thread overview]
Message-ID: <20090430055827.GA31304@game.jcrosoft.org> (raw)
In-Reply-To: <200904282211.21819.david-b@pacbell.net>

On 22:11 Tue 28 Apr     , David Brownell wrote:
> From: David Brownell <dbrownell@users.sourceforge.net>
> 
> Initial U-Boot support for the DaVinci DM355 EVM.  This is a board
> from Spectrum Digital.  Board docs include schematic and firmware
> for its microcontroller:
> 
>   http://c6000.spectrumdigital.com/evmdm355/
> 
> Most of the DM355 chip is fully documented by TI, the most notable
> exception being the MPEG/JPEG coprocessor (programmable using codecs
> available at no cost from TI) omitted from its DM335 sibling:
> 
>   http://focus.ti.com/docs/prod/folders/print/tms320dm355.html
> 
> This version can boot from the on-board DM9000 Ethernet chip, after
> being loaded (from NAND, MMC/SD, or UART).  In the near future, NAND
> and USB support could be added.
> 
> The current NAND driver works fine with the socketed 2GByte SLC NAND
> device included with the board, or swapping it out with a small page
> NAND chip ... as long as the 1-bit hardware ECC hardware is used.
> The intention is however to always use the 4-bit ECC hardware, and
> that driver support is not yet ready.
> 
> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
> ---
> Depends on patches queued in arm/next, to support non-dm6446
> DaVinci chips and add the core dm355 chip support.  DM9000
> support depends on the EEPROM-reading bugfix, now merged to
> the main u-boot tree.
> 
>  MAKEALL                            |    1 
>  Makefile                           |    3 
>  board/davinci/dm355evm/Makefile    |   52 ++++++++
>  board/davinci/dm355evm/config.mk   |   11 +
>  board/davinci/dm355evm/dm355evm.c  |   84 ++++++++++++++
>  board/davinci/dm355evm/u-boot.lds  |   52 ++++++++
>  include/configs/davinci_dm355evm.h |  209 +++++++++++++++++++++++++++++++++++
as all other recent board patch
please unify the lds and please be aware of ben patch
otherwise fine

Best Regards,
J.

  reply	other threads:[~2009-04-30  5:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-29  5:11 [U-Boot] [patch u-boot/arm/next git] initial DaVinci DM355 EVM board support David Brownell
2009-04-30  5:58 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2009-04-30  6:30   ` David Brownell
2009-04-30  9:51     ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-09 19:10   ` David Brownell

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=20090430055827.GA31304@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.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.