Re: New source layout.

2015-03-10 Thread Amar Takhar
On 2015-03-11 00:36 +0100, Pavel Pisa wrote: > Hello Amar, > > thanks for reply. > > On Tuesday 10 of March 2015 19:00:03 Amar Takhar wrote: > > On 2015-03-10 11:03 +0100, Pavel Pisa wrote: > > > I think that includes really belong near to the implementation and that > > > new architecture could

Re: New source layout.

2015-03-10 Thread Pavel Pisa
Hello Amar, thanks for reply. On Tuesday 10 of March 2015 19:00:03 Amar Takhar wrote: > On 2015-03-10 11:03 +0100, Pavel Pisa wrote: > > I think that includes really belong near to the implementation and that > > new architecture could be (in optimal case) introduced by adding single > > director

Beagle bsp improvements RTC driver for beaglebone black

2015-03-10 Thread ragu nath
Hi All, I was exploring the beagle code base to find a task to get hands on experience with RTEMS internals. I found that "Real time Clock (RTC)" support is missing for beaglebone. I made the effort to add the driver for the device. Included the patch for the driver. RTEMS already have a RTC frame

Re: GSOC 2015 - SMP Projects

2015-03-10 Thread Joel Sherrill
On 3/10/2015 4:18 PM, Joel Sherrill wrote: > > On 3/10/2015 10:04 AM, Gedare Bloom wrote: >> On Tue, Mar 10, 2015 at 10:19 AM, Rohini Kulkarni >> wrote: >>> Hi All, >>> I am interested in doing a project under SMP (Improvements to SMP support). >>> Are there any suitable SMP projects which can

[PATCH] cpukit: deprecate task variables. closes #2293.

2015-03-10 Thread Gedare Bloom
--- cpukit/rtems/include/rtems/rtems/tasks.h | 12 +--- cpukit/rtems/include/rtems/rtems/tasksimpl.h | 4 +++- cpukit/sapi/include/confdefs.h | 3 +++ doc/user/task.t | 11 +++ 4 files changed, 26 insertions(+), 4 deletions(-) diff

[PATCH] cpukit: deprecate rtems_clock_get(). closes #2294.

2015-03-10 Thread Gedare Bloom
--- cpukit/rtems/include/rtems/rtems/clock.h | 5 - doc/user/clock.t | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cpukit/rtems/include/rtems/rtems/clock.h b/cpukit/rtems/include/rtems/rtems/clock.h index 7595f5e..2a1c772 100644 --- a/cpukit/rte

Re: [PATCH] cpukit: deprecate notepads

2015-03-10 Thread Joel Sherrill
I think this is OK. On 3/10/2015 11:55 AM, Gedare Bloom wrote: > This supercedes the previous patch. Now it updates the doc wherever > notepads are reference and the test cases that need notepads. > > On Tue, Mar 10, 2015 at 12:53 PM, Gedare Bloom wrote: >> Deprecate Classic API Notepads. Mark ta

GSOC 2015: Configuration GUI

2015-03-10 Thread siddharth singh
Dear Mentors, I am Siddharth Singh currently pursuing B.Tech at IIIT-Delhi, India. I am willing to contribute to Configuration GUI project, I have a past experience of working on PyQt(GUI) and would like to contribute in the same field. Here is my github profile : https://github.com/siddharth7 I

GSOC 2015: Run Time Tracing

2015-03-10 Thread Richa Sehgal
Dear mentors, I am Richa Sehgal currently pursuing Master’s at University of Illinois Urbana Champaign, USA. I did my undergraduate from Indian Institute of Technology Delhi (IIT-Delhi). I am interested in contributing to the Run Time Tracing project in GSOC 2015. I went through the project deta

Re: [PATCH] cpukit: deprecate notepads

2015-03-10 Thread Gedare Bloom
This supercedes the previous patch. Now it updates the doc wherever notepads are reference and the test cases that need notepads. On Tue, Mar 10, 2015 at 12:53 PM, Gedare Bloom wrote: > Deprecate Classic API Notepads. Mark task_set/get_note() with > the deprecated attribute, and also mark the not

[PATCH] cpukit: deprecate notepads

2015-03-10 Thread Gedare Bloom
Deprecate Classic API Notepads. Mark task_set/get_note() with the deprecated attribute, and also mark the notepads field. Replace disable with enable option for notepads in confdefs.h, and make notepads disabled by default. The previous option CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS is now unused a

Re: GSOC 2015 - SMP Projects

2015-03-10 Thread Gedare Bloom
On Tue, Mar 10, 2015 at 10:19 AM, Rohini Kulkarni wrote: > Hi All, > I am interested in doing a project under SMP (Improvements to SMP support). > Are there any suitable SMP projects which can be undertaken as part of GSOC. > However,I do not have an experience with such kind of development. > Yo

Re: Fwd: [PATCH 000/111] GRLIB/LEON RTEMS RCC patches

2015-03-10 Thread Karel Gardas
On 03/ 9/15 08:31 PM, Amar Takhar wrote: On 2015-03-09 14:23 -0400, Gedare Bloom wrote: We are close to branching 4.11, but I think there may be value in merging the patch set for 4.11. Would it be acceptable to all if we I would be against this. The patch is too large to land just before we

Branching 4.11

2015-03-10 Thread Amar Takhar
Can we come up with a plan for branching 4.11? We need to push off any commits made that are unrelated to tickets open in milestone 4.11 to the next release. This way any changes we make have a narrow scope. This close to the release we should really be in a slush period then a hard close onc

GSOC 2015 - SMP Projects

2015-03-10 Thread Rohini Kulkarni
Hi All, I am interested in doing a project under SMP (Improvements to SMP support). Are there any suitable SMP projects which can be undertaken as part of GSOC. However,I do not have an experience with such kind of development. Thanks! ___ devel mailing

Status of Items on 4.11_Release_Notes

2015-03-10 Thread Joel Sherrill
Hi Amar commented on a ticket that about the release notes wiki page. Please review this and see what is left to do and what you can update. https://devel.rtems.org/wiki/TBR/UserManual/4.11_Release_Notes -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcor

Re: [PATCH 15/15] cpukit/libcrypt/misc.c: Conditionally correct 16-bit unclean code

2015-03-10 Thread Joel Sherrill
Should be fixed now. Thanks. On 3/10/2015 9:04 AM, Sebastian Huber wrote: > On 09/03/15 18:38, Joel Sherrill wrote: >> --- >> cpukit/libcrypt/misc.c | 4 >> 1 file changed, 4 insertions(+) >> >> diff --git a/cpukit/libcrypt/misc.c b/cpukit/libcrypt/misc.c >> index 9f2c13e..9ca26d4 100644 >

Re: [PATCH 15/15] cpukit/libcrypt/misc.c: Conditionally correct 16-bit unclean code

2015-03-10 Thread Sebastian Huber
On 09/03/15 18:38, Joel Sherrill wrote: --- cpukit/libcrypt/misc.c | 4 1 file changed, 4 insertions(+) diff --git a/cpukit/libcrypt/misc.c b/cpukit/libcrypt/misc.c index 9f2c13e..9ca26d4 100644 --- a/cpukit/libcrypt/misc.c +++ b/cpukit/libcrypt/misc.c @@ -52,7 +52,11 @@ b64_from_24bit(u

Re: [PATCH] [RSB] Use gcc 5-20150301 snapshot.

2015-03-10 Thread Hesham ALMatary
On Tue, Mar 10, 2015 at 1:19 PM, Gedare Bloom wrote: > On Tue, Mar 10, 2015 at 5:35 AM, Hesham ALMatary > wrote: >> Use newlib git repository and gcc snapshot that contains the latest moxie >> opcodes. Revert back to dtc-1.2.0 as dtc-1.4.1 would raise a compilation >> error. >> > What binutils v

Re: Error about libcrypt when compile on fedora21

2015-03-10 Thread Gedare Bloom
If you want to compile the current rtems.git/master you will need to build your tools using the current rtems-source-builder.git master also. This should give you the correctly working tool chain. Gedare On Tue, Mar 10, 2015 at 5:26 AM, Sebastian Huber wrote: > The tool chain on this virtual mac

Re: [PATCH] [RSB] Use gcc 5-20150301 snapshot.

2015-03-10 Thread Gedare Bloom
On Tue, Mar 10, 2015 at 5:35 AM, Hesham ALMatary wrote: > Use newlib git repository and gcc snapshot that contains the latest moxie > opcodes. Revert back to dtc-1.2.0 as dtc-1.4.1 would raise a compilation > error. > What binutils version does it pick up? > Note: This patch is unstable, and it'

Re: [PATCH 11/15] lpc1768_mbed.cfg: Remove -DNDEBUG flag

2015-03-10 Thread Joel Sherrill
On March 10, 2015 8:15:00 AM CDT, Gedare Bloom wrote: >We have to be careful what we say. Assert() is generally a useful >construct. We just need to define its use correctly, especially in the >shared code regions. We should not use assert() but the proper internal RTEMS equivalent. We also sh

Re: [PATCH 11/15] lpc1768_mbed.cfg: Remove -DNDEBUG flag

2015-03-10 Thread Gedare Bloom
We have to be careful what we say. Assert() is generally a useful construct. We just need to define its use correctly, especially in the shared code regions. Gedare On Mon, Mar 9, 2015 at 3:47 PM, Joel Sherrill wrote: > > > On March 9, 2015 2:38:19 PM CDT, "Marcos Díaz" > wrote: >>Thanks for t

Re: Raspberry Pi BSP - U-boot and DC-motor control demo application for Linux

2015-03-10 Thread 桥 杨
Great help, thanks for your infomation. I've set up the devel environment , qemu simulation and I'm waiting for a screen or usb-ttl cable for on board testing. I'll soon report what I've got in order to get myself "aboard" :) > 在 2015年3月10日,11:30,Pavel Pisa 写道: > > Hello all, > > I have put m

[PATCH v2] Add and use latest from FreeBSD

2015-03-10 Thread Sebastian Huber
This addresses a potential multiple definition problem and makes it easier to use FreeBSD header files in Newlib. According to POSIX struct timespec and struct itimerspec are not declared in , but instead in . newlib/ChangeLog 2015-03-10 Sebastian Huber * libc/include/sys/_timespec.h:

Re: Raspberry Pi BSP - U-boot and DC-motor control demo application for Linux

2015-03-10 Thread Pavel Pisa
Hello all, I have put my hands to RPi, due to some consultations/support contract from other company which used RPi for data acquisition in industrial application and failed in serious problems with SD cards reliability. Other reason to invest my time is that it is common board between students an

Re: New source layout.

2015-03-10 Thread Pavel Pisa
Hello Amar and others, I would like to express my weak objection to moving all includes to single directory. This makes sources much less modular is (according to me) backward move. Linux kernel used that setup /include /include/linux /include/x86/asm ... and it took developers may it be ye

[PATCH] [RSB] Use gcc 5-20150301 snapshot.

2015-03-10 Thread Hesham ALMatary
Use newlib git repository and gcc snapshot that contains the latest moxie opcodes. Revert back to dtc-1.2.0 as dtc-1.4.1 would raise a compilation error. Note: This patch is unstable, and it's meant to be a temporary solution until the next gcc release,the build process may or may not fail! Updat

Re: Error about libcrypt when compile on fedora21

2015-03-10 Thread Sebastian Huber
The tool chain on this virtual machine uses an outdated Newlib version. On 10/03/15 09:55, zhengyazhou wrote: Hi, I accept advice of Gedare and I build a crossing compile environment on my computer using a virtual machine with a fedora21 host.Then I get the source code of rtems though git clon

Error about libcrypt when compile on fedora21

2015-03-10 Thread zhengyazhou
Hi, I accept advice of Gedare and I build a crossing compile environment on my computer using a virtual machine with a fedora21 host.Then I get the source code of rtems though git clone git://git.rtems.org/rtems.git But I meet another problem of libcrypt when I execute the command 'make all inst