Re: Raspberry Pi 2 SMP pushed to the master - Was: [PATCH 11 minor addeum] ...

2016-09-07 Thread Pavel Pisa
Hello Sebastian, Alan and others, On Wednesday 07 of September 2016 09:27:21 Sebastian Huber wrote: > > should they go to the same compilation unit as _CPU_SMP_Start_processor > > or bspsmp-init.c separate one. > > > > Or I should not care about smpfatal08 or add required symbol to it. > > It

Re: [PATCH 8/8] score: Rework thread priority management

2016-09-07 Thread Gedare Bloom
On Tue, Sep 6, 2016 at 8:40 AM, Sebastian Huber wrote: > Add priority nodes which contribute to the overall thread priority. > > The actual priority of a thread is now an aggregation of priority nodes. > The thread priority aggregation for the home scheduler

Conflicting types for 'rtems_3c509_driver_attach'

2016-09-07 Thread Saeed Ehteshamifar
Hello, In the networkconfig-qemu.h file of network demos , the attach function for 3c509 device is defined as: extern int rtems_3c509_driver_attach (struct rtems_bsdnet_ifconfig *, int); However in the source tree, it's defined as:

[PATCH 2/3] stackchk: Use a const pattern to check

2016-09-07 Thread Sebastian Huber
--- cpukit/libmisc/stackchk/check.c| 131 + cpukit/score/cpu/powerpc/rtems/score/cpu.h | 10 ++- 2 files changed, 51 insertions(+), 90 deletions(-) diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c index 2cf490a..6b6b98b

[PATCH 3/3] stackchk: Fix stack checker thread initialization

2016-09-07 Thread Sebastian Huber
Commit 0fd6f25507fbea5f4892b71b58837cdda17856b4 relaxed the thread begin extension execution environment. This broke the stack check which only partially initialized the stack pattern in its create extension. Move the part of the begin extension to the create extension. ---

RTEMS 4.10.3 RC2 Released

2016-09-07 Thread Chris Johns
RTEMS 4.10.3 RC2 Release: 4.10.3-rc2 Date : 07 September 2016 URL: https://ftp.rtems.org/pub/rtems/releases/4.10/4.10.3-rc2/ This is a release candidate for RTEMS 4.10.3. The release changes are listed in the attached Changes-4.10.3.txt. The release provides RSB support. Please see the

Re: [PATCH 11 minor addeum] arm/raspberrypi: GPIO - using RTEMS interrupt lock during BSP

2016-09-07 Thread Sebastian Huber
On 07/09/16 08:52, Pavel Pisa wrote: The smpfatal08 test is quite a hack since it re-defines some global SMP >support functions locally. In order to support this, the ARM BSPs must >place the _CPU_SMP_Start_processor() function as the only global >function into the bspsmp.c file. I expected

Re: [PATCH 11 minor addeum] arm/raspberrypi: GPIO - using RTEMS interrupt lock during BSP

2016-09-07 Thread Pavel Pisa
Hello Sebastian, On Wednesday 07 of September 2016 07:33:36 Sebastian Huber wrote: > Hello Pavel, > > On 06/09/16 21:48, Pavel Pisa wrote: > > Hello Sebastian, > > > > On Tuesday 06 of September 2016 20:33:08 Sebastian Huber wrote: > >> The interrupt locks are simple interrupt disable/enable or