GSOC 2015: Review proposal for Beagle BSP improvements: Booting without U-boot

2015-03-24 Thread Jarielle Catbagan
Hello all: Below is the link to my proposal. Please feel free to make any comments and/or suggestions. https://docs.google.com/document/d/1pGQ60e5A4JcXl9_gkBEutIgb6AhiQ00MPJN6J1rSKT8/edit?usp=sharing Thank you! Best Regards, Jarielle Catbagan ___ de

GSOC 2015: Review Proposal for Configuration GUI

2015-03-24 Thread Anand Krishnan
Dear Mentors and students, It'd be great if you could review my proposal. I am planning to build a Configuration GUI for RTEMS - used for configuring RTEMS during waf build. http://www.google-melange.com/gsoc/proposal/public/google/gsoc2015/anandkp92/5629499534213120 Any comments and reviews are

Re: GSoC 2015 - Clang support and Eclipse plugin work

2015-03-24 Thread Asiri Rathnayake
Hi Gedare, Joel, >> For clang support, I've made start by following the steps of [1]. I > >> also have an industry contact (llvm/clang committer) who's willing to > >> help me on that side of things. One question I have about this is, how > > It would be most helpful if your contact would be willi

Re: GSoC 2015 - Clang support and Eclipse plugin work

2015-03-24 Thread Charith Eranga
Hi All, Thank you very much for all the pointers! I will go through all these material and get up to speed with them. Cheers, - Charith On Tue, Mar 24, 2015 at 10:49 PM, Amar Takhar wrote: > On 2015-03-24 12:13 -0500, Joel Sherrill wrote: > > In did my experiments with the pc386 BSP. If clang

Re: GSoC 2015 - Clang support and Eclipse plugin work

2015-03-24 Thread Amar Takhar
On 2015-03-24 12:13 -0500, Joel Sherrill wrote: > In did my experiments with the pc386 BSP. If clang/llvm has improved the > SPARC > support, one of those BSPs might be an option. It didn't have any SPARC v7/v8 > support when I looked last. I was thinking pc386 and SPARC would work. > Having

Re: GSoC 2015 - Clang support and Eclipse plugin work

2015-03-24 Thread Joel Sherrill
On March 24, 2015 12:09:07 PM CDT, Amar Takhar wrote: >On 2015-03-24 11:05 -0400, Gedare Bloom wrote: >> On Tue, Mar 24, 2015 at 10:52 AM, Charith Eranga >> wrote: >> > Hi All, >> > >> > I'm Charith Eranga from University of Moratuwa, Sri Lanka. I'm >> > currently a second year student speciali

Re: GSoC 2015 - Clang support and Eclipse plugin work

2015-03-24 Thread Amar Takhar
On 2015-03-24 11:05 -0400, Gedare Bloom wrote: > On Tue, Mar 24, 2015 at 10:52 AM, Charith Eranga > wrote: > > Hi All, > > > > I'm Charith Eranga from University of Moratuwa, Sri Lanka. I'm > > currently a second year student specializing in embedded software > > development. > > > > I'm particula

Re: GSoC 2015 - Clang support and Eclipse plugin work

2015-03-24 Thread Joel Sherrill
On 3/24/2015 10:05 AM, Gedare Bloom wrote: > On Tue, Mar 24, 2015 at 10:52 AM, Charith Eranga > wrote: >> Hi All, >> >> I'm Charith Eranga from University of Moratuwa, Sri Lanka. I'm >> currently a second year student specializing in embedded software >> development. >> >> I'm particularly inter

Re: GSoC 2015 - Clang support and Eclipse plugin work

2015-03-24 Thread Gedare Bloom
On Tue, Mar 24, 2015 at 10:52 AM, Charith Eranga wrote: > Hi All, > > I'm Charith Eranga from University of Moratuwa, Sri Lanka. I'm > currently a second year student specializing in embedded software > development. > > I'm particularly interested in compiling RTEMS with Clang [1] and the > improv

Re: Pushing all but one patch

2015-03-24 Thread Daniel Gutson
El 24/03/2015 10:34, "Joel Sherrill" escribió: > > > > On 3/24/2015 8:29 AM, Daniel Gutson wrote: >> >> >> El 24/03/2015 10:17, "Joel Sherrill" escribió: >> > >> > Hi >> > >> > I am pushing all but the one patch that was commented on. >> > I will try the suggested alternative approach to eliminat

Re: [PATCH 12/42] libcrypt/crypt-md5.c: Fix overflow issues

2015-03-24 Thread Daniel Gutson
In order to avoid code duplication and ease future bugfixing, I suggest to have a conditional casting and leave the core code alone, something like #ifdef __rtems__ #define cast(x) ((unsigned long int)x) #else #define cast(x) (x) #endif ...cast(final[ 0] << 16)... #undef cast El 23/03/2015 11:52

Re: Pushing all but one patch

2015-03-24 Thread Joel Sherrill
On 3/24/2015 8:29 AM, Daniel Gutson wrote: > > > El 24/03/2015 10:17, "Joel Sherrill" > escribió: > > > > Hi > > > > I am pushing all but the one patch that was commented on. > > I will try the suggested alternative approach to eliminating > > the warning before

Re: Pushing all but one patch

2015-03-24 Thread Daniel Gutson
El 24/03/2015 10:17, "Joel Sherrill" escribió: > > Hi > > I am pushing all but the one patch that was commented on. > I will try the suggested alternative approach to eliminating > the warning before pushing some solution. I'm just back from a trip and I am not sure what that remaining patch is o

Re: [PATCH 12/42] libcrypt/crypt-md5.c: Fix overflow issues

2015-03-24 Thread Sebastian Huber
On 23/03/15 16:51, Gedare Bloom wrote: I guess this is a problem for 16-bit targets? changing the constants to 16UL and 8UL also should work. No, this doesn't work. The type of the << X variable is irrelevant. A comment should be made that this is only for 16-bit targets. If we rid RTEMS o

Pushing all but one patch

2015-03-24 Thread Joel Sherrill
Hi I am pushing all but the one patch that was commented on. I will try the suggested alternative approach to eliminating the warning before pushing some solution. -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.comOn-Line Applications Researc

Re: GSOC 2015: Google Code new project creation disabled as of March 12, 2015

2015-03-24 Thread Joel Sherrill
On March 23, 2015 11:19:15 PM CDT, Jarielle Catbagan wrote: >Hello: > >According to the project proposal template, it has been indicated that >we are required to set up a project at code.google.com for tracking. >Unfortunately, new project creation has been disabled as of March 12, >2015 as the

Re: GSOC 2015 Monkey HTTP Server

2015-03-24 Thread Sujay Raj
Thanks. I submitted the proposal online at the GSOC website. Also, I included lwIP in the proposal. On Mon, Mar 23, 2015 at 8:52 PM, Gedare Bloom wrote: > On Sun, Mar 22, 2015 at 6:56 PM, Sujay Raj wrote: >> I submitted the tentative proposal on the proposal page >> devel.rtems.org/wiki/GSoC/201