[PATCH] eng: Update requirements tooling section

2020-05-29 Thread Sebastian Huber
Update #3715. --- eng/req/tooling.rst | 33 ++--- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/eng/req/tooling.rst b/eng/req/tooling.rst index 9c175fc..28461e9 100644 --- a/eng/req/tooling.rst +++ b/eng/req/tooling.rst @@ -80,11 +80,11 @@ Doorstop con

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

2020-05-29 Thread Sebastian Huber
Hello, since this code is not BSP-specific it should be located in cpukit. How many FreeBSD source files do you intend to import within this project? ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: Need help to execute/debug smpschededf02.exe on leon3

2020-05-29 Thread Richi Dubey
Thanks a lot! It is working now after I set appropriate breakpoints. On Tue, May 26, 2020 at 11:58 PM Jiri Gaisler wrote: > > > On 5/26/20 2:55 PM, Richi Dubey wrote: > > Hii, > > > > Thank you for your replies. I did not load the program before > > executing run on gdb. Now it works fine. > > >

Need help in figuring out the flow of RTEMS codes

2020-05-29 Thread Richi Dubey
Hii, I had a small doubt about all the source code/procedures that a code goes through. Where can I read more about it? For instance, when I am debugging smpschededf02.exe with gdb, It starts with bsps/sparc/shared/start/start.S, line 107(Why did it start with start.s?) and the last line of this

Re: Need help in figuring out the flow of RTEMS codes

2020-05-29 Thread Sebastian Huber
Hello Richi, On 29/05/2020 09:36, Richi Dubey wrote: Hii, I had a small doubt about all the source code/procedures that a code goes through. Where can I read more about it? For instance, when I am debugging smpschededf02.exe with gdb, It starts with bsps/sparc/shared/start/start.S, line 107(Wh

Re: Need help in figuring out the flow of RTEMS codes

2020-05-29 Thread Richi Dubey
This makes sense. Thanks a lot! On Fri, May 29, 2020 at 1:18 PM Sebastian Huber wrote: > > Hello Richi, > > On 29/05/2020 09:36, Richi Dubey wrote: > > Hii, > > > > I had a small doubt about all the source code/procedures that a code > > goes through. Where can I read more about it? For instance

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

2020-05-29 Thread Niteesh G. S.
Hello, On Fri, May 29, 2020 at 12:52 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello, > > since this code is not BSP-specific it should be located in cpukit. How > many FreeBSD source files do you intend to import within this project? > This code depends on a bsp that has

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

2020-05-29 Thread Sebastian Huber
On 29/05/2020 12:41, Niteesh G. S. wrote: Hello, On Fri, May 29, 2020 at 12:52 PM Sebastian Huber > wrote: Hello, since this code is not BSP-specific it should be located in cpukit. How many FreeBSD source files do you intend to imp

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

2020-05-29 Thread Gedare Bloom
On Thu, May 28, 2020 at 6:24 PM Utkarsh Rai wrote: > > > > > 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 R

Re: Need help in figuring out the flow of RTEMS codes

2020-05-29 Thread Gedare Bloom
On Fri, May 29, 2020 at 1:59 AM Richi Dubey wrote: > > This makes sense. Thanks a lot! > > > On Fri, May 29, 2020 at 1:18 PM Sebastian Huber > wrote: > > > > Hello Richi, > > > > On 29/05/2020 09:36, Richi Dubey wrote: > > > Hii, > > > > > > I had a small doubt about all the source code/procedure

Re: [PATCH] eng: Update requirements tooling section

2020-05-29 Thread Gedare Bloom
On Fri, May 29, 2020 at 1:19 AM Sebastian Huber wrote: > > Update #3715. > --- > eng/req/tooling.rst | 33 ++--- > 1 file changed, 22 insertions(+), 11 deletions(-) > > diff --git a/eng/req/tooling.rst b/eng/req/tooling.rst > index 9c175fc..28461e9 100644 > --- a/eng/r

[PATCH] hard float support for PowerPC taken from FreeBSD

2020-05-29 Thread Eshan dhawan
PowerPc Fenv support Signed-off-by: Eshan dhawan --- newlib/configure.host | 1 + newlib/libc/machine/powerpc/machine/fenv-fp.h | 198 ++ newlib/libc/machine/powerpc/sys/fenv.h| 132 newlib/libm/machine/configure.in |