[PATCH] rtems: Add constraint to types

2023-05-08 Thread Sebastian Huber
--- cpukit/include/rtems/rtems/intr.h | 42 +++ 1 file changed, 42 insertions(+) diff --git a/cpukit/include/rtems/rtems/intr.h b/cpukit/include/rtems/rtems/intr.h index 6bf6150b93..019bc806b2 100644 --- a/cpukit/include/rtems/rtems/intr.h +++ b/cpukit/include/rtems/r

[PATCH 08/10] validation: rtems_scheduler_get_maximum_priority()

2023-05-08 Thread Sebastian Huber
Validate this directive for the EDF SMP scheduler. Update #3716. --- testsuites/validation/tc-scheduler-smp-only.c | 24 ++- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/testsuites/validation/tc-scheduler-smp-only.c b/testsuites/validation/tc-scheduler-smp-only.

[PATCH 09/10] validation: Fix formatting

2023-05-08 Thread Sebastian Huber
Update #3716. --- testsuites/validation/tc-clock-nanosleep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/validation/tc-clock-nanosleep.c b/testsuites/validation/tc-clock-nanosleep.c index 66fce762dd..9696733651 100644 --- a/testsuites/validation/tc-clock-nan

[PATCH 10/10] validation: RTEMS_STATIC_ANALYSIS

2023-05-08 Thread Sebastian Huber
Improve the validation of this define which is not defined for normal builds. Update #3716. --- testsuites/validation/tc-basedefs.c | 146 +++- 1 file changed, 58 insertions(+), 88 deletions(-) diff --git a/testsuites/validation/tc-basedefs.c b/testsuites/validation/tc-b

[PATCH 06/10] validation: Add group for runtime measurements

2023-05-08 Thread Sebastian Huber
Update #3716. --- .../validation/tc-barrier-performance.c | 36 testsuites/validation/tc-event-performance.c | 42 + .../validation/tc-message-performance.c | 62 + testsuites/validation/tc-part-performance.c | 26 ++ testsuites/validation/tc-sem-per

[PATCH 05/10] validation: Use spec:* references

2023-05-08 Thread Sebastian Huber
Update #3716. --- testsuites/validation/tc-acfg-one-cpu.c | 4 +-- testsuites/validation/tc-acfg.c | 15 testsuites/validation/tc-barrier-ident.c | 4 +-- testsuites/validation/tc-event-send-receive.c | 8 ++--- testsuites/validation/tc-message-ident.c |

[PATCH 07/10] validation: Improve formatting

2023-05-08 Thread Sebastian Huber
This enables automatic Doxygen links. Update #3716. --- testsuites/validation/tc-attr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/validation/tc-attr.c b/testsuites/validation/tc-attr.c index 1b4cea0fe6..aae115cc72 100644 --- a/testsuites/validation/tc-attr

[PATCH 03/10] validation: Fix typo

2023-05-08 Thread Sebastian Huber
Update #3716. --- testsuites/validation/tc-intr-vector-enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/validation/tc-intr-vector-enable.c b/testsuites/validation/tc-intr-vector-enable.c index 00a2e42fd2..9dec322217 100644 --- a/testsuites/validation/tc-intr

[PATCH 01/10] validation: Test the global construction

2023-05-08 Thread Sebastian Huber
Update #3716. --- .../testsuites/validation/objpreinitarray.yml | 16 ++ .../validation/validation-no-clock-0.yml | 2 + testsuites/validation/tc-preinit-array.c | 150 ++ testsuites/validation/tc-score-thread.c | 49 ++ 4 files changed, 217 insertions(+) c

[PATCH 04/10] validation: Fix formatting

2023-05-08 Thread Sebastian Huber
Update #3716. --- testsuites/validation/tc-options.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/validation/tc-options.c b/testsuites/validation/tc-options.c index 74d0b12e1f..67f9bd25fb 100644 --- a/testsuites/validation/tc-options.c +++ b/testsuites/valida

[PATCH 00/10] Validation test improvements

2023-05-08 Thread Sebastian Huber
Sebastian Huber (10): validation: Test the global construction validation: Validate RTEMS_NO_TIMEOUT validation: Fix typo validation: Fix formatting validation: Use spec:* references validation: Add group for runtime measurements validation: Improve formatting validation: rtems_sche

[PATCH 02/10] validation: Validate RTEMS_NO_TIMEOUT

2023-05-08 Thread Sebastian Huber
Update #3716. --- testsuites/validation/tc-type.c | 20 1 file changed, 20 insertions(+) diff --git a/testsuites/validation/tc-type.c b/testsuites/validation/tc-type.c index 79ea7e03b9..f883276152 100644 --- a/testsuites/validation/tc-type.c +++ b/testsuites/validation/tc-typ

[PATCH 3/3] basedefs.h: Improve formatting

2023-05-08 Thread Sebastian Huber
--- cpukit/include/rtems/score/basedefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h index f01454a24b..bfc45f60c6 100644 --- a/cpukit/include/rtems/score/basedefs.h +++ b/cpukit/include/rtem

[PATCH 2/3] basedefs.h: Add proper brief description

2023-05-08 Thread Sebastian Huber
--- cpukit/include/rtems/score/basedefs.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cpukit/include/rtems/score/basedefs.h b/cpukit/include/rtems/score/basedefs.h index 96b1d65e27..f01454a24b 100644 --- a/cpukit/include/rtems/score/basedefs.h +++ b/cpukit/include/rte

[PATCH 0/3] Minor header file cleanups

2023-05-08 Thread Sebastian Huber
Sebastian Huber (3): rtems: Conditionally include MPCI header basedefs.h: Add proper brief description basedefs.h: Improve formatting cpukit/include/rtems/rtems/types.h| 2 +- cpukit/include/rtems/score/basedefs.h | 9 - 2 files changed, 5 insertions(+), 6 deletions(-) -- 2.35

[PATCH 1/3] rtems: Conditionally include MPCI header

2023-05-08 Thread Sebastian Huber
--- cpukit/include/rtems/rtems/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h index 1dd5f8da86..1dec42b4a8 100644 --- a/cpukit/include/rtems/rtems/types.h +++ b/cpukit/include/rtems/rtems/types.h

Re: [rtems-source-builder] devel/qemu-xilinx: Fix source URL

2023-05-08 Thread Gedare Bloom
I think the https works though? Or does it break? I recall there are sometimes issues that users face based on their IT site policy that prevents git protocol from working properly while https almost always works (tunnels) right. Gedare On Fri, May 5, 2023 at 8:18 AM Alex White wrote: > > The s