RTEMS testing module does not execute

2016-03-14 Thread Sambeet Panigrahi
Hi, I have followed the instructions on the https://devel.rtems.org/wiki/Developer/Simulators/QEMU#Usingthertems-testingModule But each time I run the pc386 simscript as mentioned in the page, I get the message on the console tcg doesn't support requested feature:cpuid.01h.edx.vme[bit 1] and the

Re: Porting Rock on RTEMS as GSoC project

2016-03-14 Thread Sambeet Panigrahi
Hi, I have followed the instructions on the https://devel.rtems.org/wiki/Developer/Simulators/QEMU#Usingthertems-testingModule But each time I run the pc386 simscript, I get the message on the console tcg doesn't support requested feature:cpuid.01h.edx.vme[bit 1] and then nothing happens, I do n

Re: Building RTEMS hello world image using CMake

2016-03-14 Thread Sambeet Panigrahi
Hi, Sorry for the delay. I am attaching my CMakeLists.txt with this.The test.c is the source code from examples-v2. I created a separate build folder to hold the builds. And from inside that gave the command $ cmake .. and then for the generated makefile,I gave the command $ make all After the exe

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

2016-03-14 Thread punit vara
On Wed, Mar 9, 2016 at 1:38 AM, punit vara wrote: > > > > On Sun, Mar 6, 2016 at 8:54 PM, punit vara wrote: >> >> >> >> 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

[PATCH] score: Use ISR lock for IO driver registration

2016-03-14 Thread Sebastian Huber
Create implementation header file. Update #2555. --- cpukit/libmisc/monitor/mon-driver.c | 1 + cpukit/sapi/Makefile.am | 1 + cpukit/sapi/include/confdefs.h| 1 + cpukit/sapi/include/rtems/io.h| 13 --- cpukit/sapi/include/rtems/ioimpl.h| 65 +++