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
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
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
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
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
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