Submit proof for GSOC

2015-02-02 Thread Rohini Kulkarni
Hi I followed the GSOC Getting Started and have made changes to the Hello world program. How is the proof to be submitted? Thank You. -- Rohini Kulkarni ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Question on all SPARC BSP get nanoseconds handler

2015-02-02 Thread Nick Withers
On Mon, 2015-02-02 at 11:45 -0600, Joel Sherrill wrote: > Hi > > Last week while teaching an RTEMS class, we looked at a SPARC BSP's > get nanoseconds since last tick handler. They all follow this pattern: > > clicks = Read Counter > if ( clock interrupt pending ) { > cli

Re: Xilinx Microblaze copyrights question

2015-02-02 Thread Chris Johns
On 3/02/2015 1:36 am, Joel Sherrill wrote: Should I (or anyone of you) create a thread on Xilinx forums to discuss about that issue? Chris should answer this since he is leading the discussions with Xilinx we have been having. Hesham, feel free to start a discussion. Chris ___

Re: Gaisler Qemu Patches Disappeared

2015-02-02 Thread Jiri Gaisler
On 02/02/2015 05:25 PM, Joel Sherrill wrote: > > On 2/2/2015 9:45 AM, Jiri Gaisler wrote: >> Should be fixed now, sorry for the trouble. > No problem. My build is past that now. I thought I built > qemu with the RSB last week while teaching an RTEMS class. > When did the server switch occur? I

[PATCH] Change the assert in _Thread_Dispatch_decrement_disable_level

2015-02-02 Thread Martin Galvan
While cpu_self->thread_dispatch_disable_level shouldn't ever be zero, it would be better to check it before doing the decrement. diff --git a/cpukit/score/src/threaddispatchdisablelevel.c b/cpukit/score/src/threaddispatchdisablelevel.c index 3b7837c..ce33db9 100644 --- a/cpukit/score/src/threaddis

Question on all SPARC BSP get nanoseconds handler

2015-02-02 Thread Joel Sherrill
Hi Last week while teaching an RTEMS class, we looked at a SPARC BSP's get nanoseconds since last tick handler. They all follow this pattern: clicks = Read Counter if ( clock interrupt pending ) { clicks = Read Counter; time =(2 * time per tick) - (clicks); } else { t

Re: Gaisler Qemu Patches Disappeared

2015-02-02 Thread Joel Sherrill
On 2/2/2015 9:45 AM, Jiri Gaisler wrote: > Should be fixed now, sorry for the trouble. No problem. My build is past that now. I thought I built qemu with the RSB last week while teaching an RTEMS class. When did the server switch occur? --joel > Jiri. > > On 02/02/2015 04:32 PM, Joel Sherrill wr

Re: Gaisler Qemu Patches Disappeared

2015-02-02 Thread Jiri Gaisler
Should be fixed now, sorry for the trouble. Jiri. On 02/02/2015 04:32 PM, Joel Sherrill wrote: > > > On February 2, 2015 8:19:54 AM MST, Jiri Gaisler wrote: >> >> This is my fault, a server switch failed to move the qemu directory >> to the new server. I will restore the files as soon as poss

Re: Gaisler Qemu Patches Disappeared

2015-02-02 Thread Joel Sherrill
On February 2, 2015 8:19:54 AM MST, Jiri Gaisler wrote: > >This is my fault, a server switch failed to move the qemu directory >to the new server. I will restore the files as soon as possible. The is for the quick response Jiri. Upgrades always come with issues. >Jiri. > >On 02/02/2015 03:47

Re: Gaisler Qemu Patches Disappeared

2015-02-02 Thread Jiri Gaisler
This is my fault, a server switch failed to move the qemu directory to the new server. I will restore the files as soon as possible. Jiri. On 02/02/2015 03:47 PM, Joel Sherrill wrote: > Hi Daniel > > Qemu doesn't build with the RSB because the Gaisler patches that > were referenced seem to have

Re: [PATCH 3/4] Filesystem: Use rtems_libio_iop_to_descriptor()

2015-02-02 Thread Sebastian Huber
On 02/02/15 15:37, Joel Sherrill wrote: On 2/2/2015 8:25 AM, Sebastian Huber wrote: >Drop parameter check from previously unused >rtems_libio_iop_to_descriptor(). >--- > cpukit/libcsupport/include/rtems/libio_.h | 2 +- > cpukit/libcsupport/src/fcntl.c | 2 +- > cpukit/libcsupport

Gaisler Qemu Patches Disappeared

2015-02-02 Thread Joel Sherrill
Hi Daniel Qemu doesn't build with the RSB because the Gaisler patches that were referenced seem to have disappeared. As best I can tell, the entire directory is no longer there. Where are the patches now? Do you have a patch for the RSB? downloading: patches/Provide-the-missing-LIBUSB_LOG_LEVEL_

Re: Xilinx Microblaze copyrights question

2015-02-02 Thread Hesham Moustafa
On Mon, Feb 2, 2015 at 2:36 PM, Joel Sherrill wrote: > > On 2/2/2015 7:57 AM, Hesham Moustafa wrote: >> OK for now I have a Hello World port working, using a very little code >> for UART_RS232 IP (two functions send/receive and UART register >> definitions) which I believe there is a similar code

Re: [PATCH 3/4] Filesystem: Use rtems_libio_iop_to_descriptor()

2015-02-02 Thread Joel Sherrill
On 2/2/2015 8:25 AM, Sebastian Huber wrote: > Drop parameter check from previously unused > rtems_libio_iop_to_descriptor(). > --- > cpukit/libcsupport/include/rtems/libio_.h | 2 +- > cpukit/libcsupport/src/fcntl.c | 2 +- > cpukit/libcsupport/src/open.c | 2 +- > cpuki

Re: Xilinx Microblaze copyrights question

2015-02-02 Thread Joel Sherrill
On 2/2/2015 7:57 AM, Hesham Moustafa wrote: > OK for now I have a Hello World port working, using a very little code > for UART_RS232 IP (two functions send/receive and UART register > definitions) which I believe there is a similar code for it on RTEMS > somewhere. If it is really an NS16550, t

[PATCH 3/4] Filesystem: Use rtems_libio_iop_to_descriptor()

2015-02-02 Thread Sebastian Huber
Drop parameter check from previously unused rtems_libio_iop_to_descriptor(). --- cpukit/libcsupport/include/rtems/libio_.h | 2 +- cpukit/libcsupport/src/fcntl.c | 2 +- cpukit/libcsupport/src/open.c | 2 +- cpukit/libnetworking/rtems/rtems_syscall.c | 2 +- 4 files chang

[PATCH 2/4] Filesystem: Delete rtems_libio_last_iop

2015-02-02 Thread Sebastian Huber
--- cpukit/libcsupport/include/rtems/libio_.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h index 8703e09..d021c1b 100644 --- a/cpukit/libcsupport/include/rtems/libio_.h +++ b/cpukit/libcsupport/include/rte

[PATCH 1/4] Filesystem: Make rtems_libio_number_iops const

2015-02-02 Thread Sebastian Huber
--- cpukit/libcsupport/include/rtems/libio_.h | 2 +- cpukit/sapi/include/confdefs.h| 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h index e204508..8703e09 100644 --- a/cpukit/l

[PATCH 4/4] Filesystem: Statically initialize rtems_libio_iops

2015-02-02 Thread Sebastian Huber
--- cpukit/libcsupport/include/rtems/libio_.h | 2 +- cpukit/libcsupport/src/libio_init.c| 8 +--- cpukit/sapi/include/confdefs.h | 6 -- testsuites/sptests/Makefile.am | 2 +- testsuites/sptests/configure.ac| 1 - testsuites/sptests/spfata

Re: Xilinx Microblaze copyrights question

2015-02-02 Thread Hesham Moustafa
OK for now I have a Hello World port working, using a very little code for UART_RS232 IP (two functions send/receive and UART register definitions) which I believe there is a similar code for it on RTEMS somewhere. Should I (or anyone of you) create a thread on Xilinx forums to discuss about that i