Re: [PATCH] Fix RTL colon problem

2014-07-11 Thread Chris Johns
On 5/07/2014 5:22 pm, Peng Fan wrote: When loading an object file which is in an archive file using such a command "dlo tmp.ra:xx.rap", it shows file not found. This patch fix it. Applied. Thanks. Chris ___ devel mailing list devel@rtems.org http:/

Re: [PATCH 3/4] capture: Remove nested rtems_interrupt_lock_acquire calls.

2014-07-11 Thread Chris Johns
On 11/07/2014 4:59 pm, Sebastian Huber wrote: On 2014-07-11 04:08, Chris Johns wrote: On 10/07/2014 11:44 pm, Jennifer Averett wrote: Use of the cenable command was resulting in a lock in rtems_interrupt_lock_acquire due to nesting. I am rejecting this change. RTEMS as an RTOS should provide

[PATCH 3/6] smpschedaffinity03: New test.

2014-07-11 Thread Jennifer Averett
This task walks the affinity of self across all the cores. --- testsuites/smptests/Makefile.am| 1 + testsuites/smptests/configure.ac | 1 + testsuites/smptests/smpschedaffinity03/Makefile.am | 19 testsuites/smptests/smpschedaffinity03/init.c |

[PATCH 4/6] smpschedaffinity04: New test.

2014-07-11 Thread Jennifer Averett
This test walks a secondary high prority task across all the cores. --- testsuites/smptests/Makefile.am| 1 + testsuites/smptests/configure.ac | 1 + testsuites/smptests/smpschedaffinity04/Makefile.am | 19 +++ testsuites/smptests/smpschedaffinity04/init.

[PATCH 1/6] smpschedaffinity01: New test.

2014-07-11 Thread Jennifer Averett
This test verifies that affinity is honored when set prior to task start. --- testsuites/smptests/Makefile.am| 1 + testsuites/smptests/configure.ac | 1 + testsuites/smptests/smpschedaffinity01/Makefile.am | 19 +++ testsuites/smptests/smpschedaffinity01

[PATCH 5/6] smpschedaffinity05: Add test for worst case migration for affintiy scheduler.

2014-07-11 Thread Jennifer Averett
This test uses a combination of priority and affinity to cause the tasks running on all 4 cores to change due to one task priority change. --- testsuites/smptests/Makefile.am| 1 + testsuites/smptests/configure.ac | 1 + testsuites/smptests/smpschedaffinit

[PATCH 6/6] smpschedsem01: new test.

2014-07-11 Thread Jennifer Averett
This test verifies priority is inherited from a high priority semaphore by a lower priority task. --- testsuites/smptests/Makefile.am| 1 + testsuites/smptests/configure.ac | 1 + testsuites/smptests/smpschedsem01/Makefile.am | 19 + testsuites/smp

[PATCH 2/6] smpschedaffinity02: New test.

2014-07-11 Thread Jennifer Averett
This test checks setting the affinity of a secondary task on a two core system. --- testsuites/smptests/Makefile.am| 1 + testsuites/smptests/configure.ac | 1 + testsuites/smptests/smpschedaffinity02/Makefile.am | 19 ++ testsuites/smptests/smpschedaffin

Re: [PATCH] Add const qualifier in

2014-07-11 Thread Sebastian Huber
On 2014-07-11 15:44, Joel Sherrill wrote: I think today or yesterday is a suitable tag. Pavel is the arm fix in Newlib CVS? We can bump it again when openrisc code is merged. Sebastian did you want a GCC bump also? Once the multilib patches are in it would be nice to use the latest GCC 4.8

Re: [PATCH] Add const qualifier in

2014-07-11 Thread Joel Sherrill
I think today or yesterday is a suitable tag. Pavel is the arm fix in Newlib CVS? We can bump it again when openrisc code is merged. Sebastian did you want a GCC bump also? On Jul 10, 2014 9:26 PM, Chris Johns wrote: On 9/07/2014 2:40 am, Joel Sherrill wrote: > > On 7/8/2014 9:59 AM, Sebastian

Phytec MPC5554 not running out of flash?

2014-07-11 Thread Peter Dufault
I've been developing code just fine running in SRAM with the current head. I just tried to run out of flash. My software put the program in flash just fine, but it doesn't run, it winds up in the BAM code trying to boot off the serial port / CAN. The difference between SRAM and FLASH is only

RE: [PATCH 2/4] capture: Fix capture engine to handle new extensions.

2014-07-11 Thread Jennifer Averett
> -Original Message- > From: devel [mailto:devel-boun...@rtems.org] On Behalf Of Chris Johns > Sent: Thursday, July 10, 2014 8:44 PM > To: devel@rtems.org > Subject: Re: [PATCH 2/4] capture: Fix capture engine to handle new > extensions. > > > > On 10/07/2014 11:44 pm, Jennifer Averett

[PATCH] doc: Update console driver documentation

2014-07-11 Thread Sebastian Huber
--- doc/bsp_howto/console.t | 716 ++- 1 files changed, 331 insertions(+), 385 deletions(-) diff --git a/doc/bsp_howto/console.t b/doc/bsp_howto/console.t index 555cf04..e35ca36 100644 --- a/doc/bsp_howto/console.t +++ b/doc/bsp_howto/console.t @@ -7,7

Re: [PATCH-V2 3/7] score: Add SMP support to the cache manager

2014-07-11 Thread Daniel Cederman
I'm currently working on adding tests. Thank you for your other comments! On 2014-07-09 09:41, Sebastian Huber wrote: The new cache manager functions should have tests, see also http://git.rtems.org/rtems/tree/testsuites/sptests/spcache01/init.c On 2014-07-09 09:02, Daniel Cederman wrote: Add

Re: [PATCH-V2 6/7] bsp/sparc: Ensure that data cache snooping is enabled

2014-07-11 Thread Daniel Cederman
>> +BSP_fatal_exit( >> LEON3_FATAL_INVALID_CACHE_CONFIG_SECONDARY_PROCESSOR ); > > bsp_fatal()? I wanted to use bsp_fatal, but it tries to acquire a ticket lock which does not work when data cache snooping is disabled. On 2014-07-09 09:28, Sebastian Huber wrote: On 2014-07-09 09:02, Danie

Re: [PATCH-V2 6/7] bsp/sparc: Ensure that data cache snooping is enabled

2014-07-11 Thread Sebastian Huber
On 2014-07-11 09:12, Daniel Cederman wrote: >> +BSP_fatal_exit( >> LEON3_FATAL_INVALID_CACHE_CONFIG_SECONDARY_PROCESSOR ); > > bsp_fatal()? I wanted to use bsp_fatal, but it tries to acquire a ticket lock which does not work when data cache snooping is disabled. Ok, can you please add

Re: [PATCH-V2 7/7] bsp/sparc: Flush only instruction cache

2014-07-11 Thread Daniel Cederman
On 2014-07-09 16:40, Gedare Bloom wrote: On Wed, Jul 9, 2014 at 3:02 AM, Daniel Cederman wrote: The flush instruction on LEON flushes both the data and the instruction cache. Flushing of just the instruction cache can be done by setting the "flush instruction cache" bit in the cache control r

Re: [PATCH-V2 5/7] score/sparc: Add comment on icache flush after trap table update

2014-07-11 Thread Daniel Cederman
On 2014-07-09 16:38, Gedare Bloom wrote: On Wed, Jul 9, 2014 at 3:02 AM, Daniel Cederman wrote: Changes to the trap table might be missed by other cores. If the system state is up, the other cores can be notified using SMP messages that they need to flush their icache. If the up state has not

Re: [PATCH 3/4] capture: Remove nested rtems_interrupt_lock_acquire calls.

2014-07-11 Thread Sebastian Huber
On 2014-07-11 04:08, Chris Johns wrote: On 10/07/2014 11:44 pm, Jennifer Averett wrote: Use of the cenable command was resulting in a lock in rtems_interrupt_lock_acquire due to nesting. I am rejecting this change. RTEMS as an RTOS should provide support to handle this case in a consistent man