Re: [PATCH 00/10] Raspberry Pi 2 (BCM2836) SMP support

2016-09-08 Thread Chris Johns
On 09/09/2016 07:46, Pavel Pisa wrote: I have provided simple bsp_reset() for Raspberry Pi and pushed it into master. Thank you. Is the reset on exit on by default? I rebuilt without a BSP opt and the Rpi2 did not reset. I see a reference to BSP_RESET_BOARD_AT_EXIT but I do not know what the

Re: [PATCH 00/10] Raspberry Pi 2 (BCM2836) SMP support

2016-09-08 Thread Pavel Pisa
Hello Chris, On Thursday 08 of September 2016 09:14:00 Chris Johns wrote: > On 05/09/2016 00:38, Alan Cudmore wrote: > > I applied your patches, and verified that my apps still work on the > > Raspberry Pi 1 ( Pi Zero ). Now I am moving to the Pi 2 for some tests. > > I have verified a few tests r

[PATCH] rtems_waf: moved "import os.path" to the beginning of "bsp_configure" func def to avoid UnboundLocalError.

2016-09-08 Thread Saeed Ehteshamifar
In function 'bsp_configure' of rtems_bsd.py, when conf.options.rtems_libbsd is None, os.path is not imported, which leads to "UnboundLocalError: local variable 'os' referenced before assignment" error. This patch tries to avoid that error. - diff --git a/rtems_bsd.py b/rte

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

2016-09-08 Thread Sebastian Huber
Hello Gedare, thanks for your quick review. On 07/09/16 20:52, Gedare Bloom wrote: 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 pr

Re: [PATCH 00/10] Raspberry Pi 2 (BCM2836) SMP support

2016-09-08 Thread Chris Johns
On 05/09/2016 00:38, Alan Cudmore wrote: I applied your patches, and verified that my apps still work on the Raspberry Pi 1 ( Pi Zero ). Now I am moving to the Pi 2 for some tests. I have verified a few tests running on RPi2 no-smp using HEAD on master. Well done to all who have made this hap