[U-Boot] [patch u-boot/arm/next git] initial DaVinci DM355 EVM board support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Apr 30 07:58:27 CEST 2009


On 22:11 Tue 28 Apr     , David Brownell wrote:
> From: David Brownell <dbrownell at 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 at 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.


More information about the U-Boot mailing list