From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 30 Apr 2009 07:58:27 +0200 Subject: [U-Boot] [patch u-boot/arm/next git] initial DaVinci DM355 EVM board support In-Reply-To: <200904282211.21819.david-b@pacbell.net> References: <200904282211.21819.david-b@pacbell.net> Message-ID: <20090430055827.GA31304@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22:11 Tue 28 Apr , David Brownell wrote: > From: David Brownell > > 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 > --- > 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.