Re: GSOC 2015 Beagle BSP improvements Hello World Proof

2015-03-08 Thread Gedare Bloom
On Sat, Mar 7, 2015 at 2:40 PM, ragu nath wrote: > Hi All, > > I am interested in the project "Beagle BSP improvements". I have > compiled RTEMS for beaglebone black. I modified the hello world > program and ran it in BBB. I have attached a patch containing the > changes made and the screenshot o

[PATCH 1/2] shared/include/grcan.h: Add prototypes to fix warnings

2015-03-08 Thread Joel Sherrill
--- c/src/lib/libbsp/sparc/shared/include/grcan.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/c/src/lib/libbsp/sparc/shared/include/grcan.h b/c/src/lib/libbsp/sparc/shared/include/grcan.h index e76dee7..9f01455 100644 --- a/c/src/lib/libbsp/sparc/shared/include/grcan.h +

[PATCH 2/2] powerpc/shared/bootloader/pci.c: Remove warnings

2015-03-08 Thread Joel Sherrill
--- c/src/lib/libbsp/powerpc/shared/bootloader/pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c b/c/src/lib/libbsp/powerpc/shared/bootloader/pci.c index 59bf862..0c9472e 100644 --- a/c/src/lib/libbsp/powerpc/shared/boot

Warning Reduction Push For 4.11

2015-03-08 Thread Joel Sherrill
Hi Over the past six months or so, I have pushed a lot at reducing warnings in the build. I have been doing the analysis based on building with networking disabled and only sample tests. From the summary, you can see that every BSP has warnings since they are in shared code. The warning free BSP

m68k warning for restart self and no FPU restore

2015-03-08 Thread Joel Sherrill
Hi I would like to file a ticket on this warning and change the message to reference the ticket. log-20150307a/m68k-COBRA5475.log:../../../../../../../../rtems/c/src/../../cpukit/score/cpu/m68k/cpu_asm.S:75:2: warning: #warning "_CPU_Context_Restart_self restoring FPU context not implemented" [-W

Re: New source layout.

2015-03-08 Thread Chris Johns
On 8/03/2015 12:51 pm, Amar Takhar wrote: Please ignore the previous include layout the correct is below copied from another email in this thread: Thanks for starting this thread. Reorganising the source tree in RTEMS is long over due. I assume this is all post 4.11 and based on the up comin

Re: API deprecation

2015-03-08 Thread Chris Johns
On 5/03/2015 8:26 am, Gedare Bloom wrote: We have ticket #2265 requesting to deprecate notepads. It was also suggested we deprecate per-task variables. Task variables should be removed. There are suitable SMP safe solutions available. Having an API that is only supported in uni-processor conf

Re: [PATCH] RSB: Fetch recent version of newlib that solves or1knd build failure.

2015-03-08 Thread Chris Johns
On 6/03/2015 1:23 am, Hesham ALMatary wrote: --- rtems/config/tools/rtems-gcc-4.8.3-newlib-git-1.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtems/config/tools/rtems-gcc-4.8.3-newlib-git-1.cfg b/rtems/config/tools/rtems-gcc-4.8.3-newlib-git-1.cfg index 297f4e0..a7f

Re: API deprecation

2015-03-08 Thread Joel Sherrill
On March 8, 2015 4:43:00 PM CDT, Chris Johns wrote: >On 5/03/2015 8:26 am, Gedare Bloom wrote: >> We have ticket #2265 requesting to deprecate notepads. It was also >> suggested we deprecate per-task variables. > >Task variables should be removed. There are suitable SMP safe solutions > >availab

Re: New source layout.

2015-03-08 Thread Amar Takhar
On 2015-03-09 08:39 +1100, Chris Johns wrote: > On 8/03/2015 12:51 pm, Amar Takhar wrote: > Thanks for starting this thread. Reorganising the source tree in RTEMS > is long over due. You're welcome! The source layout was the second biggest issue I had with navigating the code. > > I assume t

Re: API deprecation

2015-03-08 Thread Chris Johns
On 9/03/2015 8:46 am, Joel Sherrill wrote: We could turn these features off by default and require a special configure argument to enable them. Do you mean turn of the depreciated code or the warning ? FYI rtems_clock_get() should also be deprecated. Probably need a ticket for it, taj vs

Re: API deprecation

2015-03-08 Thread Joel Sherrill
On March 8, 2015 8:49:39 PM CDT, Chris Johns wrote: >On 9/03/2015 8:46 am, Joel Sherrill wrote: >> >> We could turn these features off by default and require a special >configure argument to enable them. >> > >Do you mean turn of the depreciated code or the warning ? Yes. You should get a linke

GSoC 2015 Introduction - Condition Variables (CV)

2015-03-08 Thread Andrei - Constantin Popescu
Hello! I'm Andrei(Andrei - Constantin Popescu, more exactly), a Computer Science graduate at Polytechnic University of Bucharest, Romania. I will begin my Masters' degree at Vrije University, Amsterdam this fall. During the undergraduate studies, I pursued a high diversity in computer science ski