[PATCH 12/13] sparc64: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/sparc64/cpu.c | 6 ++ cpukit/score/cpu/sparc64/rtems/score/cpu.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/sparc64/cpu.c b/cpukit/score/cpu/sparc64/cpu.c index 1834b34..512ab90 100644 --- a/cpukit/sc

[PATCH 04/13] epiphany: Delete superfluous _CPU_Null_fp_context

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/epiphany/rtems/score/cpu.h | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/cpukit/score/cpu/epiphany/rtems/score/cpu.h b/cpukit/score/cpu/epiphany/rtems/score/cpu.h index aa786cd..24f9160 100644 --- a/cpukit/score/cpu/epiph

[PATCH 03/13] sh: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/sh/cpu.c | 6 ++ cpukit/score/cpu/sh/rtems/score/cpu.h | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c index 2b41e78..d6e2d17 100644 --- a/cpukit/score/cpu/sh/cpu.c +

[PATCH 10/13] bfin: Delete superfluous _CPU_Null_fp_context

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/bfin/rtems/score/cpu.h | 34 + 1 file changed, 1 insertion(+), 33 deletions(-) diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h index f4da07d..3302f47 100644 --- a/cpukit/score/cpu/bf

[PATCH 01/13] or1k: Delete superfluous _CPU_Null_fp_context

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/or1k/rtems/score/cpu.h | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/cpukit/score/cpu/or1k/rtems/score/cpu.h b/cpukit/score/cpu/or1k/rtems/score/cpu.h index 2405844..7364343 100644 --- a/cpukit/score/cpu/or1k/rtems/score/

[PATCH 08/13] sparc: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/sparc/cpu.c | 4 cpukit/score/cpu/sparc/rtems/score/cpu.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/sparc/cpu.c b/cpukit/score/cpu/sparc/cpu.c index 5434355..899ed40 100644 --- a/cpukit/score/cpu/sparc

[PATCH 06/13] m68k: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/m68k/cpu.c | 33 + cpukit/score/cpu/m68k/rtems/score/cpu.h | 29 + 2 files changed, 34 insertions(+), 28 deletions(-) diff --git a/cpukit/score/cpu/m68k/cpu.c b/cpukit/score/cpu/m68k/cpu.c i

[PATCH 07/13] lm32: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/lm32/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/lm32/rtems/score/cpu.h b/cpukit/score/cpu/lm32/rtems/score/cpu.h index dd0ec47..3ddae7c 100644 --- a/cpukit/score/cpu/lm32/rtems/score/cpu.h +++ b/cpukit/

[PATCH 09/13] no_cpu: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/no_cpu/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h b/cpukit/score/cpu/no_cpu/rtems/score/cpu.h index 67a725c..1c29bd6 100644 --- a/cpukit/score/cpu/no_cpu/rtems/score/cpu.h +++ b

[PATCH 02/13] i386: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/i386/cpu.c | 4 cpukit/score/cpu/i386/rtems/score/cpu.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c index 436c822..f22c4d3 100644 --- a/cpukit/score/cpu/i386/cpu.

[PATCH 11/13] moxie: Delete superfluous _CPU_Null_fp_context

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/moxie/rtems/score/cpu.h | 31 +-- 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/cpukit/score/cpu/moxie/rtems/score/cpu.h b/cpukit/score/cpu/moxie/rtems/score/cpu.h index 4e4bbad..9f0b9b4 100644 --- a/cpukit/score/cpu/m

[PATCH 05/13] mips: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Update #2559. --- cpukit/score/cpu/mips/cpu.c | 4 cpukit/score/cpu/mips/rtems/score/cpu.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c index cb6c664..fe89a10 100644 --- a/cpukit/score/cpu/mips/cpu.

[PATCH 13/13] score: Avoid SCORE_EXTERN

2016-02-03 Thread Sebastian Huber
Delete SCORE_INIT. This finally removes the some.h: #ifndef SOME_XYZ_EXTERN #define SOME_XYZ_EXTERN extern #endif SOME_XYZ_EXTERN type xyz; some_xyz.c: #define SOME_XYZ_EXTERN #include pattern in favour of some.h: extern type xyz; some_xyz.c #include type xyz; Update #255

Re: GSoC 2016

2016-02-03 Thread Gedare Bloom
Hi Viktoriya, Welcome to RTEMS! You should see our Getting Started guide especially oriented toward GSoC students, at https://devel.rtems.org/wiki/GSoC/GettingStarted Please note the current master branch of RTEMS is now version 4.12, so adjust any use of 4.11 to be 4.12 when working with 'master

Re: ANN: New class "RTEMS Application Development" in Munich/Germany, 12.-14. April 2016

2016-02-03 Thread Iurie
will it be recorded for later view and/or for those that cannot attend? On Wed, Feb 3, 2016 at 10:26 PM, Thomas Dörfler < thomas.doerf...@embedded-brains.de> wrote: > Hello, > > we are currently planning an open RTEMS class "RTEMS Application > Development" in Munich/Germany to start on > >

ANN: New class "RTEMS Application Development" in Munich/Germany, 12.-14. April 2016

2016-02-03 Thread Thomas Dörfler
Hello, we are currently planning an open RTEMS class "RTEMS Application Development" in Munich/Germany to start on April 12th, 2016. This class has is main focus on application development based on the RTEMS kernel. Maybe you or some of your colleagues like to join in? See our updated we

Re: Planned SMP Improvements

2016-02-03 Thread Darshit Shah
On 2 February 2016 at 10:53, Sebastian Huber wrote: > On 01/02/16 14:39, Darshit Shah wrote: >>> >>> >Maybe we can implement >>> > >>> >Improve the SMP scheduler with arbitrary processor affinity support >>> >https://devel.rtems.org/ticket/2510 >>> > >>> >as part of this years GSoC. >>> > >> >> I'

Re: Planned SMP Improvements

2016-02-03 Thread Sebastian Huber
On 03/02/16 09:16, Darshit Shah wrote: Breakpoint 1, _Thread_Set_state (the_thread=0x21a3e0, state=262144) at >rtems-4.12/c/src/../../cpukit/score/src/threadsetstate.c:39 >39_Scheduler_Acquire( the_thread, &lock_context ); >(gdb) bt >#0 _Thread_Set_state (the_thread=0x21a3e0, state=262