Re: [PATCH] [RSB] Add support for building Epiphany tools

2015-04-21 Thread Chris Johns
On 22/04/2015 2:33 am, Hesham ALMatary wrote: > This patch adds support for building Epiphany tools. Great to see this support being adding. > Currently some tools > are fetched from my repositories (until my pull requests get merged), and > other tools are fetched from Adapteva repositories. In

Re: Warning on Altcycv_devkit BSP

2015-04-21 Thread Joel Sherrill
On 4/20/2015 2:29 AM, Sebastian Huber wrote: > This is really strange. This warning should be present for all the > Cortex-A9 BSPs. It is only strange when you consider I messed up the edit of deleting the networking specific warnings after a grep. It looks like it happens on every BSP. --joe

[PATCH] [RSB] Add support for building Epiphany tools

2015-04-21 Thread Hesham ALMatary
This patch adds support for building Epiphany tools. Currently some tools are fetched from my repositories (until my pull requests get merged), and other tools are fetched from Adapteva repositories. In the future, the tools should be fetched from GNU upstreams when Adapteva folks push their latest

Re: [PATCH] score: Fix priority message queue insert

2015-04-21 Thread Joel Sherrill
On 4/21/2015 2:24 AM, Sebastian Huber wrote: > Move the linear search into a critical section to avoid corruption due > to higher priority interrupts. The interrupt disable time depends now > on the count of pending messages. > > Close #2328. > --- > cpukit/score/include/rtems/score/coremsgimpl

[PATCH] [RSB] Add support for building Epiphany tools.

2015-04-21 Thread Hesham ALMatary
This patch adds support for building Epiphany tools. Currently some tools are fetched from my repositories (until my pull requests get merged), and other tools are fetched from Adapteva repositories. In the future, the tools should be fetched from GNU upstreams when Adapteva folks push their lates

[PATCH] score: Fix priority message queue insert

2015-04-21 Thread Sebastian Huber
Move the linear search into a critical section to avoid corruption due to higher priority interrupts. The interrupt disable time depends now on the count of pending messages. Close #2328. --- cpukit/score/include/rtems/score/coremsgimpl.h | 32 +-- cpukit/score/src/coremsginsert.c