Interrupt latency for PowerPC

2020-03-27 Thread Siegfried Giebl
I am looking for interrupt latency numbers for PowerPC architectures, if possible for e500v2.Looking at below postings, there is a mentioning of "TBD" microseconds as maximum period ... and a variable "na" to describe the value of MHz.Can you please share your experience ? https://docs.rtems.

Re: AW: AW: [PATCH v3 3/3] i386: Port to RTEMS

2020-03-27 Thread Sebastian Huber
On 2020-03-27 17:19, jan.som...@dlr.de wrote: Von: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] Gesendet: Montag, 23. März 2020 14:20 An: Sommer, Jan; devel@rtems.org Betreff: Re: AW: [PATCH v3 3/3] i386: Port to RTEMS -Ursprüngliche Nachricht- Von: devel [mailto:devel-

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-27 Thread Sebastian Huber
On 2020-03-27 18:41, Joel Sherrill wrote: On Fri, Mar 27, 2020 at 12:12 PM Eshan Dhawan > wrote: On Thu, Mar 26, 2020 at 11:18 AM Sebastian Huber mailto:sebastian.hu...@embedded-brains.de>> wrote: On 25/03/2020 20:33, Joel Sherrill wrote:

Re: Discussion regarding high-level interface for GSoC memory protection project.

2020-03-27 Thread Utkarsh Rai
On Fri, Mar 27, 2020 at 9:31 PM Gedare Bloom wrote: > Hi Utkarsh, > > You can remove "Discussion regarding" from your subject lines. We know > your emails are discussions regarding the subject. > > On Fri, Mar 27, 2020 at 5:26 AM Utkarsh Rai > wrote: > > > > Hi, > > My GSoC project proposal inte

Re: RISC-V BSP Test Results

2020-03-27 Thread Sebastian Huber
On 2020-03-27 18:49, Joel Sherrill wrote: I wanted to pass along that Spike appears to be working now from the RSB. Test results are in the build archive show that 5 or 7 fail on sis but the other BSPs tend to have 20-24 failures with some timeouts and invalids. No idea why. It would be apprec

RISC-V BSP Test Results

2020-03-27 Thread Joel Sherrill
Hi I wanted to pass along that Spike appears to be working now from the RSB. Test results are in the build archive show that 5 or 7 fail on sis but the other BSPs tend to have 20-24 failures with some timeouts and invalids. No idea why. It would be appreciated if anyone who knows the RISC-V could

Re: [PATCH] c-user: Use new template for integer config opts

2020-03-27 Thread Sebastian Huber
The documentation was generated by updated application configuration items https://git.rtems.org/sebh/rtems-qual.git/tree/spec/acfg/opt and the following generator: https://git.rtems.org/sebh/rtems-qual.git/tree/rtemsqual/applconfig.py The next step is to add new option types for the following

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-27 Thread Joel Sherrill
On Fri, Mar 27, 2020 at 12:12 PM Eshan Dhawan wrote: > > > On Thu, Mar 26, 2020 at 11:18 AM Sebastian Huber < > sebastian.hu...@embedded-brains.de> wrote: > >> On 25/03/2020 20:33, Joel Sherrill wrote: >> >> >> >> On Wed, Mar 25, 2020 at 12:17 AM Eshan Dhawan >> wrote: >> >>> >>> >>> On Wed, Mar

[PATCH] c-user: Use new template for integer config opts

2020-03-27 Thread Sebastian Huber
Try to bring all descriptions up to date. Add cross-references to several options. Clarify configuration value constraints. Close #3901. --- c-user/config/bdbuf.rst | 192 - c-user/config/classic-api.rst | 306 +++- c-user/config

Re: [PATCH 2/2] user: Use consitent Hello World spelling

2020-03-27 Thread Sebastian Huber
On 2020-03-27 18:00, Gedare Bloom wrote: On Fri, Mar 27, 2020 at 10:59 AM Joel Sherrill wrote: Good idea Gedare. And consitent should be consistent. I wasn't going to complain about typos in the commit message :) There's another typo in the other one too. Ok, time for the week end. __

Re: Ran clang

2020-03-27 Thread suyash singh
On Fri, Mar 27, 2020 at 9:36 PM Joel Sherrill wrote: > > > On Fri, Mar 27, 2020 at 10:39 AM Gedare Bloom wrote: > >> This appears to be a pretty standard llvm/clang build for a host system. >> >> There are two parts to consider: >> * Using the host tools over RTEMS >> * Using cross-compiler tool

Re: discussion related to implementation of File descriptor functions in RTEMS

2020-03-27 Thread Eshan Dhawan
On Thu, Mar 26, 2020 at 11:18 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 25/03/2020 20:33, Joel Sherrill wrote: > > > > On Wed, Mar 25, 2020 at 12:17 AM Eshan Dhawan > wrote: > >> >> >> On Wed, Mar 25, 2020 at 4:01 AM Joel Sherrill wrote: >> >>> >>> >>> On Tue, Mar 24,

[PATCH v11] tests for fenv.h functions

2020-03-27 Thread Eshan dhawan
--- testsuites/psxtests/psxfenv01/init.c| 88 - testsuites/psxtests/psxfenv01/psxfenv01.doc | 9 ++- testsuites/psxtests/psxfenv01/psxfenv01.scn | 4 - 3 files changed, 76 insertions(+), 25 deletions(-) diff --git a/testsuites/psxtests/psxfenv01/init.c b/testsuites/

Re: [PATCH 2/2] user: Use consitent Hello World spelling

2020-03-27 Thread Gedare Bloom
On Fri, Mar 27, 2020 at 10:59 AM Joel Sherrill wrote: > > Good idea Gedare. > > And consitent should be consistent. > I wasn't going to complain about typos in the commit message :) There's another typo in the other one too. > On Fri, Mar 27, 2020 at 10:41 AM Gedare Bloom wrote: >> >> ok, maybe

Re: [PATCH 2/2] user: Use consitent Hello World spelling

2020-03-27 Thread Joel Sherrill
Good idea Gedare. And consitent should be consistent. On Fri, Mar 27, 2020 at 10:41 AM Gedare Bloom wrote: > ok, maybe we also want to have a Hello World glossary item? > > On Fri, Mar 27, 2020 at 2:03 AM Sebastian Huber > wrote: > > > > --- > > user/exe/initialization.rst | 2 +- > > user/st

AW: AW: [PATCH v3 3/3] i386: Port to RTEMS

2020-03-27 Thread Jan.Sommer
Von: Sebastian Huber [mailto:sebastian.hu...@embedded-brains.de] Gesendet: Montag, 23. März 2020 14:20 An: Sommer, Jan; devel@rtems.org Betreff: Re: AW: [PATCH v3 3/3] i386: Port to RTEMS > > > > -Ursprüngliche Nachricht- > > Von: devel [mailto:devel-boun...@rtems.org] Im Auftrag von > >

Re: Discussion regarding high-level interface for GSoC memory protection project.

2020-03-27 Thread Gedare Bloom
Hi Utkarsh, You can remove "Discussion regarding" from your subject lines. We know your emails are discussions regarding the subject. On Fri, Mar 27, 2020 at 5:26 AM Utkarsh Rai wrote: > > Hi, > My GSoC project proposal intended for providing thread-stack protection > involves implementation on

Re: [PATCH 2/2] user: Use consitent Hello World spelling

2020-03-27 Thread Gedare Bloom
ok, maybe we also want to have a Hello World glossary item? On Fri, Mar 27, 2020 at 2:03 AM Sebastian Huber wrote: > > --- > user/exe/initialization.rst | 2 +- > user/start/app.rst | 4 ++-- > user/tools/boot-image.rst | 2 +- > user/tools/tester.rst | 2 +- > 4 files changed,

Re: [PATCH 1/2] user: Provide a user fiendly configuration

2020-03-27 Thread Gedare Bloom
That's good it should reduce startup problems. On Fri, Mar 27, 2020 at 2:03 AM Sebastian Huber wrote: > > --- > user/start/app.rst | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/user/start/app.rst b/user/start/app.rst > index 98fb284..a0c4a04 100644 > --- a/user

Re: Problem about porting TCP/IP Stack

2020-03-27 Thread Christian Mauderer
On 27/03/2020 15:58, jameszxj wrote: > Hi all, > ?0?2 ?0?2 ?0?2 ?0?2 Since rtems-libbsd is too heavy for our project, so I > tried to > port?0?2Lightweight TCP/IP stacks.?0?2 First I tried lwip, it worked but > crashed now and then. > The PC pointed at function?0?2_Heap_Block_split()??I could not

Covid Code-In Update (27 March 2020)

2020-03-27 Thread Joel Sherrill
Hi I hope this email finds you and your loved ones all well. Thanks to everyone who has submitted patches or helped potential GSoC students the past couple of weeks. Here are some updates on potential small tasks to pass time. Although I must admit that Tiger King on Netflix has been entertaining

Problem about porting TCP/IP Stack

2020-03-27 Thread jameszxj
Hi all,         Since rtems-libbsd is too heavy for our project, so I tried to port Lightweight TCP/IP stacks.  First I tried lwip, it worked but crashed now and then. The PC pointed at function _Heap_Block_split()??I could not figure it out. So I tried cycloneTCP . It is more simple than lwip. 

[PATCH v2] Chapter-on-need-for-RTEMS-specific-cross-compiler

2020-03-27 Thread utkarsh.ra...@gmail.com
--- user/start/tools.rst | 34 ++ 1 file changed, 34 insertions(+) diff --git a/user/start/tools.rst b/user/start/tools.rst index c3f039b..8ea1f64 100644 --- a/user/start/tools.rst +++ b/user/start/tools.rst @@ -3,6 +3,7 @@ .. Copyright (C) 2019 embedded brains Gm

Discussion regarding high-level interface for GSoC memory protection project.

2020-03-27 Thread Utkarsh Rai
Hi, My GSoC project proposal intended for providing thread-stack protection involves implementation on two levels, providing low-level hardware support for the target architecture and high-level archi

[PATCH 2/2] user: Use consitent Hello World spelling

2020-03-27 Thread Sebastian Huber
--- user/exe/initialization.rst | 2 +- user/start/app.rst | 4 ++-- user/tools/boot-image.rst | 2 +- user/tools/tester.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/user/exe/initialization.rst b/user/exe/initialization.rst index cfe39d6..6c9d657 1006

[PATCH 1/2] user: Provide a user fiendly configuration

2020-03-27 Thread Sebastian Huber
--- user/start/app.rst | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/user/start/app.rst b/user/start/app.rst index 98fb284..a0c4a04 100644 --- a/user/start/app.rst +++ b/user/start/app.rst @@ -64,14 +64,14 @@ settings: /* * Simple RTEMS configuration