Re: Concurrency Kit and Epoch Based Reclamation

2018-09-05 Thread Sebastian Huber
On 05/09/18 08:54, Chris Johns wrote: On 5/9/18 3:08 pm, Sebastian Huber wrote: On 05/09/18 01:38, Chris Johns wrote: On 5/9/18 2:40 am, Sebastian Huber wrote: The CK includes two additional licenses: https://github.com/concurrencykit/ck/blob/master/LICENSE I cannot see this file in the Fr

Synchronization Problem on MPCI/shmdr on 2 Cores

2018-09-05 Thread 李MY
Hi Joel, I ported RTEMS 4.11 to TI C6678 DSP. To enable multicore communication, I leveraged shared memory template provided in shmdr directory. When I tested it on 2 cores, there was a problem I currently cannot solve. Say, core 0 creates a *GLOBAL* message queue. Core 1 is the sender and core 0

Re: rtems-bsp-builder .ini file syntax question (for epiphany)

2018-09-05 Thread Joel Sherrill
On Mon, Sep 3, 2018 at 7:12 PM Chris Johns wrote: > On 20/7/18 1:55 am, Joel Sherrill wrote: > > Epiphany can't build any network services. The GCC gives > > an Internal Compiler Error. On top of that, I recall the > > epiphany is too small to really run one of our network > > stacks anyway. > >

RISC-V Update (3)

2018-09-05 Thread Sebastian Huber
Hello, I am now done with my work to add SMP support to the RISC-V port. The RISC-V port is on par with the ARM, PowerPC and SPARC ports. A big thanks to Hesham for the ground work from my side. In the driver area there is a lot to do. The device tree support in RTEMS is quite poor and more