Re: BSP specific settings

2014-09-30 Thread Daniel Cederman
On 2014-09-30 16:45, Sebastian Huber wrote: If you need a link time option, then there is no standard way to do this on the BSP level. Most BSPs use some sort of weak tables or functions. The LEON3 BSP already uses such a thing for debug_uart_index for example. Ok, then I'll do something simil

Re: BSP specific settings

2014-09-30 Thread Sebastian Huber
Hello Daniel, On 30/09/14 16:30, Daniel Cederman wrote: I would like to add a way for the user of the leon3 bsp to specify the irq that should be used for IPIs. Is it adding an option to configure.ac for the bsp that is the recommended way? Or does there exist a supported way of setting bsp spec

BSP specific settings

2014-09-30 Thread Daniel Cederman
Hi, I would like to add a way for the user of the leon3 bsp to specify the irq that should be used for IPIs. Is it adding an option to configure.ac for the bsp that is the recommended way? Or does there exist a supported way of setting bsp specific parameters similar to how it is done with co