Re: remoteproc: Resource table for IRQs

2012-03-20 Thread Ohad Ben-Cohen
Hi Michal, On Mon, Mar 19, 2012 at 3:38 PM, Michal Simek wrote: > Maybe I am trying to do things more complicated than they are but > I still see that make sense to do it. I agree, it definitely does. OMAP4 is using this kind of resource allocation for a plethora of resources. In general there

Re: remoteproc: Resource table for IRQs

2012-03-19 Thread Michal Simek
Hi Ohad, Ohad Ben-Cohen wrote: Hi Michal, On Tue, Mar 13, 2012 at 11:41 AM, Michal Simek wrote: What do you think? I'd really prefer to see some code to make sure I understand exactly what you mean. Any change you can post something ? Maybe even just the hard coded forwarding implementati

Re: remoteproc: Resource table for IRQs

2012-03-19 Thread Ohad Ben-Cohen
Hi Michal, On Tue, Mar 13, 2012 at 11:41 AM, Michal Simek wrote: > What do you think? I'd really prefer to see some code to make sure I understand exactly what you mean. Any change you can post something ? Maybe even just the hard coded forwarding implementation you have today. Thanks, Ohad.

remoteproc: Resource table for IRQs

2012-03-13 Thread Michal Simek
Hi Ohad and others, I would like to open new topic about remoteproc and IRQ. As you know we run AMP on dual core arm cortex A9. The first cpu runs Linux and the second rtos. Both cpus use the same GIC and Linux is able to forward IRQ to specific CPU. Currently this functionality is hardcoded and