Re: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations

2022-06-01 Thread Sebastian Huber
On 01/06/2022 08:55, gabriel.moy...@dlr.de wrote: On 30/05/2022 09:29, Gabriel Moyano wrote: Since pps->capgen is not used in uniprocessor configurations, there is no need to verified if it is equal to zero Update #2349 --- cpukit/score/src/kern_tc.c | 4 1 file changed, 4 insertions(

Re: [PATCH 2/7] bsps/stm32h7: enable cache and MPU only on Cortex-M7

2022-06-01 Thread Sebastian Huber
On 30/05/2022 01:36, Karel Gardas wrote: diff --git a/bsps/arm/stm32h7/start/bspstarthooks.c b/bsps/arm/stm32h7/start/bspstarthooks.c index ef26af5eba..dd8f544e52 100644 --- a/bsps/arm/stm32h7/start/bspstarthooks.c +++ b/bsps/arm/stm32h7/start/bspstarthooks.c @@ -101,7 +101,7 @@ void bsp_start_h

AW: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations

2022-06-01 Thread Gabriel.Moyano
> On 01/06/2022 08:55, gabriel.moy...@dlr.de wrote: > >> On 30/05/2022 09:29, Gabriel Moyano wrote: > >>> Since pps->capgen is not used in uniprocessor configurations, there > >>> is no need to verified if it is equal to zero > >>> > >>> Update #2349 > >>> --- > >>>cpukit/score/src/kern_tc.c |

Re: AW: AW: [PATCH] kern_tc.c: Update pps_event() for uniprocessor configurations

2022-06-01 Thread Sebastian Huber
On 01/06/2022 11:19, gabriel.moy...@dlr.de wrote: On 01/06/2022 08:55,gabriel.moy...@dlr.de wrote: On 30/05/2022 09:29, Gabriel Moyano wrote: Since pps->capgen is not used in uniprocessor configurations, there is no need to verified if it is equal to zero Update #2349 --- cpukit/score/src

Re: [PATCH] user/bsps/arm: improve stm32h7 BSP description

2022-06-01 Thread Gedare Bloom
Looks good to me. On Wed, May 18, 2022 at 1:02 PM Karel Gardas wrote: > > This patch adds kind of HOWTO to the stm32h7 BSP description. The howto > discusses various tools from STM tool-chain and how to use them in order > to configure board for RTEMS and to upload RTEMS application binary > to t

[PATCH 2/4] bsps/stm32h7: add configuration and enable build of stm32h747i-disco BSP

2022-06-01 Thread Karel Gardas
Sponsored-By: Precidata --- .../bsps/arm/stm32h7/bspstm32h747i-disco.yml | 24 +++ spec/build/bsps/arm/stm32h7/optbootcore.yml | 1 + spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 1 + spec/build/bsps/arm/stm32h7/optpwrsupply.yml | 1 + .../arm/stm32h7/optusart1alternate

[PATCH 1/4] bsps/stm32h7: add board C files for stm32h747i-disco BSP

2022-06-01 Thread Karel Gardas
Besides C files for the BSP variant the patch also provides license clarification on system_stm32h7xx.c file which is provided in boards/stm/stm32h747i-disco directory. The files comes from STM32CubeH7 project and references "root directory" in its license comment and it's not clear where this poin

[PATCH 4/4] bsps/stm32h7: set default SDRAM x sizes on stm32h747i-disco BSP

2022-06-01 Thread Karel Gardas
This means: SDRAM 1: 0 SDRAM 2: 32 MB Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml | 1 + spec/build/bsps/arm/stm32h7/optmemsdram2sz.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml b/spec/build/bsps/arm/stm

[PATCH 3/4] bsps/stm32h7: disable all unsupported U(S)ARTs on stm32h747i-disco BSP

2022-06-01 Thread Karel Gardas
This patch disables all U(S)ARTs which are not supported by the board itself and its provided connectors. That means only USART1 and 2 and UART8 are enabled. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/optenuart4.yml | 1 + spec/build/bsps/arm/stm32h7/optenuart5.yml | 1 + spec/

Re: [PATCH 1/4] bsps/stm32h7: add board C files for stm32h747i-disco BSP

2022-06-01 Thread Sebastian Huber
On 01/06/2022 14:23, Karel Gardas wrote: Besides C files for the BSP variant the patch also provides license clarification on system_stm32h7xx.c file which is provided in boards/stm/stm32h747i-disco directory. The files comes from STM32CubeH7 project and references "root directory" in its license

Re: [PATCH] devel/spike-1.0.0: bump hash

2022-06-01 Thread Gedare Bloom
What/Why did this change? Where we not using a release before? Looks ok otherwise. On Wed, May 25, 2022 at 12:31 PM Ryan Long wrote: > > Bump the hash of spike to match the 1.1.0 release > > Closes #4660 > --- > bare/config/devel/spike-1.1.0.cfg | 4 ++-- > 1 file changed, 2 insertions(+), 2 de

Re: [PATCH] user: Document Zynq network

2022-06-01 Thread Gedare Bloom
ok On Mon, May 23, 2022 at 7:13 AM Sebastian Huber wrote: > > Content is from rtems-libbsd/libbsd.txt with minor modifications. > --- > user/bsps/arm/xilinx-zynq.rst | 18 +- > 1 file changed, 17 insertions(+), 1 deletion(-) > > diff --git a/user/bsps/arm/xilinx-zynq.rst b/user/b

Re: [PATCH rtems] bsps/imx: Enable clock of ETH2

2022-06-01 Thread Gedare Bloom
On Mon, May 23, 2022 at 6:22 AM Christian Mauderer wrote: > > --- > bsps/arm/imx/start/bspstart.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/bsps/arm/imx/start/bspstart.c b/bsps/arm/imx/start/bspstart.c > index 04d48d1558..e9cca49200 100644 > --- a/bsps/arm/imx/start/

Re: [PATCH rtems-libbsd 1/2] if_ffec: Reduce buffer size

2022-06-01 Thread Gedare Bloom
On Mon, May 23, 2022 at 6:21 AM Christian Mauderer wrote: > > Typical embedded systems don't have that much memory. Reduce the buffer > size to something more sensible for the usual type of application. > --- > freebsd/sys/dev/ffec/if_ffec.c | 8 > 1 file changed, 8 insertions(+) > > dif

Re: [PATCH rtems-libbsd 2/2] if_ffec: Allow PHY that is connected to other FFEC

2022-06-01 Thread Gedare Bloom
Should this be upstreamed? On Mon, May 23, 2022 at 6:22 AM Christian Mauderer wrote: > > The i.MX6UL (and some others from the i.MX family) have shared MDIO > lines for multiple FFECs. This patch allows to use the MDIO interface > from another Ethernet controller. > > Note that you have to make s

Re: [PATCH rtems] bsps/atsam: Fix type of options

2022-06-01 Thread Gedare Bloom
ok On Mon, May 23, 2022 at 6:16 AM Christian Mauderer wrote: > > ATSAM_CONSOLE_DEVICE_INDEX and ATSAM_CONSOLE_DEVICE_TYPE have to be > integers like suggested by their description. Otherwise it's not > possible to select (for example) USART2 as console device. > --- > spec/build/bsps/arm/atsam/o

Re: [PATCH v1] cpukit/libmisc/capture: fix capture bug

2022-06-01 Thread Gedare Bloom
On Mon, May 23, 2022 at 1:40 AM wrote: > > From: Tian Ye > What is the bug this fixes? Is there an open ticket for it? > --- > cpukit/libmisc/capture/capture.c | 30 > cpukit/libmisc/capture/capture_support.c | 8 +-- > 2 files changed, 32 insertions(+), 6

Re: [PATCH] devel/spike-1.0.0: bump hash

2022-06-01 Thread Ryan Long
On 6/1/2022 7:36 AM, Gedare Bloom wrote: What/Why did this change? Where we not using a release before? I'm not sure. Their Github only shows two releases. One's from 2019 and the latest is from late 2021. The last time the hash was bumped was in 2020 by Joel, so I'm guessing that was changin

[PATCH] bsps/stm32h7: add stm32h747i-disco-m4 BSP variant

2022-06-01 Thread Karel Gardas
This patch adds stm32h747i-disco-m4 BSP variant and puts it in sync with the stm32h747i-disco BSP variant hardware support. That means, only USART 1, 2 and UART 8 are enabled. Also SDRAM 2 is set to 32MB, SDRAM 1 size is set to 0. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/abi.yml

[PATCH 1/3] bsps/stm32h7: set default printk instance on nucleo-h743zi BSP to USART3

2022-06-01 Thread Karel Gardas
This is the default configuration of the board out of the box. Any other possible/supported configuration requires soldering, so definitely not out of the box experience. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/optprintkinstance.yml | 5 - 1 file changed, 4 insertions(+), 1

[PATCH 3/3] bsps/stm32h7: set SDRAM 1 size to 0 by default on nucleo-h743zi BSP

2022-06-01 Thread Karel Gardas
Nucleo does not have any SDRAM, so 0 size is the only possible right choice here. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/build/bsps/arm/stm32h7/optmemsdram1sz.yml b/spec/build/bsps/arm/stm32h7/optmemsd

[PATCH 2/3] bsps/stm32h7: set default linkage to flash for nucleo-h743zi BSP

2022-06-01 Thread Karel Gardas
Nucleo does not have any SDRAM so default linkage to SDRAM does not make any sense here. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/optlinkcmds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/build/bsps/arm/stm32h7/optlinkcmds.yml b/spec/build/bsps/arm/stm32h7/optlink

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-01 Thread Vijay Kumar Banerjee
Hello everyone, I have pushed this patch and I would like to add a note regarding that. This patch started interesting discussions about the possible ways to organize code from multiple sources. Pavel also raised an issue with the directory name "uLan". Since the repository is still in a personal

Re: [PATCH 1/3] bsps/stm32h7: set default printk instance on nucleo-h743zi BSP to USART3

2022-06-01 Thread Sebastian Huber
These three patches and the stm32h747i-disco-m4 patch are all right. -- 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 Register

Re: [PATCH rtems-lwip] lwip: Split sources into origin directories

2022-06-01 Thread Pavel Pisa
Dear Vijay, On Thursday 02 of June 2022 05:56:56 Vijay Kumar Banerjee wrote: > I have pushed this patch and I would like to add a note regarding that. thanks for the work and time. > This patch started interesting discussions about the possible ways to > organize code from multiple sources. Pave