From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Bondar Date: Thu, 14 Jun 2012 19:16:02 +0400 Subject: [U-Boot] u-boot on c6x CPU ( texas instruments c6000 ) Message-ID: <1339686962.6875.2.camel@dlinux> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Can i share patches for start u-boot on tms320c6745 processor (http://www.ti.com/product/tms320c6745)? What is the best way? May be somebody already make support c6000 (c6x) arch in u-boot? For information: C6X family of processors supported by gcc from version 4.7.0. C6745 pin compatible with AM1705 (http://www.ti.com/product/am1705), only CPU core is different, because drivers for davinci work ok on c6745. I'm work on this SOM http://inmys.ru/?_=/products/som_c6745 Now work: uart, nand, ethernet (drivers/serial/ns16550.c, drivers/mtd/nand/davinci_nand.c, drivers/net/davinci_emac.c)