Re: Rtems_fsmount dosfs hanging

2014-08-25 Thread Ritesh Harjani
Hi Andre, I am too trying to understand SD card/MMC protocol on Raspberry pi for RTEMS. You said in your last mail that you have already done some progress on this. Could you please share your code at some place, so that others can get a help from your code in case anybody else too is trying to un

Re: or1ksim in rtems-source-builder

2014-08-25 Thread Chris Johns
On 26/08/2014 8:26 am, Joel Sherrill wrote: FWIW I don't think or1ksim has a bset in RSB yet. I think this would be placed under the 'bare' config tree. The RTEMS config could then add this to the build set for this architecture. Chris ___ devel

or1ksim in rtems-source-builder

2014-08-25 Thread Joel Sherrill
Hi FWIW I don't think or1ksim has a bset in RSB yet. -- Joel Sherrill, Ph.D. Director of Research & Development joel.sherr...@oarcorp.comOn-Line Applications Research Ask me about RTEMS: a free RTOS Huntsville AL 35805 Support Available(256) 722-9985 __

Re: [rtems-tools commit] Update readme.

2014-08-25 Thread Chris Johns
On 26/08/2014 1:39 am, Joel Sherrill wrote: I am thrilled to see this code finally becoming more widely available. I am now asking questions about "productization" which is reproducibility, maintainability, making it available to users, enhancement path, etc. Would it be possible to update the

Re: [PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Joel Sherrill
On 8/25/2014 11:44 AM, Sebastian Huber wrote: > On 08/25/2014 05:04 PM, Joel Sherrill wrote: >> On 8/25/2014 5:10 AM, Sebastian Huber wrote: >>> On 25/08/14 11:45, Daniel Cederman wrote: --- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) >>>

Re: [PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Sebastian Huber
On 08/25/2014 05:04 PM, Joel Sherrill wrote: On 8/25/2014 5:10 AM, Sebastian Huber wrote: On 25/08/14 11:45, Daniel Cederman wrote: --- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score

Re: [PATCH 1/5] sptests/spcache01: Make inline assembly conditional to account for OpenRISC l.nop instruction.

2014-08-25 Thread Joel Sherrill
I pushed all of this set and will be testing soon. Can you post your simulator configuration file? --joel On 8/22/2014 3:20 PM, Hesham ALMatary wrote: > --- > testsuites/sptests/spcache01/init.c | 6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/testsuites/sptests/spc

Re: [rtems-tools commit] Update readme.

2014-08-25 Thread Joel Sherrill
Hi I am thrilled to see this code finally becoming more widely available. I am now asking questions about "productization" which is reproducibility, maintainability, making it available to users, enhancement path, etc. Would it be possible to update the blog to reflect the current location of the

Re: powerpc/gwlcfm does not compile

2014-08-25 Thread Joel Sherrill
Thanks. I will start a build sweep again once we have resolved the cache compilation impact. On 8/25/2014 2:11 AM, Sebastian Huber wrote: > Fixed: > > http://git.rtems.org/rtems/commit/?id=0a314839012ab765a70df05eaadc4dba7440223b > -- Joel Sherrill, Ph.D. Director of Research & Devel

Re: [PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Joel Sherrill
On 8/25/2014 5:10 AM, Sebastian Huber wrote: > On 25/08/14 11:45, Daniel Cederman wrote: >> --- >> cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h >> b/cpukit/score/cpu/sparc/rtems/score/cpu.h >>

Re: BSP Build Failures Appeal

2014-08-25 Thread Joel Sherrill
On 8/23/2014 10:33 PM, Chris Johns wrote: > On 23/08/2014 1:57 am, Joel Sherrill wrote: >> The build failures I reported were with the latest RSB tools >> Please pitch in and let's resolve them. >> > I have a regression build that includes building all BSPs using ... > > $ rm -rf build rsb-report-

Re: Using rtl-host in covor - some questions

2014-08-25 Thread Krzysztof Mięsowicz
2014-08-24 5:32 GMT+02:00 Chris Johns : > On 23/08/2014 2:54 pm, Krzysztof Mięsowicz wrote: > >> >> Where should I place this image? Is there any RTEMS ftp or something >> like this where could I put it, or maybe should I just push it to some >> Dropbox or sth and download it with RSB? >> >> > The

[PATCH V2] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Daniel Cederman
Rename _BSP_Start_multitasking to _LEON3_Start_multitasking to show that it is LEON specific --- c/src/lib/libbsp/sparc/leon3/startup/bspsmp.c |2 +- cpukit/score/cpu/sparc/rtems/score/cpu.h |6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/c/src/lib/libbsp/spa

Re: [PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Sebastian Huber
On 25/08/14 11:45, Daniel Cederman wrote: --- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 9c38b55..d4c2ef0 100644 --- a/cpukit/score/cpu/sparc/rtems/

[PATCH v2] rtems: Add more clock tick functions

2014-08-25 Thread Sebastian Huber
Add rtems_clock_tick_later(), rtems_clock_tick_later_usec() and rtems_clock_tick_before(). --- cpukit/rtems/include/rtems/rtems/clock.h | 71 + doc/user/clock.t | 104 +++ testsuites/sptests/sp37/init.c | 55 ++

[PATCH] score: Define _CPU_Start_multitasking only for LEON SPARC, not SPARC in general

2014-08-25 Thread Daniel Cederman
--- cpukit/score/cpu/sparc/rtems/score/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 9c38b55..d4c2ef0 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc/rtems

Re: [rtems commit] bsp/sparc: Flush icache before first time enabling interrupts

2014-08-25 Thread Sebastian Huber
This breaks at least SIS with --enable-smp: gmake[6]: Entering directory `/scratch/git-rtems-testing/rtems/build-sparc-sis-rtems/sparc-rtems4.11/c/sis/testsuites/samples/hello' sparc-rtems4.11-gcc -B../../../../../sis/lib/ -specs bsp_specs -qrtems -DHAVE_CONFIG_H -I. -I../../../../../../../rte

Re: powerpc/mpc5668g does not compile

2014-08-25 Thread Sebastian Huber
Fixed: http://git.rtems.org/rtems/commit/?id=f3237a3c3bbe5a298b5ae30a36b24e6f601c6f8b -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Pu

Re: powerpc/gwlcfm does not compile

2014-08-25 Thread Sebastian Huber
Fixed: http://git.rtems.org/rtems/commit/?id=0a314839012ab765a70df05eaadc4dba7440223b -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP : Pu

Re: [PATCH] score: Add missing define to cache manager

2014-08-25 Thread Sebastian Huber
Hello Daniel, thanks for the fix: http://git.rtems.org/rtems/commit/?id=e7a42a0cfbafc2311888780b086010aef6556311 -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@emb