<p dir="ltr"><br>
On Feb 24, 2014 2:17 AM, Gedare Bloom <gedare@rtems.org> wrote:<br>
><br>
> Any of 2, 4, and 5 could be made into reasonable GSoC projects if we<br>
> get accepted as an org?<br>
><br>
> On Sun, Feb 23, 2014 at 5:14 AM, Sebastian Huber<br>
> <sebastian.huber@embedded-brains.de> wrote:<br>
> > Hello,<br>
> ><br>
> > I would do the following.<br>
> ><br>
> > 1. Implement the thread deletion on SMP.  I will work on this after the<br>
> > profiling.<br>
> ><br>
> > http://www.rtems.org/wiki/index.php/SMP#Thread_Delete.2FRestart<br>
> ><br>
> > 2. Use alternatives to task variables for all RTEMS support components, e.g.<br>
> > the file system environment.  Here we can use __getreent() for example with<br>
> ><br>
> > struct S {<br>
> >   struct _reent reent;<br>
> >   rtems_user_env_t env;<br>
> > }</p>
<p dir="ltr">I am missing some detail here. Can you provide details?</p>
<p dir="ltr">> > POSIX keys should be moved outside the RTEMS_POSIX_API scope.</p>
<p dir="ltr">I almost completed this on the flight over to Munich. Just needs a bit more testing in different build configurations.</p>
<p dir="ltr">> ><br>
> > 3. Disable the task variables via pre-processor on SMP and remove the<br>
> > run-time check.</p>
<p dir="ltr">I started this but it will break the code that uses them when configured for SMP.</p>
<p dir="ltr">> ><br>
> > 4. Add condition variables to the Classic API.</p>
<p dir="ltr">This is beyond airplane coding.;)</p>
<p dir="ltr">> ><br>
> > 5. Use alternatives to disabled preemption for all RTEMS support components,<br>
> > e.g. bdbuf.</p>
<p dir="ltr">We need to make a list of these and propose alternatives. GSOC project possible <br></p>
<p dir="ltr">> > 6. Disable RTEMS_PREEMT via pre-processor on SMP and remove the run-time<br>
> > check.<br>
> ><br>
> > We (= embedded brains) have currently only a budget for 1.<br>
> ><br>
> ><br>
> > --<br>
> > Sebastian Huber, embedded brains GmbH<br>
> ><br>
> > Address : Dornierstr. 4, D-82178 Puchheim, Germany<br>
> > Phone   : +49 89 189 47 41-16<br>
> > Fax     : +49 89 189 47 41-09<br>
> > E-Mail  : sebastian.huber@embedded-brains.de<br>
> > PGP     : Public key available on request.<br>
> ><br>
> > Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.<br>
> ><br>
> > _______________________________________________<br>
> > rtems-devel mailing list<br>
> > rtems-devel@rtems.org<br>
> > http://www.rtems.org/mailman/listinfo/rtems-devel<br>
><br>
> _______________________________________________<br>
> rtems-devel mailing list<br>
> rtems-devel@rtems.org<br>
> http://www.rtems.org/mailman/listinfo/rtems-devel<br>
</p>