[PATCH 7/8] bsp/stm32h7: copy system files to nucleo-h743zi board directory

2022-05-15 Thread Karel Gardas
Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata --- .../boards/stm/nucleo-h743zi/ext-mem-ctl.c| 478 ++ .../stm/nucleo-h743zi/stm32h7-config-clk.c| 45 ++ .../stm/nucleo-h743zi/stm32h7-config-osc.c| 52 ++ .../stm/nucleo-h74

[PATCH 8/8] bsp/stm32h7: remove system files from start directory

2022-05-15 Thread Karel Gardas
The files are already presented in boards directories and are not needed in start directory anymore. Sponsored-By: Precidata --- bsps/arm/stm32h7/start/stm32h7-config-clk.c | 45 --- bsps/arm/stm32h7/start/stm32h7-config-osc.c | 52 --- bsps/arm/stm32h7/start/stm32h7-config-per.c | 62 --- b

[PATCH 6/8] bsp/stm32h7: copy system files to stm32h743i-eval board directory

2022-05-15 Thread Karel Gardas
Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata --- .../boards/stm/stm32h743i-eval/ext-mem-ctl.c | 478 ++ .../stm/stm32h743i-eval/stm32h7-config-clk.c | 45 ++ .../stm/stm32h743i-eval/stm32h7-config-osc.c | 52 ++ .../stm/stm32h743i

[PATCH 5/8] bsp/stm32h7: remove stm32h7b3i-dk related changes from start system files

2022-05-15 Thread Karel Gardas
Sponsored-By: Precidata --- bsps/arm/stm32h7/start/stm32h7-config-clk.c | 4 -- bsps/arm/stm32h7/start/stm32h7-config-osc.c | 17 --- bsps/arm/stm32h7/start/stm32h7-config-per.c | 17 --- bsps/arm/stm32h7/start/system_stm32h7xx.c | 51 +++-- 4 files changed, 7 insertio

[PATCH 4/8] bsp/stm32h7: update stm32h7b3i-dk board system_stm32h7xx.c file

2022-05-15 Thread Karel Gardas
Updated content comes from STM32CubeIDE 1.9.0 generated for STM32H7B3I-DK board and have RTEMS related changes merged in. Sponsored-By: Precidata --- .../stm/stm32h7b3i-dk/system_stm32h7xx.c | 140 -- 1 file changed, 25 insertions(+), 115 deletions(-) diff --git a/bsps/arm

[PATCH 3/8] bsp/stm32h7: cleanup osc, clk, per files for stm32h7b3i-dk board

2022-05-15 Thread Karel Gardas
Sponsored-By: Precidata --- .../stm/stm32h7b3i-dk/stm32h7-config-clk.c| 4 --- .../stm/stm32h7b3i-dk/stm32h7-config-osc.c| 20 - .../stm/stm32h7b3i-dk/stm32h7-config-per.c| 30 --- 3 files changed, 54 deletions(-) diff --git a/bsps/arm/stm32h7/boards/stm

[PATCH 2/8] bsp/stm32h7: copy system files to stm32h7b3i-dk board directory

2022-05-15 Thread Karel Gardas
Also adjust BSP spec file to make it buildable with board files. Sponsored-By: Precidata --- .../boards/stm/stm32h7b3i-dk/ext-mem-ctl.c| 478 ++ .../stm/stm32h7b3i-dk/stm32h7-config-clk.c| 49 ++ .../stm/stm32h7b3i-dk/stm32h7-config-osc.c| 69 +++ .../stm/stm32h7b3

[PATCH 1/8] bsp/stm32h7: move compilation of system files to BSPs spec. files

2022-05-15 Thread Karel Gardas
The patch is done in preparation for stm32h7 BSP tree refactoring. Sponsored-By: Precidata --- spec/build/bsps/arm/stm32h7/bspnucleoh743zi.yml | 7 ++- spec/build/bsps/arm/stm32h7/bspstm32h7.yml | 7 ++- spec/build/bsps/arm/stm32h7/bspstm32h7b3i-dk.yml | 7 ++- spec/build/bsp

Re: riscv failures from bsp builder

2022-05-15 Thread Joel Sherrill
This doesn't appear to fail on FreeBSD based on https://lists.rtems.org/pipermail/build/2022-May/033521.html. Not sure what that means. --joel On Sat, May 14, 2022 at 12:14 PM Joel Sherrill wrote: > Hi > > These four cases fail regularly on recent bsp builder runs. This is a > fragment from t