Re: [PATCH 0/3] Add MicroBlaze port and BSP

2021-10-01 Thread Chris Johns
On 1/10/21 3:43 pm, Alex White wrote: > This patch set adds support for the MicroBlaze architecture along with > a basic BSP based on Xilinx's KCU105 PetaLinux BSP configuration. > > The initial architecture port was started 6 or 7 years ago, I believe. > To make authorship clear and preserve

Re: [PATCH 3/3] microblaze: Rework for RTEMS 6

2021-10-01 Thread Chris Johns
On 1/10/21 3:43 pm, Alex White wrote: > bsps/microblaze/include/common/xil_types.h| 197 +++ > bsps/microblaze/include/dev/serial/uartlite.h | 62 + > .../include/dev/serial/uartlite_l.h | 323 + > bsps/microblaze/shared/dev/serial/uartlite.c | 145 ++ >

Re: [PATCH rtems-docs] eng: Add rules for attribution

2021-10-01 Thread Chris Johns
On 30/9/21 4:55 pm, Christian MAUDERER wrote: > Am 30.09.21 um 02:23 schrieb Chris Johns: >> On 29/9/21 6:38 pm, Christian MAUDERER wrote: >>> Am 29.09.21 um 02:40 schrieb Chris Johns: On 28/9/21 11:11 pm, Christian MAUDERER wrote: > Hello Joel, > > Am 28.09.21 um 14:48 schrieb

Re: [PATCH rtems-docs] eng: Add rules for attribution

2021-10-01 Thread Chris Johns
On 30/9/21 5:33 pm, Thomas DOERFLER wrote: > Am 30.09.21 um 02:23 schrieb Chris Johns: >> On 29/9/21 6:38 pm, Christian MAUDERER wrote: >>> >>> To be honest: If sponsored work is a legal problem, we have that with or >>> without >>> a note in the files. It's only more visible with a note in the

Re: [PATCH v2 5/6] cpukit: Add signal mapping support

2021-10-01 Thread Chris Johns
On 1/10/21 11:33 pm, Sebastian Huber wrote: > The fatal extensions have a well defined order (position in the > table). The user has the full control over the initial extensions table. Is it backwards compatible when this new mode is enabled? Chris ___

Re: [PATCH v2 2/6] cpukit: Add Exception Manager

2021-10-01 Thread Kinsey Moore
On 10/1/2021 08:29, Sebastian Huber wrote: On 01/10/2021 06:39, Gedare Bloom wrote: You also might separate the exception manager addition away from the topic of recoverable exceptions. This introduces/extends the classic API, so it needs to be vetted carefully. Although the new header claims

Re: [PATCH v2 1/6] cpukit/aarch64: Use correct interrupt level types

2021-10-01 Thread Kinsey Moore
On 9/30/2021 23:24, Gedare Bloom wrote: If the rest of the patch set isn't ready, please split this out for separate submission. It looks fine to me. It appears not. I'll go ahead and get this patch committed and remove it from the set. Thanks, Kinsey

[PATCH 6/6] posix: Remove "RTEMS" from POSIX API group

2021-10-01 Thread Sebastian Huber
Clarify group description. Update #3706. --- cpukit/include/rtems/posix/posixapi.h | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cpukit/include/rtems/posix/posixapi.h b/cpukit/include/rtems/posix/posixapi.h index 122dd644e6..8d30ee21e5 100644 ---

[PATCH 5/6] scoe: Move workspace group definition

2021-10-01 Thread Sebastian Huber
Define the group in the header file which is used by . Update #3706. --- cpukit/include/rtems/score/wkspace.h | 10 +- cpukit/include/rtems/score/wkspacedata.h | 10 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cpukit/include/rtems/score/wkspace.h

[PATCH 4/6] rtems: Add ASR implementation to existing group

2021-10-01 Thread Sebastian Huber
Update #3706. --- cpukit/include/rtems/rtems/asrdata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/include/rtems/rtems/asrdata.h b/cpukit/include/rtems/rtems/asrdata.h index 3f44d3b030..924e616a9a 100644 --- a/cpukit/include/rtems/rtems/asrdata.h +++

[PATCH 3/6] score: Add Hash Handler to group

2021-10-01 Thread Sebastian Huber
Update #3706. --- cpukit/include/rtems/score/hash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpukit/include/rtems/score/hash.h b/cpukit/include/rtems/score/hash.h index 8a269cc548..c6f9ebf463 100644 --- a/cpukit/include/rtems/score/hash.h +++ b/cpukit/include/rtems/score/hash.h @@

[PATCH 2/6] rtems: Canonicalize Doxygen in

2021-10-01 Thread Sebastian Huber
Update #3706. --- cpukit/include/rtems/counter.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpukit/include/rtems/counter.h b/cpukit/include/rtems/counter.h index 5bf7736e4a..0053afcbd5 100644 --- a/cpukit/include/rtems/counter.h +++ b/cpukit/include/rtems/counter.h

[PATCH 0/6] Doxygen groups cleanup

2021-10-01 Thread Sebastian Huber
Sebastian Huber (6): rtems: Canonicalize Doxygen in rtems: Canonicalize Doxygen in score: Add Hash Handler to group rtems: Add ASR implementation to existing group scoe: Move workspace group definition posix: Remove "RTEMS" from POSIX API group cpukit/include/rtems/counter.h

[PATCH 1/6] rtems: Canonicalize Doxygen in

2021-10-01 Thread Sebastian Huber
Update #3706. --- cpukit/include/rtems/seterr.h | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cpukit/include/rtems/seterr.h b/cpukit/include/rtems/seterr.h index 711382d732..adce762dc9 100644 --- a/cpukit/include/rtems/seterr.h +++ b/cpukit/include/rtems/seterr.h

[PATCH] rtems: Generate

2021-10-01 Thread Sebastian Huber
Write the documentation from scratch. --- cpukit/include/rtems/cpuuse.h | 217 -- 1 file changed, 178 insertions(+), 39 deletions(-) diff --git a/cpukit/include/rtems/cpuuse.h b/cpukit/include/rtems/cpuuse.h index 50c986671d..da51e9708a 100644 ---

Re: Workspace Initialization Faliure Bug

2021-10-01 Thread Joel Sherrill
On Fri, Oct 1, 2021, 12:10 PM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 01/10/2021 16:27, Joel Sherrill wrote: > > > > > > On Fri, Oct 1, 2021, 8:42 AM Sebastian Huber > > > > wrote: > > > > On 01/10/2021 00:38, Joel Sherrill

Re: Workspace Initialization Faliure Bug

2021-10-01 Thread Sebastian Huber
On 01/10/2021 16:27, Joel Sherrill wrote: On Fri, Oct 1, 2021, 8:42 AM Sebastian Huber > wrote: On 01/10/2021 00:38, Joel Sherrill wrote: > I think in this configuration, the workspace is essentially unneeded > but has to be able to

Re: [PATCH] record-main-lttng.cc: Change size of empty array

2021-10-01 Thread Joel Sherrill
The short message is misleading. It isn't an empty array -- it is an emptyName string. :) I'm ok with the patch but I reviewed it before submission so another ACK from someone else is appreciated. On Thu, Sep 30, 2021 at 3:17 PM Ryan Long wrote: > > Change size of kEmptyThreadName from

Re: Workspace Initialization Faliure Bug

2021-10-01 Thread Joel Sherrill
On Fri, Oct 1, 2021, 8:42 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 01/10/2021 00:38, Joel Sherrill wrote: > > I think in this configuration, the workspace is essentially unneeded > > but has to be able to be initialized. It shows that the static > > allocation work has

Re: Workspace Initialization Faliure Bug

2021-10-01 Thread Sebastian Huber
On 01/10/2021 00:38, Joel Sherrill wrote: I think in this configuration, the workspace is essentially unneeded but has to be able to be initialized. It shows that the static allocation work has succeeded in trimming the workspace at least. But now we have to account for an empty one. :) Did

Re: [PATCH v2 1/6] cpukit/aarch64: Use correct interrupt level types

2021-10-01 Thread Sebastian Huber
On 01/10/2021 06:24, Gedare Bloom wrote: If the rest of the patch set isn't ready, please split this out for separate submission. It looks fine to me. Yes, sorry for the slow review. I somehow overlooked this patch set. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim

Re: [PATCH v2 5/6] cpukit: Add signal mapping support

2021-10-01 Thread Sebastian Huber
On 23/09/2021 04:41, Kinsey Moore wrote: On 9/22/2021 21:06, Chris Johns wrote: On 23/9/21 10:16 am, Kinsey Moore wrote: This adds a confdef option allowing an application to request mapping machine exceptions to POSIX signals. This is required for some languages such as Ada.> ---

Re: [PATCHv5] improve the format error reporting on i386

2021-10-01 Thread Joel Sherrill
Zack, I think your mailer is formatting the patch incorrectly. Can you compress it and send it to me privately as an attachment? Thanks. --joel On Thu, Sep 30, 2021 at 11:15 PM Gedare Bloom wrote: > > Joel, i think the patch looks good. > > On Fri, Sep 24, 2021 at 6:19 PM zack leung wrote: >

Re: [PATCH v2 2/6] cpukit: Add Exception Manager

2021-10-01 Thread Sebastian Huber
On 01/10/2021 06:39, Gedare Bloom wrote: You also might separate the exception manager addition away from the topic of recoverable exceptions. This introduces/extends the classic API, so it needs to be vetted carefully. Although the new header claims to be a classic API, it appears to not follow

[PATCH] bsp/imx: Add cs_change support to SPI

2021-10-01 Thread Christian Mauderer
--- bsps/arm/imx/spi/imx-ecspi.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bsps/arm/imx/spi/imx-ecspi.c b/bsps/arm/imx/spi/imx-ecspi.c index 26ba812f62..4732b84713 100644 --- a/bsps/arm/imx/spi/imx-ecspi.c +++ b/bsps/arm/imx/spi/imx-ecspi.c @@ -350,6 +350,9 @@