Next step: Elimination of the Giant lock

2016-03-06 Thread Sebastian Huber
Hello, my next task is the elimination of the Giant lock for proper SMP support. https://devel.rtems.org/ticket/2555 I added some subtasks: Use one lookup tree per-thread for the POSIX keys https://devel.rtems.org/ticket/2625 Unify thread cancel/join and delete https://devel.rtems.org/ticket/

Re: [PATCH 8/8] score: Replace watchdog handler implementation

2016-03-06 Thread Sebastian Huber
On 04/03/16 20:12, Joel Sherrill wrote: On Fri, Mar 4, 2016 at 12:25 AM, Sebastian Huber > wrote: On 03/03/16 23:44, Joel Sherrill wrote: > > "be placed on Red-Black Trees for set management." copy-pasted

Re: GSoC2016 : Providing SMP support for RTEMS

2016-03-06 Thread Sebastian Huber
Hello, On 06/03/16 19:17, Joel Sherrill wrote: Sebastian may have more general SMP ideas but the initial push for SMP gave us great support on a subset of BSPs and architectures and left gaps on others. working on SMP improvements is a bit difficult currently since I will work in this area n

Re: [PATCH] generic_or1k: Fix include guard conflict at bsp.h

2016-03-06 Thread Gedare Bloom
On Sun, Mar 6, 2016 at 8:30 AM, Hesham Almatary wrote: > --- > c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h > b/c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h >

Re: GSoC 2016 Interested in Tracing was Re:

2016-03-06 Thread Chris Johns
On 07/03/2016 10:25, Chris Johns wrote: For this to happen I would like to see a separate GCC Plug-In project started and trace support being just one part of it. To clarify I mean a project within RTEMS for RTEMS. Chris ___ devel mailing list devel@

Re: GSoC 2016 Interested in Tracing was Re:

2016-03-06 Thread Chris Johns
Hi, Please excuse the delay in responding. Trace doco has been placed in the wiki here https://devel.rtems.org/wiki/Developer/Tracing. It outlines the overall structure of the tracing support we have. The key component is the trace linker. The purpose of the trace linker is to capture in a si

Re: Policy for RSB branches for 4.9, 4.10 and 4.11

2016-03-06 Thread Chris Johns
On 04/03/2016 23:46, Sebastian Huber wrote: On 28/02/16 00:07, Chris Johns wrote: Hi, Should we create branches for 4.9 and 4.10 in the RSB repo? Should the 4.9, 4.10 and 4.11 build set files and config scripts be removed from master? I do not see the point of maintaining the branches for rel

Re: GSoC2016 : Providing SMP support for RTEMS

2016-03-06 Thread Hesham Almatary
On Sun, Mar 6, 2016 at 6:17 PM, Joel Sherrill wrote: > > > On Fri, Mar 4, 2016 at 11:59 PM, Rahul Goradia > wrote: >> >> Hello everyone. >> I am Rahul Goradia from India. >> I am interested to provide SMP support for RTEMS. >> >> I have read Getting Started Document and configured RTEMS for SPARC

Re: GSoC2016 : Providing SMP support for RTEMS

2016-03-06 Thread Joel Sherrill
On Fri, Mar 4, 2016 at 11:59 PM, Rahul Goradia wrote: > Hello everyone. > I am Rahul Goradia from India. > I am interested to provide SMP support for RTEMS. > > I have read Getting Started Document and configured RTEMS for SPARC. > I successfully run helloworld example and now trying to run modif

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-06 Thread punit vara
On Sun, Mar 6, 2016 at 2:09 PM, Ketul Shah wrote: > Hello Punit and all, > > According to me, Punit you must have completed some gpio test through gpio > API that was merged last year. So till the final result of accepted student > you can start working with PWM driver that plays an important rol

Re: [PATCH 5/8] generic_or1k BSP clock driver correction

2016-03-06 Thread Hesham Almatary
Hi Jakob, I submitted a patch that fixes the include guard bug so you don't have to do anything with it. We can work together to get your work sorted out and merged, kindly let us know if you need any help. Best, Hesham On Wed, Mar 2, 2016 at 5:01 PM, Hesham Almatary wrote: > Hi Jakob, > > I re

[PATCH] generic_or1k: Fix include guard conflict at bsp.h

2016-03-06 Thread Hesham Almatary
--- c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h b/c/src/lib/libbsp/or1k/generic_or1k/include/bsp.h index 72bb107..0a82058 100644 --- a/c/src/lib/libbsp/or1k/generic_or

Re: BBB GSoC Projects was Re: Gsoc 2016 project proposal

2016-03-06 Thread Ketul Shah
Hello Punit and all, According to me, Punit you must have completed some gpio test through gpio API that was merged last year. So till the final result of accepted student you can start working with PWM driver that plays an important role for any embedded project. This would be a good kick-start f