From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 13 May 2009 01:20:20 +0200 Subject: [U-Boot] [patch arm/next] dm355 evm support (v3) In-Reply-To: <200905111958.42486.david-b@pacbell.net> References: <200905111958.42486.david-b@pacbell.net> Message-ID: <20090512232020.GA30859@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 19:58 Mon 11 May , 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/revd/ > > 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), which is 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 ... NAND support is being held back > until the support for the 4-bit ECC hardware is ready. > > Signed-off-by: David Brownell > --- Applied to arm/next Best Regards, J.