Re: capture engine ref_count question

2014-08-27 Thread Daniel Hellstrom
Hi, On 08/27/2014 02:39 AM, Chris Johns wrote: On 27/08/2014 3:50 am, Jennifer Averett wrote: We suggest to remove the ref_count of the task structures to save time and locking. Otherwise we need atomic counters here? You need a means of tracking the logged references to the task data

[PATCH] Adding eth linker script section for arm bsp.

2014-08-27 Thread Federico Casares
Hi, attached the patch for: - Adding eth linker script section for arm bsp. - Adding new linker comands for LPC176x bsp that includes eth section. This patch is useful useful when working with DMA devices, so we can put ethernet memory in specific locations. Regards -- [image:

Re: [PATCH] Adding eth linker script section for arm bsp.

2014-08-27 Thread Sebastian Huber
On 27/08/14 15:18, Federico Casares wrote: Hi, attached the patch for: - Adding eth linker script section for arm bsp. - Adding new linker comands for LPC176x bsp that includes eth section. This patch is useful useful when working with DMA devices, so we can put ethernet memory in specific

[PATCH] ESA SOCIS 2014 contribution - coverage analysis within rtems-tools

2014-08-27 Thread Krzysztof Mięsowicz
Hi, I am sending patches for rtems-tools repo. These patches are results of my development during ESA SOCIS 2014. They introduces coverage analysis into rtems-test command in rtems-tools repo. Blog post about how to setup the environment and get coverage analysis working in new way can be found

Re: Remaining BSP Build Failures

2014-08-27 Thread Joel Sherrill
On 8/27/2014 10:54 AM, Hesham Moustafa wrote: Hi, On Wed, Aug 27, 2014 at 5:02 PM, Joel Sherrill joel.sherr...@oarcorp.com wrote: Hi Hesham.. or1k is missing a method. Yes, I am aware of that, I will add missing methods just after I submit another RSB patch for or1ksim. I figured you

Re: Remaining BSP Build Failures

2014-08-27 Thread Joel Sherrill
On 8/27/2014 11:34 AM, Ric Claus wrote: Hi Joel, Sorry, but unfortunately I no longer have the ability or time to work on Virtex5 since we moved to Zynqs. If someone else can't take it over, I think you have no choice but to deprecate it. I understand. This may not be hard to remember

Re: Remaining BSP Build Failures

2014-08-27 Thread Ric Claus
Thank you, Joel. I really appreciate it! Ric On Aug 27, 2014, at 10:55 AM, Joel Sherrill wrote: I just fixed the virtex5. The missing code was pretty simple and I just used the code from another BSP. That leaves: avr/avrtest: GCC PR 62284 nios2/nios2_iss: Needs new toolset but

Re: [PATCH] Adding eth linker script section for arm bsp.

2014-08-27 Thread Chris Johns
On 27/08/2014 11:29 pm, Sebastian Huber wrote: On 27/08/14 15:18, Federico Casares wrote: diff --git a/c/src/lib/libbsp/arm/lpc176x/Makefile.am b/c/src/lib/libbsp/arm/lpc176x/Makefile.am index 3a1d4b2..36711a6 100644 --- a/c/src/lib/libbsp/arm/lpc176x/Makefile.am +++