Re: [PATCH v5 1/1] bsp/riscv: Add NOEL-V BSP

2022-08-31 Thread Daniel Cederman
On 2022-08-30 21:04, Sebastian Huber wrote: On 25/08/2022 10:33, Daniel Cederman wrote: +#define BSP_INTERRUPT_VECTOR_MIN 0 + +#define BSP_INTERRUPT_VECTOR_MAX RISCV_INTERRUPT_VECTOR_EXTERNAL(RISCV_MAXIMUM_EXTERNAL_INTERRUPTS - 1) I am a bit surprised that this worked, since the API changed.

Re: [PATCH v5 0/1] NOEL-V BSP

2022-08-31 Thread Daniel Cederman
On 2022-08-30 21:10, Joel Sherrill wrote: I think it's OK to push after this long. Also be sure to add some to the RTEMS Users Guide for this BSP. Will do. Does this work on any simulator? We have a modified version of QEMU that we run it on, but we have not made it publicly available yet.

[PATCH v6 0/1] NOEL-V BSP

2022-08-31 Thread Daniel Cederman
v6 Change family entry to noel in all BSP build specs Synchronize irq.h and riscv.h with versions in riscv BSP Martin Aberg (1): bsp/riscv: Add NOEL-V BSP bsps/include/bsp/fatal.h | 3 + bsps/riscv/noel/console/console-config.c | 208 ++ bsps/riscv/n

[PATCH v6 1/1] bsp/riscv: Add NOEL-V BSP

2022-08-31 Thread Daniel Cederman
From: Martin Aberg Added support for Cobham Gaisler NOEL-V systems. The NOEL-V support is implemented as a riscv BSP. Both 32-bit and 64-bit processor systems are supported. Cobham Gaisler's NOEL-V RISC-V processor IP is described here: https://www.gaisler.com/NOELV Compatible with the followi

Re: [PATCH v6 0/1] NOEL-V BSP

2022-08-31 Thread Hesham Almatary
Looks good. Thanks! On Wed, 31 Aug 2022 at 09:25, Daniel Cederman wrote: > > v6 > Change family entry to noel in all BSP build specs > Synchronize irq.h and riscv.h with versions in riscv BSP > > Martin Aberg (1): > bsp/riscv: Add NOEL-V BSP > > bsps/include/bsp/fatal.h |

Re: rtems-central appears to be out of sync with rtems and rtems-docs

2022-08-31 Thread Sebastian Huber
Hello Joel, On 30/08/2022 22:44, Joel Sherrill wrote: When I am on master of rtems-central.git and sub spec2modules.py, it generates updates to rtems-docs and rtems. My understanding is that if they were in sync, there would be no changes in rtems-docs and rtems. (env) [joel@localhost rtems-c

Re: [PATCH v6 0/1] NOEL-V BSP

2022-08-31 Thread Sebastian Huber
On 31/08/2022 10:49, Hesham Almatary wrote: Looks good. Thanks! Ditto. -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de phone: +49-89-18 94 741 - 16 fax: +49-89-18 94 741 - 08 Registergericht: Amtsgericht München Reg

Re: rtems-central appears to be out of sync with rtems and rtems-docs

2022-08-31 Thread Joel Sherrill
On Wed, Aug 31, 2022 at 5:00 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Hello Joel, > > On 30/08/2022 22:44, Joel Sherrill wrote: > > When I am on master of rtems-central.git and sub spec2modules.py, it > > generates updates to rtems-docs and rtems. My understanding is that

Re: [PATCH v5 0/1] NOEL-V BSP

2022-08-31 Thread Joel Sherrill
On Wed, Aug 31, 2022 at 2:59 AM Daniel Cederman wrote: > On 2022-08-30 21:10, Joel Sherrill wrote: > > I think it's OK to push after this long. > > Also be sure to add some to the RTEMS Users Guide for this BSP. > > Will do. > > > Does this work on any simulator? > > We have a modified version of

For GSoC: RTEMS release notes new generator

2022-08-31 Thread Mahmoud Abumandour
Hello all, Here, I present the current output of the new release notes generator that will be used in the release generation process. Currently, the generator is capable is generating markdown and reStructuredText. Both have minor flaws that, in my opinion, are somewhat acceptable. You can find a