Re: Patch for pthread get and set affinity

2014-03-04 Thread Sebastian Huber
On 2014-02-27 14:28, Jennifer Averett wrote: +int pthread_setaffinity_np( + pthread_t id, + size_t cpusetsize, + const cpu_set_t *cpuset) +{ + Objects_Locationslocation; + POSIX_API_Control *api; + Thread_Control *the_thread; + int

Re: GSoC 2014 | Porting RTEMS for OpenRISC

2014-03-04 Thread Hesham Moustafa
On Tue, Mar 4, 2014 at 8:47 PM, Gedare Bloom wrote: > On Tue, Mar 4, 2014 at 1:22 PM, Hesham Moustafa > wrote: > > > > > > > > On Mon, Mar 3, 2014 at 6:54 PM, Gedare Bloom wrote: > >> > >> Hesham, > >> > >> On Mon, Mar 3, 2014 at 11:06 AM, Hesham Moustafa > >> wrote: > >> >> > >> >> Long term

Re: GSoC 2014 | Porting RTEMS for OpenRISC

2014-03-04 Thread Hesham Moustafa
On Tue, Mar 4, 2014 at 8:36 PM, Alan Cudmore wrote: > I checked around at work and there is some interest in using the OpenRISC > architecture, but no definite plans. > Another idea is to advance the Microblaze port. > > Great. I can work on either, but I preferred OpenRISC because an RTEMS port,

RTEMS Project Server move.

2014-03-04 Thread Chris Johns
Hello, I would like to announce the RTEMS Project is moving its net infrastructure from OAR Corporation to new server hardware located in the Oregon State University's Open Source Lab (OSUOSL). This is an exciting stage for RTEMS and I have commented to Joel and Mark at OAR Corporation that R

Re: GSoC 2014 | Poring RTEMS for OpenRISC

2014-03-04 Thread Gedare Bloom
Alan, That gives enough justification for either ports as potential GSOC projects. Thanks, Gedare On Tue, Mar 4, 2014 at 1:36 PM, Alan Cudmore wrote: > I checked around at work and there is some interest in using the OpenRISC > architecture, but no definite plans. > Another idea is to advance the

Re: GSoC 2014 | Poring RTEMS for OpenRISC

2014-03-04 Thread Gedare Bloom
On Tue, Mar 4, 2014 at 1:22 PM, Hesham Moustafa wrote: > > > > On Mon, Mar 3, 2014 at 6:54 PM, Gedare Bloom wrote: >> >> Hesham, >> >> On Mon, Mar 3, 2014 at 11:06 AM, Hesham Moustafa >> wrote: >> >> >> >> Long term a port needs to be to a viable architecture from a "is it >> >> alive" >> >> vie

Re: GSoC 2014 | Poring RTEMS for OpenRISC

2014-03-04 Thread Alan Cudmore
I checked around at work and there is some interest in using the OpenRISC architecture, but no definite plans. Another idea is to advance the Microblaze port. Alan On Mar 4, 2014, at 1:22 PM, Hesham Moustafa wrote: > > > > On Mon, Mar 3, 2014 at 6:54 PM, Gedare Bloom wrote: > Hesham, > >

Re: GSoC 2014 | Poring RTEMS for OpenRISC

2014-03-04 Thread Hesham Moustafa
On Mon, Mar 3, 2014 at 6:54 PM, Gedare Bloom wrote: > Hesham, > > On Mon, Mar 3, 2014 at 11:06 AM, Hesham Moustafa > wrote: > > > > > > > > On Mon, Mar 3, 2014 at 5:06 PM, Joel Sherrill > > > wrote: > >> > >> > >> On Mar 3, 2014 8:23 AM, Gedare Bloom wrote: > >> > > >> > Hesham, > >> > > >> >

Re: SuperCore Scheduler (GSOC 2014)

2014-03-04 Thread Andre Marques
Thanks for the responses. What about thread processor affinity? http://www.rtems.org/wiki/index.php/SMP#Processor_Affinity I have seen Sebastian's opinion about it at http://www.rtems.org/pipermail/rtems-devel/2014-February/005552.html but what is the current status? What I understood is tha

Re: Condition Variables for RTEMS

2014-03-04 Thread zhang json
2014-03-04 21:32 GMT+08:00 Gedare Bloom : > On Mon, Mar 3, 2014 at 7:51 PM, zhang json wrote: > > Dear all, > > > > Recently i have been study the RTEMS code and all related resource about > > condition variables. At the meantime i am preparing a proposal for this > GSOC > > project. Although it

Re: Condition Variables for RTEMS

2014-03-04 Thread Gedare Bloom
On Mon, Mar 3, 2014 at 7:51 PM, zhang json wrote: > Dear all, > > Recently i have been study the RTEMS code and all related resource about > condition variables. At the meantime i am preparing a proposal for this GSOC > project. Although it is just a skeleton draft, i think it is better to throw >

Re: [GSoC 2014] Paravirtualization Layer of RTEMS.

2014-03-04 Thread Gedare Bloom
On Mon, Mar 3, 2014 at 8:55 AM, Youren Shen wrote: > Hi, everyone, > > These days I'm running the hello world example on POK, reading the source > code of POK and the patch to RTEMS, knowing the work has been done before > me. After that, I draft my proposal. Could you review it? However, as the >

[PATCH] score: Delete _Thread_Dispatch_set_disable_level()

2014-03-04 Thread Sebastian Huber
This function was only used in some tests and can be replaced with other functions. --- cpukit/score/include/rtems/score/threaddispatch.h | 20 -- cpukit/score/src/threaddispatchdisablelevel.c | 40 - testsuites/rhealstone/rhilatency/ilatency.c |1 - t

Re: [PATCH 04/17] bsp/arm: Add linker symbol bsp_processor_count

2014-03-04 Thread Ralf Kirchner
Hi Chris, Yes using "enable SMP" sounds like a nice idea. Actually beeing under time pressure I needed a solution which I could get up and running quickly and easily. This is the major reason for the linker command files solution. I am sure the "enable SMP" solution also would be doable but it woul