Re: GSoC: Porting OFW to RTEMS

2020-05-27 Thread Christian Mauderer
On 27/05/2020 19:32, Niteesh G. S. wrote: > > > On Wed, May 27, 2020 at 12:04 AM Christian Mauderer > wrote: > > Hello Niteesh, > > On 26/05/2020 19:56, Christian Mauderer wrote: > > Hello Niteesh, > > > > On 25/05/2020 11:20, Niteesh G. S.

Re: GSoC: Porting OFW to RTEMS

2020-05-27 Thread Niteesh G. S.
On Wed, May 27, 2020 at 12:04 AM Christian Mauderer wrote: > Hello Niteesh, > > On 26/05/2020 19:56, Christian Mauderer wrote: > > Hello Niteesh, > > > > On 25/05/2020 11:20, Niteesh G. S. wrote: > >> Hello, > >> > >> I have completed the porting of the OFW code from FreeBSD to RTEMS. > >> I do

Re: BSP to run PPC testsuite

2020-05-27 Thread Joel Sherrill
On Wed, May 27, 2020, 11:51 AM Eshan Dhawan wrote: > Hello everyone, > I had added FENV support for PowerPC, > which BSP would be suitable to run testsuite. > also configurations of qemu-system-ppc would be used ? > Use psim which is built into gdb. It has a configuration with the RTEMS tester

BSP to run PPC testsuite

2020-05-27 Thread Eshan Dhawan
Hello everyone, I had added FENV support for PowerPC, which BSP would be suitable to run testsuite. also configurations of qemu-system-ppc would be used ? Thanks - Eshan ___ devel mailing list devel@rtems.org

Re: GSoC: Porting OFW to RTEMS

2020-05-27 Thread Niteesh G. S.
On Tue, May 26, 2020 at 11:26 PM Christian Mauderer wrote: > Hello Niteesh, > > On 25/05/2020 11:20, Niteesh G. S. wrote: > > Hello, > > > > I have completed the porting of the OFW code from FreeBSD to RTEMS. > > I do acknowledge the fact that we haven't decided on the directory for > files > >

Re: Help on how to configure for user-defined memory protection support (GSoC 2020)

2020-05-27 Thread Gedare Bloom
On Tue, May 26, 2020 at 6:12 PM Utkarsh Rai wrote: > > > > On Mon, May 25, 2020 at 9:32 PM Gedare Bloom wrote: >> >> On Mon, May 25, 2020 at 5:39 AM Utkarsh Rai wrote: >> > >> > >> > On Fri, May 22, 2020, at 10:59 AM Gedare Bloom wrote: >> >> >> >> > This means that our low-level design for

[PATCH rtems] libfreebsd: RTEMS to FreeBSD porting helper header

2020-05-27 Thread G S Niteesh Babu
This file serve the purpose as rtems-bsd-kernel-space.h in the rtems-libbsd. This file is intended to be included in every source file that is to imported from FreeBSD. This is to reduce the number of redefinitions for commonly used functions like malloc, free and KASSERT. ---

Re: [PATCH] arm: Fix ARMv7-M exception handler

2020-05-27 Thread Chris Johns
> On 27 May 2020, at 5:43 pm, Sebastian Huber > wrote: > > Store the stack pointer of the exception context to the exception frame. Ok to push. Chris ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

[PATCH] arm: Fix ARMv7-M exception handler

2020-05-27 Thread Sebastian Huber
Store the stack pointer of the exception context to the exception frame. Close #3987. --- .../score/cpu/arm/armv7m-exception-default.c | 23 --- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/cpukit/score/cpu/arm/armv7m-exception-default.c