Re: GSoC 2016 Interested in Tracing was Re:

2016-03-18 Thread vivek kukreja
Hi Chris, Sorry for the delay. I was caught up with my college assessments. First draft of my proposal is up and open for comments. I'm going through the Capturing Engine documentation now and the Project description will be modified once i hear your suggestions. Also git services are working now

Re: GSOC - LwIP and Jailhouse hypervisor as possible tasks

2016-03-18 Thread Pavel Pisa
(resend with list acceptable from address) Hello Sane Sai Charan, On Thursday 17 of March 2016 19:49:41 Gedare Bloom wrote: > On Sat, Mar 12, 2016 at 3:47 PM, sane sai charan > > wrote: > > ** Anyone mentoring RTEMS port of LWIP > > project ? because status of proje

Re: Participation in GSoC 2016

2016-03-18 Thread Darshit Shah
On 18 March 2016 at 09:43, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > > On 16/03/16 22:11, Chris Johns wrote: >> >> On 16/03/2016 23:01, Darshit Shah wrote: >>> >>> I have updated my draft proposal with a basic timeline for things that >>> need to be done. The link is shared o

Re: Hi, I want to work with paravirtualization on RTEMS as GSoC student.

2016-03-18 Thread Gedare Bloom
On Thu, Mar 17, 2016 at 2:15 AM, 황원준 wrote: > I have experience building kernel and changing kernel and developing the > erc32 to leon3 dynamic binary translation application in RTEMS. > > For example, For some project, a benchmark program on RTEMS is needed To > evaluate erc32 to leon3 dynamic b

RE: Compiling RTEMS

2016-03-18 Thread soja-lists
Am 2016-03-16 14:10, schrieb Wang, John (IVV-1800): I have downloaded the RCC compiler. Added to my $PATH. The particular thing is that the C compiler / cross compiler shows that it's working during the .configure phase. However, during gmake phase, the compiler cannot be found. If you use

[PATCH] score: Avoid Giant lock for CORE spinlock

2016-03-18 Thread Sebastian Huber
Use an ISR lock to protect the spinlock state. Remove empty attributes. Update #2555. --- cpukit/posix/include/rtems/posix/spinlockimpl.h| 27 -- cpukit/posix/src/pspindestroy.c| 63 +++--- cpukit/posix/src/pspininit.c | 5 +-

[PATCH 2/5] Add explicit_bzero()

2016-03-18 Thread Sebastian Huber
This function is used by LibreSSL and OpenSSH and is provided by the OpenBSD libc. * libc/include/string.h (explicit_bzero): Declare. * libc/string/explicit_bzero.c: New file. * libc/string/Makefile.am: Add new file. * libc/string/Makefile.in: Regenerate. --- newli

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

2016-03-18 Thread punit vara
On Fri, Mar 18, 2016 at 9:09 PM, punit vara wrote: > On Wed, Mar 16, 2016 at 1:32 AM, Marcos Díaz > wrote: >> Don't forget that TI has some baremetal drivers (StarterWare) for >> beagle bone. You can base your work with it. >> >> On Tue, Mar 15, 2016 at 4:58 PM, Marcos Díaz >> wrote: >>> On Tue,

Reminder: New class "RTEMS Application Development" in Munich/Germany, 12.-14. April 2016

2016-03-18 Thread Thomas Dörfler
Hello, just a short reminder: we are currently planning an open RTEMS class "RTEMS Application Development" in Munich/Germany to start on April 12th, 2016. This class has is main focus on application development based on the RTEMS kernel. Maybe you or some of your colleagues

Re: GSoC 2016 Participation

2016-03-18 Thread Gedare Bloom
On Fri, Mar 18, 2016 at 6:03 PM, Павел Мовчан wrote: > Hello all, > > I want to work with RTEMS and do some work for it. > I find SMP and "Condition Variables"(status?) is very interesting for me. I SMP is moving fast right now. Sebastian Huber may have more to say on whether anything is worth try