Re: [PATCH v2] score: Delete _Thread_BSP_context

2014-02-16 Thread Sebastian Huber
On 2014-02-14 10:32, Sebastian Huber wrote: Do not return to BSP context in the exit() shutdown path. This makes it possible to re-use the initialization stack. It can be used for the interrupt stack for example. On targets with a small RAM this is a considerable benefit. This change eliminat

Re: Status of phycore_mpc5554 with latest RTEMS and RSB built tools

2014-02-16 Thread Chris Johns
On 17/02/2014 10:44 am, Peter Dufault wrote: - Is the serial port mixup output expected? I understand if it is, but if it's unexpected I'd like to fix it. No it is not expected. I wonder if it is a printk, printf with polled and interrupt driven IO and something not correct. - Are these

Re: Status of phycore_mpc5554 with latest RTEMS and RSB built tools

2014-02-16 Thread Peter Dufault
On Feb 15, 2014, at 09:56 , Peter Dufault wrote: > -- sp02, try increasing the number of tasks to 8 (optimization on): Gets an > exception, not clear where, the stack trace is below. Setting a hardware > breakpoint where _Thread_Start_multitasking() returns doesn't break there, as > it seem

Re: Status of phycore_mpc5554 with latest RTEMS and RSB built tools

2014-02-16 Thread Sebastian Huber
On 02/15/2014 03:56 PM, Peter Dufault wrote: (gdb) where #0 bsp_reset () at ../../../../../../../../rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/startup/bspreset.c:35 #1 0x00020958 in _User_extensions_Iterate (arg=arg@entry=0x21015658, visitor=0x208cc <_User_extensions_Fatal_visitor>) a