Re: GSoC: RTEMS directory for FreeBSD imports

2020-05-11 Thread Chris Johns
On 11/5/20 4:55 pm, Christian Mauderer wrote: On 11/05/2020 06:57, Chris Johns wrote: On 11/5/20 2:03 pm, Niteesh G. S. wrote: On Mon, May 11, 2020 at 4:34 AM Chris Johns mailto:chr...@rtems.org>> wrote:     On 10/5/20 6:17 pm, Niteesh G. S. wrote: > This thread is a continuation of "

Re: GSoC: RTEMS directory for FreeBSD imports

2020-05-11 Thread Christian Mauderer
On 11/05/2020 09:11, Chris Johns wrote: > On 11/5/20 4:55 pm, Christian Mauderer wrote: >> On 11/05/2020 06:57, Chris Johns wrote: >>> >>> >>> On 11/5/20 2:03 pm, Niteesh G. S. wrote: On Mon, May 11, 2020 at 4:34 AM Chris Johns >>> > wrote: On 10/5/20 6:

Introduction of Priority_node structure (priority.h)

2020-05-11 Thread Heinz Junkes
The Priority_node structure was committed to the 4.10 branch of RTEMS in December 2017 (78b867e26d score: replace current and real priority with priority node). Do I have a possibility to know at compile time (in our case EPICS) if it is present or not. Background: We had received the follow

Re: Introduction of Priority_node structure (priority.h)

2020-05-11 Thread Gedare Bloom
On Mon, May 11, 2020 at 2:54 AM Heinz Junkes wrote: > > The Priority_node structure was committed to the 4.10 branch of RTEMS in > December > 2017 (78b867e26d score: replace current and real priority with priority node). > > Do I have a possibility to know at compile time (in our case EPICS) if

Re: Introduction of Priority_node structure (priority.h)

2020-05-11 Thread Gedare Bloom
On Mon, May 11, 2020 at 9:27 AM Gedare Bloom wrote: > > On Mon, May 11, 2020 at 2:54 AM Heinz Junkes wrote: > > > > The Priority_node structure was committed to the 4.10 branch of RTEMS in > > December > > 2017 (78b867e26d score: replace current and real priority with priority > > node). > > >

Re: Memory Protection project interface details (GSoC 2020)

2020-05-11 Thread Gedare Bloom
On Thu, May 7, 2020 at 9:59 PM Hesham Almatary wrote: > > Hello Utkarsh, > > I'd suggest you don't spend too much efforts on setting up BBB > hardware if you haven't already. Debugging on QEMU with GDB is way > easier, and you can consider either qemu-xilinx-zynq-a9 or rpi2 BSPs. > Later, you can

Re: Introduction of Priority_node structure (priority.h)

2020-05-11 Thread Sebastian Huber
Hello Heinz, On 11/05/2020 10:54, Heinz Junkes wrote: The Priority_node structure was committed to the 4.10 branch of RTEMS in December 2017 (78b867e26d score: replace current and real priority with priority node). Do I have a possibility to know at compile time (in our case EPICS) if it is

[PATCH] posix: Get real priority in pthread_getattr_np()

2020-05-11 Thread Sebastian Huber
This is in line with pthread_setschedparam() and pthread_getschedparam(). Update #2514. --- cpukit/posix/src/pthreadgetattrnp.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cpukit/posix/src/pthreadgetattrnp.c b/cpukit/posix/src/pthreadgetattrnp.c index a449ad48e

Re: [PATCH 4/6] testsuite: Add expected-fail to psim

2020-05-11 Thread Sebastian Huber
On 06/05/2020 10:41, chr...@rtems.org wrote: From: Chris Johns Updates #2962 --- bsps/powerpc/psim/config/psim-testsuite.tcfg | 22 1 file changed, 22 insertions(+) create mode 100644 bsps/powerpc/psim/config/psim-testsuite.tcfg diff --git a/bsps/powerpc/psim/config/