[PATCH 5/5] bsps/shared/freebsd: Added OFW sources files to Makefile

2020-05-28 Thread G S Niteesh Babu
Added OFW source files to shared-sources.am under bsps/shared. --- bsps/shared/shared-sources.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bsps/shared/shared-sources.am b/bsps/shared/shared-sources.am index 3c07770bb2..445f7115b6 100644 --- a/bsps/shared/shared-sources.am +++

[PATCH 3/5] bsps/shared/freebsd: RTEMS to FreeBSD porting helper header

2020-05-28 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. ---

[PATCH 2/5] bsps/shared/freebsd: Added ofw_if.h

2020-05-28 Thread G S Niteesh Babu
This file is the RTEMS implementation of ofw_if.h in FreeBSD. The ofw_if.h in FreeBSD is an autogenerated header file that maps the OF_function calls to their respective implementation. But in RTEMS this file maps the OF_functions directly to their FDT implementation. ---

[PATCH 4/5] bsps/shared/freebsd: Port OFW to RTEMS

2020-05-28 Thread G S Niteesh Babu
The following files have been ported to RTEMS 1) openfirm.h 2) openfirm.c 3) ofw_fdt.c --- bsps/shared/freebsd/dev/ofw/ofw_fdt.c | 116 - bsps/shared/freebsd/dev/ofw/openfirm.c | 59 - bsps/shared/freebsd/dev/ofw/openfirm.h | 18 3 files changed, 190

[PATCH 1/5] bsps/shared/freebsd: Import OFW files from FreeBSD.

2020-05-28 Thread G S Niteesh Babu
freebsd head: b8c57b4 The following files have been imported from FreeBSD to implement OF_* functions into RTEMS. 1) openfirm.h 2) openfirm.c 3) ofw_fdt.c --- bsps/shared/freebsd/dev/ofw/ofw_fdt.c | 479 ++ bsps/shared/freebsd/dev/ofw/openfirm.c | 848 +

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

2020-05-28 Thread Utkarsh Rai
On Wed, May 27, 2020 at 8:29 PM Gedare Bloom wrote: > 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

Re: Fwd: Build Linux: FAILED 5/bsps/pc on x86_64-linux-gnu (i386-rtems5-kernel-pc686-1)

2020-05-28 Thread Joel Sherrill
On Thu, May 28, 2020, 6:20 PM Chris Johns wrote: > On 29/5/20 7:08 am, Joel Sherrill wrote: > > On Thu, May 28, 2020 at 12:54 PM Sebastian Huber > > > > wrote: > > > > On 28/05/2020 18:43, Joel Sherrill wrote: > > > > > I just did pc on the

Re: Fwd: Build Linux: FAILED 5/bsps/pc on x86_64-linux-gnu (i386-rtems5-kernel-pc686-1)

2020-05-28 Thread Chris Johns
On 29/5/20 7:08 am, Joel Sherrill wrote: On Thu, May 28, 2020 at 12:54 PM Sebastian Huber > wrote: On 28/05/2020 18:43, Joel Sherrill wrote: > I just did pc on the master and it failed for me. Works for me: installing: 5/bsps/pc ->

Re: Fwd: Build Linux: FAILED 5/bsps/pc on x86_64-linux-gnu (i386-rtems5-kernel-pc686-1)

2020-05-28 Thread Joel Sherrill
On Thu, May 28, 2020 at 12:54 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 28/05/2020 18:43, Joel Sherrill wrote: > > > I just did pc on the master and it failed for me. > > Works for me: > > installing: 5/bsps/pc -> /build/rtems/5 > Staging Size: 1.385GB > Build Set: Time

Re: BSP to run PPC testsuite

2020-05-28 Thread Joel Sherrill
On Thu, May 28, 2020 at 12:23 PM Eshan Dhawan wrote: > Hello, > I have attached the error log I received after adding the patch > containing ppc support > This looks like the same issue you had on the arm where the sys/fenv.h had static versions of the methods and you still were building stubs

Re: GSoC: Porting OFW to RTEMS

2020-05-28 Thread Christian Mauderer
Hello Niteesh, On 28/05/2020 17:08, Niteesh G. S. wrote: > Hello Christian, > > On Thu, May 28, 2020 at 8:12 PM Christian Mauderer > > wrote: > > Hello Niteesh, > > On 28/05/2020 16:34, Niteesh G. S. wrote: > > > > > > On Wed,

Re: GSoC: Porting OFW to RTEMS

2020-05-28 Thread Niteesh G. S.
Hello Christian, On Thu, May 28, 2020 at 8:12 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Hello Niteesh, > > On 28/05/2020 16:34, Niteesh G. S. wrote: > > > > > > On Wed, May 27, 2020 at 11:25 PM Christian Mauderer > > wrote: > > > > On

Re: GSoC: Porting OFW to RTEMS

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

Re: GSoC: Porting OFW to RTEMS

2020-05-28 Thread Niteesh G. S.
On Wed, May 27, 2020 at 11:25 PM Christian Mauderer wrote: > 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: > >

[PATCH 1/2] eng: Split up requirements engineering chapter

2020-05-28 Thread Sebastian Huber
This allows to more easily generate the specification item section with a script using specification items. Update #3715. --- eng/index.rst|2 +- eng/req-eng.rst | 1282 -- eng/req/index.rst| 92 +++ eng/req/items.rst

[PATCH 0/2] Generate documenation of specification items

2020-05-28 Thread Sebastian Huber
I worked on the RTEMS qualification tools in the last couple of weeks and I am now able to generate the documentation of the specification items from specification items: https://git.rtems.org/sebh/rtems-qual.git/tree/spec/spec These items can be also used to verify that the specifications items