RE: Memory_contigAlloc - how to configure for DSP-only CE app

2007-11-05 Thread Ring, Chris
Good question - we should help clarify this in the docs. As you know, on the ARM, Memory_allocContig() is handled by CMEM - and you give it memory via insmod config params. On the DSP-side Memory_allocContig() is implemented on top of DSP/BIOS - and you give it memory via the BIOS .tcf script.

RE: Memory_contigAlloc()

2006-09-21 Thread Ring, Chris
Yes. Chris From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: Thursday, September 21, 2006 1:30 AMTo: davinci-linux-open-source@linux.davincidsp.comSubject: Memory_contigAlloc() As I know, we need to use Memory_configAlloc()