On 19/6/20 11:38 pm, Sebastian Huber wrote:
the qualification toolchain in
https://git.rtems.org/sebh/rtems-qual.git/
needs a bit of documentation. For a start, I propose to add it to the
RTEMS Software Engineering manual.
Does this mean adding references to that repo?
I am not comfortable
Hello,
I noticed that the rtems_interrupt_catch() directive is only declared
and implemented if CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE:
#if (CPU_SIMPLE_VECTORED_INTERRUPTS == FALSE)
typedef ISR_Handler_entry rtems_isr_entry;
#else
/**
* @brief Interrupt handler type.
*
* @see rtems_inte
---
testsuites/smptests/smpstrongapa01/init.c | 60 ++-
1 file changed, 38 insertions(+), 22 deletions(-)
diff --git a/testsuites/smptests/smpstrongapa01/init.c
b/testsuites/smptests/smpstrongapa01/init.c
index bf8bc05231..8e5af7aade 100644
--- a/testsuites/smptests/smpstrong
---
testsuites/smptests/smpstrongapa01/init.c | 60 ++-
1 file changed, 38 insertions(+), 22 deletions(-)
diff --git a/testsuites/smptests/smpstrongapa01/init.c
b/testsuites/smptests/smpstrongapa01/init.c
index bf8bc05231..8e5af7aade 100644
--- a/testsuites/smptests/smpstrong
---
spec/glossary/apa.yml | 17 +
spec/glossary/strongapa.yml | 22 ++
spec/glossary/weakapa.yml | 19 +++
3 files changed, 58 insertions(+)
create mode 100644 spec/glossary/apa.yml
create mode 100644 spec/glossary/strongapa.yml
create
---
spec/glossary/strongapa.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spec/glossary/strongapa.yml b/spec/glossary/strongapa.yml
index a73f416..ef73129 100644
--- a/spec/glossary/strongapa.yml
+++ b/spec/glossary/strongapa.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier:
---
spec/glossary/apa.yml | 17 +
spec/glossary/strongapa.yml | 22 ++
spec/glossary/weakapa.yml | 19 +++
3 files changed, 58 insertions(+)
create mode 100644 spec/glossary/apa.yml
create mode 100644 spec/glossary/strongapa.yml
create
Tests PSXTMCOND 08, 09, and 10 had the same test name.
---
testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h
b/testsuites/psxtmtests/psxtmcond08/psxtmcond08impl.h
index 7faffe
On 23/06/2020 09:48, Chris Johns wrote:
On 22/6/20 5:22 pm, Sebastian Huber wrote:
Is libdl supported at all on riscv?
Yes ..
https://git.rtems.org/rtems/tree/cpukit/libdl/rtl-mdreloc-riscv.c
The error is related to rtems-ld and the handling of a section with
riscv. I have not looked into t
On 22/6/20 5:22 pm, Sebastian Huber wrote:
Is libdl supported at all on riscv?
Yes ..
https://git.rtems.org/rtems/tree/cpukit/libdl/rtl-mdreloc-riscv.c
The error is related to rtems-ld and the handling of a section with
riscv. I have not looked into the details.
Chris
_
Ok, good. Could you please send also the patch for the rtems-qual
repository?
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.hu...@embedded-brains.de
PGP : Public key
On 21/06/2020 19:09, Richi Dubey wrote:
+ UNBLOCK( T0, T0, IDLE, IDLE, IDLE),
+ UNBLOCK( T1, T0,T1, IDLE, IDLE),
+ UNBLOCK( T2, T0,T1,T2, IDLE),
+ UNBLOCK( T3, T0,T1,T2,T3),
+ UNBLOCK( T5, T0,
12 matches
Mail list logo