
26 Jun
2012
26 Jun
'12
12:31 a.m.
On Mon, Jun 25, 2012 at 10:02:37PM +0400, Dmitry Bondar wrote:
C6X (C6000) is family of fixed and floating-point DSPs manufactured by Texas Instruments.
Changes for v2:
- reset_c.c rewritten with readl/writel.
- Tom Rini trini@ti.com added to cc
Changes for v3:
- fix coding style
- arch/c6x/include/asm/io.h - add memory barriers on readl/writel ()
Dmitry Bondar (4): Add support new arch: c6x c6x: Add support c674x CPUs c6x: Add suport build davinci SOC with c674x CPUs c6x: Add support c6745-som board
I found a good toolchain and gave building the series a whirl, and here's a few things that need fixing: - The davinci symlink isn't safe, running make again results in ln complaining. - The symlink doesn't work in conjunction with separate object directories as it is in the main src tree. - With O= we get arch/arm/cpu/arm926ejs/davinci/libdavinci.o because of the above, which makes link fail.
--
Tom