Re: [PATCH] Use linker set for system initialization

2015-12-11 Thread Chris Johns
On 11/12/2015 5:32 PM, Sebastian Huber wrote: > On 11/12/15 06:17, Chris Johns wrote: >> On 12/10/15 19:14, Sebastian Huber wrote: >>> Make rtems_initialize_data_structures(), >>> rtems_initialize_before_drivers() and rtems_initialize_device_drivers() >>> static. >> >> Is this needed or is this

[PATCH] rtems/bit_all_bsps: Remove gba reference

2015-12-11 Thread Aun-Ali Zaidi
closes #2449. --- rtems/bit_all_bsps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems/bit_all_bsps b/rtems/bit_all_bsps index 468b363..ed4ee94 100755 --- a/rtems/bit_all_bsps +++ b/rtems/bit_all_bsps @@ -126,7 +126,7 @@ get_bsps() case $CPU in avr)

Re: [PATCH] Store task_id of the current thread for the ISR before waiting for the transient event

2015-12-11 Thread Jan Sommer
bump. Am Thursday 03 December 2015, 21:56:31 schrieb Jan Sommer: > The ISR will send a transient event to the task specified in bus->taskid. > Make sure that the correct task_id is written to this field before waiting > for the transient event to arrive. > > Fixes #2483 > --- >

Re: Docs do not build

2015-12-11 Thread Joel Sherrill
False alarm. Some ghost in the machine yesterday. Worked fine on the mutex machine. On Dec 11, 2015 1:04 AM, "Sebastian Huber" < sebastian.hu...@embedded-brains.de> wrote: > Hello Joel, > > if you delete the build directory and start from scratch is the error > still present? > > -- > Sebastian

[PATCH 2/3] Optional Initial Extensions initialization

2015-12-11 Thread Sebastian Huber
Update #2408. --- cpukit/sapi/include/confdefs.h| 8 +++ cpukit/sapi/src/exinit.c | 2 -- cpukit/score/include/rtems/sysinit.h | 3 ++- cpukit/score/src/threaddispatch.c | 2 ++ cpukit/score/src/userext.c| 23 +++- doc/user/init.t

[PATCH 1/3] Optional CPU Set Handler initialization

2015-12-11 Thread Sebastian Huber
Update #2408. --- cpukit/sapi/src/exinit.c | 3 --- cpukit/score/include/rtems/score/cpusetimpl.h | 12 cpukit/score/include/rtems/sysinit.h | 1 + cpukit/score/src/cpuset.c | 9 - doc/user/init.t