Re: [PATCH] bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variable

2014-10-02 Thread Sebastian Huber
On 02/10/14 09:08, Daniel Cederman wrote: The GR712RC uses irq 14 for the Ethernet core and one might not want to use the same level for the inter-processor interrupts. Sharing level with the IPI handler is also currently not supported by the leon3 bsp, so Ethernet interrupts gets ignored if leve

Re: [PATCH] bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variable

2014-10-02 Thread Daniel Cederman
The GR712RC uses irq 14 for the Ethernet core and one might not want to use the same level for the inter-processor interrupts. Sharing level with the IPI handler is also currently not supported by the leon3 bsp, so Ethernet interrupts gets ignored if level 14 is used. On 2014-10-02 07:34, Seba

Re: [PATCH] bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variable

2014-10-01 Thread Sebastian Huber
On 01/10/14 13:53, Daniel Cederman wrote: The LEON3_MP_IRQ define is used to pick the IRQ to be used by the shared memory driver and for inter-processor interrupts. On some LEON3 systems, for example the GR712RC, the default value of 14 is not suitable. To make this value configurable from the ap

[PATCH] bsp/leon3: Replace the define LEON3_MP_IRQ with a weakly linked variable

2014-10-01 Thread Daniel Cederman
The LEON3_MP_IRQ define is used to pick the IRQ to be used by the shared memory driver and for inter-processor interrupts. On some LEON3 systems, for example the GR712RC, the default value of 14 is not suitable. To make this value configurable from the application, it is replaced with a weakly link