Re: [U-Boot] [PATCH] arm/da850 : [RFC] add bootdsp to cmd_elf

2014-01-30 Thread Paul Chavent
On 01/29/2014 11:37 PM, Tom Rini wrote: On Mon, Jan 27, 2014 at 05:28:22PM +0100, Paul Chavent wrote: On platform with a DSP co-processor, add a command to boot an elf on it. * Test * This patch has been tested on an OMAP-L138 EVM with DSP code generated with TI's code generation

[U-Boot] [PATCH] arm/da850 : [RFC] add bootdsp to cmd_elf

2014-01-27 Thread Paul Chavent
? For the implementation, we tried to separate platform specific code (dsp's reset and entry point) from the elf generic code (check and load elf in memory). We would like to have your opinion on this design. Signed-off-by: Paul Chavent Cc: Tom Rini --- boa