Re: [PATCH v2 1/3] aarch64: add internal API for secure monitor call (smc)

2021-12-13 Thread Kinsey Moore
Everything else looks good. Just one nit below. On 12/11/2021 10:16, Gedare Bloom wrote: --- cpukit/score/cpu/aarch64/aarch64-smc.c| 72 .../aarch64/include/rtems/score/aarch64-smc.h | 83 +++ spec/build/cpukit/cpuaarch64.yml | 2 + 3 f

New validation test suites

2021-12-13 Thread Sebastian Huber
Hello, the ESA activity to pre-qualify parts of RTEMS according to ECSS requirements is nearly complete. There is a short presentation available here: https://indico.esa.int/event/374/timetable/ We finished the specification of the pre-qualified RTEMS feature set. The specification is avail

[PATCH rtems-tools 5/6] ObjdumpProcessor.h: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.h | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.h b/tester/covoar/ObjdumpProcessor.h index 0ca14b8..b3c7262 100644 --- a/tester/covoar/ObjdumpProcessor.h +++ b/tester/covoar/ObjdumpProc

[PATCH rtems-tools 1/6] ObjdumpProcessor.cc: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 64 ++- 1 file changed, 36 insertions(+), 28 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.cc b/tester/covoar/ObjdumpProcessor.cc index 8c0e8dc..92e812d 100644 --- a/tester/covoar/ObjdumpProcessor.cc +++ b/tes

[PATCH] TraceConverter.cc: Fix Uncaught exception issue

2021-12-13 Thread Ryan Long
CID 1471639: Uncaught exception Closes #4501 --- tester/covoar/TraceConverter.cc | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc index 8e30ae5..2c5330a 100644 --- a/tester/covoar/TraceConve

[PATCH rtems-tools 2/6] TargetFactory.cc: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/TargetFactory.cc | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/tester/covoar/TargetFactory.cc b/tester/covoar/TargetFactory.cc index fa72f05..0b6be52 100644 --- a/tester/covoar/TargetFactory.cc +++ b/tester/covoar/TargetFactory.cc @@ -3

[PATCH rtems-tools 6/6] SymbolTable.cc: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/SymbolTable.cc | 70 1 file changed, 38 insertions(+), 32 deletions(-) diff --git a/tester/covoar/SymbolTable.cc b/tester/covoar/SymbolTable.cc index cfbd7a3..a33a348 100644 --- a/tester/covoar/SymbolTable.cc +++ b/tester/covoar/Symbo

[PATCH rtems-tools 0/6] Fix formatting patches

2021-12-13 Thread Ryan Long
Hi, For this patchset I made the formatting more consistent. This included: - adding whitespace - adding curly braces to if statements or loops - fixing the layout of long lists of function parameters Thanks, Ryan Ryan Long (6): ObjdumpProcessor.cc: Fix formatting TargetFactory.cc: Fix for

[PATCH rtems-tools 3/6] ConfigFile: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/ConfigFile.cc | 66 +++-- tester/covoar/ConfigFile.h | 8 +++--- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc index 7109b2c..1fbefd1 100644 --- a/tester/covoar/

[PATCH rtems-tools 4/6] ObjdumpProcessor.cc: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 197 +- 1 file changed, 111 insertions(+), 86 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.cc b/tester/covoar/ObjdumpProcessor.cc index 92e812d..0aef978 100644 --- a/tester/covoar/ObjdumpProcessor.cc +++ b/te

Re: [PATCH rtems-tools 0/6] Fix formatting patches

2021-12-13 Thread Chris Johns
OK and thanks for the split. Thanks Chris On 14/12/21 3:09 am, Ryan Long wrote: > Hi, > > For this patchset I made the formatting more consistent. > > This included: > > - adding whitespace > - adding curly braces to if statements or loops > - fixing the layout of long lists of function parame

Re: New validation test suites

2021-12-13 Thread Chris Johns
On 14/12/21 1:53 am, Sebastian Huber wrote: > Hello, > > the ESA activity to pre-qualify parts of RTEMS according to ECSS requirements > is > nearly complete. There is a short presentation available here: > > https://indico.esa.int/event/374/timetable/ Was the change in memory usage for 4.8 of

Re: [PATCH] TraceConverter.cc: Fix Uncaught exception issue

2021-12-13 Thread Chris Johns
OK On 14/12/21 12:47 am, Ryan Long wrote: > CID 1471639: Uncaught exception > > Closes #4501 > --- > tester/covoar/TraceConverter.cc | 20 ++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > > diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc >

Re: New validation test suites

2021-12-13 Thread zack leung
What tasks can I do that can help with ECSS compliance? Zack On Mon, 13 Dec 2021 at 21:40, Chris Johns wrote: > On 14/12/21 1:53 am, Sebastian Huber wrote: > > Hello, > > > > the ESA activity to pre-qualify parts of RTEMS according to ECSS > requirements is > > nearly complete. There is a short

Re: [PATCH v2 1/3] aarch64: add internal API for secure monitor call (smc)

2021-12-13 Thread Gedare Bloom
On Mon, Dec 13, 2021 at 9:55 AM Kinsey Moore wrote: > > Everything else looks good. Just one nit below. > > On 12/11/2021 10:16, Gedare Bloom wrote: > > --- > > cpukit/score/cpu/aarch64/aarch64-smc.c| 72 > > .../aarch64/include/rtems/score/aarch64-smc.h | 83 ++

Re: [PATCH v2 1/3] aarch64: add internal API for secure monitor call (smc)

2021-12-13 Thread Kinsey Moore
On 12/13/2021 19:56, Gedare Bloom wrote: On Mon, Dec 13, 2021 at 9:55 AM Kinsey Moore wrote: Everything else looks good. Just one nit below. On 12/11/2021 10:16, Gedare Bloom wrote: --- cpukit/score/cpu/aarch64/aarch64-smc.c| 72 .../aarch64/include/rtems/score/a

Re: [PATCH v2 1/3] aarch64: add internal API for secure monitor call (smc)

2021-12-13 Thread Gedare Bloom
On Mon, Dec 13, 2021 at 7:18 PM Kinsey Moore wrote: > > On 12/13/2021 19:56, Gedare Bloom wrote: > > On Mon, Dec 13, 2021 at 9:55 AM Kinsey Moore > > wrote: > >> Everything else looks good. Just one nit below. > >> > >> On 12/11/2021 10:16, Gedare Bloom wrote: > >>> --- > >>>cpukit/score/cpu

Re: New validation test suites

2021-12-13 Thread Sebastian Huber
Hello Chris, On 13/12/2021 22:01, Chris Johns wrote: On 14/12/21 1:53 am, Sebastian Huber wrote: Hello, the ESA activity to pre-qualify parts of RTEMS according to ECSS requirements is nearly complete. There is a short presentation available here: https://indico.esa.int/event/374/timetable/