Re: [PATCH v2 7/8] bsps: Add Cortex-A53 LP64 basic BSP

2020-09-30 Thread Sebastian Huber
On 30/09/2020 22:04, Kinsey Moore wrote: -Original Message- From: Sebastian Huber Sent: Tuesday, September 29, 2020 06:49 To: Kinsey Moore;devel@rtems.org Subject: Re: [PATCH v2 7/8] bsps: Add Cortex-A53 LP64 basic BSP On 28/09/2020 17:24, Kinsey Moore wrote: diff --git a/bsps/aarch

Re: [PATCH 0/1] c-user: Generate I/O Manager documentation

2020-09-30 Thread Sebastian Huber
On 01/10/2020 06:11, Chris Johns wrote: On 30/9/20 12:59 am, Sebastian Huber wrote: This is the first generated documentation of a manager. For the PDF output please have a look at: https://ftp.rtems.org/pub/rtems/people/sebh/c-user.pdf Please review the layout. I changed the layout to use de

Re: [PATCH 0/1] c-user: Generate I/O Manager documentation

2020-09-30 Thread Sebastian Huber
On 01/10/2020 06:19, Chris Johns wrote: On 30/9/20 6:04 pm, Sebastian Huber wrote: On 29/09/2020 16:59, Sebastian Huber wrote: This is the first generated documentation of a manager. For the PDF output please have a look at: https://ftp.rtems.org/pub/rtems/people/sebh/c-user.pdf Please revie

Re: [PATCH 0/1] c-user: Generate I/O Manager documentation

2020-09-30 Thread Chris Johns
On 30/9/20 6:04 pm, Sebastian Huber wrote: > On 29/09/2020 16:59, Sebastian Huber wrote: > >> This is the first generated documentation of a manager. For the PDF >> output please have a look at: >> >> https://ftp.rtems.org/pub/rtems/people/sebh/c-user.pdf >> >> Please review the layout.  I changed

Re: [PATCH 0/1] c-user: Generate I/O Manager documentation

2020-09-30 Thread Chris Johns
On 30/9/20 12:59 am, Sebastian Huber wrote: > This is the first generated documentation of a manager. For the PDF > output please have a look at: > > https://ftp.rtems.org/pub/rtems/people/sebh/c-user.pdf > > Please review the layout. I changed the layout to use definition lists > instead of tab

Re: [rtems-test] riscv64/rv64imac: RTEMS_POSIX_API: Passed:565 Failed:10 Timeout:1 Test-Too-long:4 Invalid:0 Wrong:0

2020-09-30 Thread Chris Johns
On 30/9/20 9:25 pm, Sebastian Huber wrote: > On 28/09/2020 17:28, j...@rtems.org wrote: > >> Summary >> === >> >> Passed:    565 >> Failed: 10 >> User Input:  6 >> Expected Fail:   0 >> Indeterminate:   0 >> Benchmark:   3 >> Timeout: 1 >> Test too long:   4 >> Inva

Re: Building BSP bset without including Tools

2020-09-30 Thread Chris Johns
On 1/10/20 1:51 am, Joel Sherrill wrote: > Is it possible to build a BSP bset and not build the tools? I know it is > convenient for a user focused on a single BSP but since each bset builds the > toolchain, it would be nice to have a way to package tools and a collection of > BSPs for the same tar

Re: Canonical List of BSPs with SMP Support?

2020-09-30 Thread Chris Johns
On 1/10/20 8:29 am, Joel Sherrill wrote: > I think we need to discuss what's the expected behavior when you configure SMP > for a target that doesn't support SMP or BSP that doesn't in an architecture > that does. I believe configure process should only succeed if a valid build is possible. These

[PATCH] leon,gr1553b: improve init check

2020-09-30 Thread chrisj
From: Daniel Hellstrom Check in init3 not needed since same data is already checked in init2 stage. Adds an extra check that the APB register space is available before accessing it. Closes #2331 --- c/src/lib/libbsp/sparc/shared/1553/gr1553b.c | 11 --- 1 file changed, 8 insertions(+),

Canonical List of BSPs with SMP Support?

2020-09-30 Thread Joel Sherrill
Hi I think we need to discuss what's the expected behavior when you configure SMP for a target that doesn't support SMP or BSP that doesn't in an architecture that does. Temporarily ,I would like to know what's the official list of BSPs with SMP support so I can focus on what should work rather t

RE: [PATCH v2 7/8] bsps: Add Cortex-A53 LP64 basic BSP

2020-09-30 Thread Kinsey Moore
-Original Message- From: Sebastian Huber Sent: Tuesday, September 29, 2020 06:49 To: Kinsey Moore ; devel@rtems.org Subject: Re: [PATCH v2 7/8] bsps: Add Cortex-A53 LP64 basic BSP On 28/09/2020 17:24, Kinsey Moore wrote: > diff --git a/bsps/aarch64/shared/start/linkcmds.base > b/bsps/a

Building BSP bset without including Tools

2020-09-30 Thread Joel Sherrill
Hi Is it possible to build a BSP bset and not build the tools? I know it is convenient for a user focused on a single BSP but since each bset builds the toolchain, it would be nice to have a way to package tools and a collection of BSPs for the same target. Is there a without option for this? If

[PATCH] rtems: Canonicalize name and id check

2020-09-30 Thread Sebastian Huber
Check the name followed by the id check in all create directives. Compare pointers against NULL. Fix formatting. --- cpukit/rtems/src/msgqconstruct.c | 8 +- cpukit/rtems/src/partcreate.c | 9 +- cpukit/rtems/src/regioncreate.c | 9 +- cpukit/rtem

[PATCH] rtems: Add RTEMS_PARTITION_ALIGNMENT

2020-09-30 Thread Sebastian Huber
Update #4105. --- cpukit/include/rtems/rtems/part.h | 9 + testsuites/psxtests/psxconfig01/init.c | 2 +- testsuites/sptests/sppartition_err01/init.c | 17 + 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/cpukit/include/rtems/rtems/part.h

Re: [rtems-test] riscv64/rv64imac: RTEMS_POSIX_API: Passed:565 Failed:10 Timeout:1 Test-Too-long:4 Invalid:0 Wrong:0

2020-09-30 Thread Sebastian Huber
On 28/09/2020 17:28, j...@rtems.org wrote: Summary === Passed:565 Failed: 10 User Input: 6 Expected Fail: 0 Indeterminate: 0 Benchmark: 3 Timeout: 1 Test too long: 4 Invalid: 0 Wrong Version: 0 Wrong Build: 0 Wrong Tools: 0

[PATCH] Entangle the C Program Heap initialization

2020-09-30 Thread Sebastian Huber
Before this patch RTEMS_Malloc_Initialize() had a fixed dependency on _Workspace_Area. Introduce _Workspace_Malloc_initializer to have this dependency only if CONFIGURE_UNIFIED_WORK_AREAS is defined by the application configuration. --- cpukit/Makefile.am | 3 + cpukit/i

Re: [PATCH 0/1] c-user: Generate I/O Manager documentation

2020-09-30 Thread Sebastian Huber
On 29/09/2020 16:59, Sebastian Huber wrote: This is the first generated documentation of a manager. For the PDF output please have a look at: https://ftp.rtems.org/pub/rtems/people/sebh/c-user.pdf Please review the layout. I changed the layout to use definition lists instead of tables. The b