diff --git a/.gitlab/gitlab-ci.yml b/.gitlab/gitlab-ci.yml index 582a303c0f..08918df2f3 100644 --- a/.gitlab/gitlab-ci.yml +++ b/.gitlab/gitlab-ci.yml @@ -1,4 +1,4 @@ include: - - project: 'administration/integration' - file: - - 'ci/config/rtems.yml' +- project: 'administration/integration' + file: + - 'ci/config/rtems.yml' diff --git a/spec/build/bsps/aarch64/raspberrypi/objclock.yml b/spec/build/bsps/aarch64/raspberrypi/objclock.yml index 24f61c93c4..43427a9f80 100644 --- a/spec/build/bsps/aarch64/raspberrypi/objclock.yml +++ b/spec/build/bsps/aarch64/raspberrypi/objclock.yml @@ -1,8 +1,8 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause copyrights: - - Copyright (C) 2022 Mohd Noor Aman - - Copyright (C) 2023 Utkarsh Verma - - Copyright (C) 2024 Ning Yang +- Copyright (C) 2022 Mohd Noor Aman +- Copyright (C) 2023 Utkarsh Verma +- Copyright (C) 2024 Ning Yang type: build enabled-by: @@ -19,13 +19,13 @@ install: - bsps/include/dev/clock/arm-generic-timer.h source: - - bsps/aarch64/shared/clock/arm-generic-timer-aarch64.c - - bsps/shared/dev/clock/arm-generic-timer.c +- bsps/aarch64/shared/clock/arm-generic-timer-aarch64.c +- bsps/shared/dev/clock/arm-generic-timer.c links: - - role: build-dependency - uid: ../optgtusevirt - - role: build-dependency - uid: ../optgtuseps - - role: build-dependency - uid: optsystemtimer \ No newline at end of file +- role: build-dependency + uid: ../optgtusevirt +- role: build-dependency + uid: ../optgtuseps +- role: build-dependency + uid: optsystemtimer diff --git a/spec/build/bsps/aarch64/raspberrypi/objconsole.yml b/spec/build/bsps/aarch64/raspberrypi/objconsole.yml index 0d63ae13af..da91a881ab 100644 --- a/spec/build/bsps/aarch64/raspberrypi/objconsole.yml +++ b/spec/build/bsps/aarch64/raspberrypi/objconsole.yml @@ -2,29 +2,29 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause build-type: objects cflags: [] copyrights: - - Copyright (C) 2023 Utkarsh Verma - - Copyright (C) 2024 Ning Yang +- Copyright (C) 2023 Utkarsh Verma +- Copyright (C) 2024 Ning Yang cppflags: [] cxxflags: [] enabled-by: true includes: [] install: - - destination: ${BSP_INCLUDEDIR}/bsp - source: - - bsps/aarch64/raspberrypi/include/bsp/console.h - - destination: ${BSP_INCLUDEDIR}/bsp - source: - - bsps/aarch64/raspberrypi/include/bsp/raspberrypi-uart.h +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/aarch64/raspberrypi/include/bsp/console.h +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/aarch64/raspberrypi/include/bsp/raspberrypi-uart.h links: - - role: build-dependency - uid: ../../optconsoleirq - - role: build-dependency - uid: ../../objdevserialarmpl011 - - role: build-dependency - uid: optclockpl011freq - - role: build-dependency - uid: optconsoleport +- role: build-dependency + uid: ../../optconsoleirq +- role: build-dependency + uid: ../../objdevserialarmpl011 +- role: build-dependency + uid: optclockpl011freq +- role: build-dependency + uid: optconsoleport source: - - bsps/aarch64/raspberrypi/console/console.c - - bsps/shared/dev/serial/console-termios.c -type: build \ No newline at end of file +- bsps/aarch64/raspberrypi/console/console.c +- bsps/shared/dev/serial/console-termios.c +type: build diff --git a/spec/build/bsps/aarch64/raspberrypi/objgpio.yml b/spec/build/bsps/aarch64/raspberrypi/objgpio.yml index d496773c2e..7504767b84 100644 --- a/spec/build/bsps/aarch64/raspberrypi/objgpio.yml +++ b/spec/build/bsps/aarch64/raspberrypi/objgpio.yml @@ -2,16 +2,16 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause build-type: objects cflags: [] copyrights: - - Copyright (C) 2023 Utkarsh Verma +- Copyright (C) 2023 Utkarsh Verma cppflags: [] cxxflags: [] enabled-by: true includes: [] install: - - destination: ${BSP_INCLUDEDIR}/bsp - source: - - bsps/aarch64/raspberrypi/include/bsp/rpi-gpio.h +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/aarch64/raspberrypi/include/bsp/rpi-gpio.h links: [] source: - - bsps/aarch64/raspberrypi/gpio/gpio.c +- bsps/aarch64/raspberrypi/gpio/gpio.c type: build diff --git a/spec/build/bsps/aarch64/raspberrypi/objspi.yml b/spec/build/bsps/aarch64/raspberrypi/objspi.yml index f4b163578f..ec38311cd2 100644 --- a/spec/build/bsps/aarch64/raspberrypi/objspi.yml +++ b/spec/build/bsps/aarch64/raspberrypi/objspi.yml @@ -2,16 +2,16 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause build-type: objects cflags: [] copyrights: - - Copyright (C) 2024 Ning Yang +- Copyright (C) 2024 Ning Yang cppflags: [] cxxflags: [] enabled-by: true includes: [] install: - - destination: ${BSP_INCLUDEDIR}/bsp - source: - - bsps/aarch64/raspberrypi/include/bsp/raspberrypi-spi.h +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/aarch64/raspberrypi/include/bsp/raspberrypi-spi.h links: [] source: - - bsps/aarch64/raspberrypi/spi/raspberrypi-spi.c +- bsps/aarch64/raspberrypi/spi/raspberrypi-spi.c type: build diff --git a/spec/build/bsps/aarch64/raspberrypi/objsystemtimer.yml b/spec/build/bsps/aarch64/raspberrypi/objsystemtimer.yml index 1ead15fdd5..e9795ca7d3 100644 --- a/spec/build/bsps/aarch64/raspberrypi/objsystemtimer.yml +++ b/spec/build/bsps/aarch64/raspberrypi/objsystemtimer.yml @@ -1,6 +1,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause copyrights: - - Copyright (C) 2024 Ning Yang +- Copyright (C) 2024 Ning Yang type: build enabled-by: @@ -14,10 +14,10 @@ includes: [] install: [] source: - - bsps/shared/dev/clock/bcm2835-system-timer.c - - bsps/shared/dev/cpucounter/cpucounterfrequency.c - - bsps/shared/dev/cpucounter/cpucounterread.c +- bsps/shared/dev/clock/bcm2835-system-timer.c +- bsps/shared/dev/cpucounter/cpucounterfrequency.c +- bsps/shared/dev/cpucounter/cpucounterread.c links: - - role: build-dependency - uid: optsystemtimer \ No newline at end of file +- role: build-dependency + uid: optsystemtimer diff --git a/spec/build/bsps/aarch64/raspberrypi/objwatchdog.yml b/spec/build/bsps/aarch64/raspberrypi/objwatchdog.yml index 08fc41ee4f..0d0420f6f8 100644 --- a/spec/build/bsps/aarch64/raspberrypi/objwatchdog.yml +++ b/spec/build/bsps/aarch64/raspberrypi/objwatchdog.yml @@ -2,16 +2,16 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause build-type: objects cflags: [] copyrights: - - Copyright (C) 2024 Ning Yang +- Copyright (C) 2024 Ning Yang cppflags: [] cxxflags: [] enabled-by: true includes: [] install: - - destination: ${BSP_INCLUDEDIR}/bsp - source: - - bsps/aarch64/raspberrypi/include/bsp/watchdog.h +- destination: ${BSP_INCLUDEDIR}/bsp + source: + - bsps/aarch64/raspberrypi/include/bsp/watchdog.h links: [] source: - - bsps/aarch64/raspberrypi/start/watchdog.c +- bsps/aarch64/raspberrypi/start/watchdog.c type: build diff --git a/spec/build/bsps/aarch64/raspberrypi/optclockpl011freq.yml b/spec/build/bsps/aarch64/raspberrypi/optclockpl011freq.yml index 0484d8a022..c63362f371 100644 --- a/spec/build/bsps/aarch64/raspberrypi/optclockpl011freq.yml +++ b/spec/build/bsps/aarch64/raspberrypi/optclockpl011freq.yml @@ -1,17 +1,17 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - - get-integer: null - - define: null +- get-integer: null +- define: null build-type: option copyrights: - - Copyright (C) 2023 Utkarsh Verma +- Copyright (C) 2023 Utkarsh Verma default: - - enabled-by: - - aarch64/raspberrypi4b - value: 48000000 +- enabled-by: + - aarch64/raspberrypi4b + value: 48000000 description: PL011 UART clock frequency in Hz. enabled-by: true format: '{}' links: [] name: BSP_PL011_CLOCK_FREQ -type: build \ No newline at end of file +type: build diff --git a/spec/build/bsps/aarch64/raspberrypi/optconsoleport.yml b/spec/build/bsps/aarch64/raspberrypi/optconsoleport.yml index b02709ceb1..92fd73b1f9 100644 --- a/spec/build/bsps/aarch64/raspberrypi/optconsoleport.yml +++ b/spec/build/bsps/aarch64/raspberrypi/optconsoleport.yml @@ -1,23 +1,23 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause actions: - - get-string: null - - define-unquoted: null - - assert-in-set: - - UART0 - - UART2 - - UART3 - - UART4 - - UART5 +- get-string: null +- define-unquoted: null +- assert-in-set: + - UART0 + - UART2 + - UART3 + - UART4 + - UART5 build-type: option copyrights: - - Copyright (C) 2023 Utkarsh Verma +- Copyright (C) 2023 Utkarsh Verma default: - - enabled-by: - - aarch64/raspberrypi4b - value: UART0 +- enabled-by: + - aarch64/raspberrypi4b + value: UART0 description: Default UART port for the console device. enabled-by: true format: '{}' links: [] name: BSP_CONSOLE_PORT -type: build \ No newline at end of file +type: build diff --git a/spec/build/bsps/aarch64/raspberrypi/optsystemtimer.yml b/spec/build/bsps/aarch64/raspberrypi/optsystemtimer.yml index c20371ab8b..ce10608f73 100644 --- a/spec/build/bsps/aarch64/raspberrypi/optsystemtimer.yml +++ b/spec/build/bsps/aarch64/raspberrypi/optsystemtimer.yml @@ -1,6 +1,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause copyrights: - - Copyright (C) 2024 Ning Yang +- Copyright (C) 2024 Ning Yang type: build build-type: option @@ -14,12 +14,12 @@ description: | capabilities. For accurate timing it is recommended to use the system timers. actions: - - get-boolean: null - - define-condition: null - - env-enable: null +- get-boolean: null +- define-condition: null +- env-enable: null default: - - enabled-by: - - aarch64/raspberrypi4b - value: false +- enabled-by: + - aarch64/raspberrypi4b + value: false -links: [] \ No newline at end of file +links: [] diff --git a/spec/build/bsps/arm/stm32h7/optspidma.yml b/spec/build/bsps/arm/stm32h7/optspidma.yml index b70ade27b1..0e067b66d1 100644 --- a/spec/build/bsps/arm/stm32h7/optspidma.yml +++ b/spec/build/bsps/arm/stm32h7/optspidma.yml @@ -4,7 +4,7 @@ actions: - define-condition: null build-type: option copyrights: -- Copyright (C) 2024 On-Line Applications Research (OAR) +- Copyright (C) 2024 On-Line Applications Research (OAR) default: - enabled-by: true value: true diff --git a/spec/build/bsps/arm/stm32h7/optspiirq.yml b/spec/build/bsps/arm/stm32h7/optspiirq.yml index f3c869e125..6354ca95e6 100644 --- a/spec/build/bsps/arm/stm32h7/optspiirq.yml +++ b/spec/build/bsps/arm/stm32h7/optspiirq.yml @@ -4,7 +4,7 @@ actions: - define-condition: null build-type: option copyrights: -- Copyright (C) 2024 On-Line Applications Research (OAR) +- Copyright (C) 2024 On-Line Applications Research (OAR) default: - enabled-by: true value: true diff --git a/spec/build/bsps/arm/xilinx-zynq/objflash.yml b/spec/build/bsps/arm/xilinx-zynq/objflash.yml index 2a99cb9ec6..baf460c32b 100644 --- a/spec/build/bsps/arm/xilinx-zynq/objflash.yml +++ b/spec/build/bsps/arm/xilinx-zynq/objflash.yml @@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause build-type: objects cflags: [] copyrights: - - Copyright (C) 2024 Aaron Nyholm +- Copyright (C) 2024 Aaron Nyholm cppflags: [] cxxflags: [] enabled-by: true @@ -16,7 +16,7 @@ install: - bsps/arm/xilinx-zynq/include/dev/spi/zynq-qspi-flash-defs.h links: [] source: - - bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flashdev.c - - bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash.c - - bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash-transfer.c +- bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flashdev.c +- bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash.c +- bsps/arm/xilinx-zynq/dev/spi/zynq-qspi-flash-transfer.c type: build diff --git a/spec/build/bsps/optarmpl011fifodepth.yml b/spec/build/bsps/optarmpl011fifodepth.yml index f5644d7f06..dcc42f3901 100644 --- a/spec/build/bsps/optarmpl011fifodepth.yml +++ b/spec/build/bsps/optarmpl011fifodepth.yml @@ -8,12 +8,12 @@ build-type: option copyrights: - Copyright (C) 2024 Ning Yang default: -- enabled-by: +- enabled-by: - aarch64/versal_aiedge - aarch64/versal_qemu - aarch64/versal_vck190 value: 64 -- enabled-by: +- enabled-by: - aarch64/raspberrypi4b value: 32 description: | diff --git a/spec/build/bsps/riscv/riscv/bspbeaglevfire.yml b/spec/build/bsps/riscv/riscv/bspbeaglevfire.yml index 659d186d86..ac4b9b24b2 100644 --- a/spec/build/bsps/riscv/riscv/bspbeaglevfire.yml +++ b/spec/build/bsps/riscv/riscv/bspbeaglevfire.yml @@ -16,4 +16,4 @@ links: - role: build-dependency uid: grp source: [] -type: build \ No newline at end of file +type: build diff --git a/spec/build/bsps/tst.yml b/spec/build/bsps/tst.yml index 5dd6c51e4a..7eea40e75d 100644 --- a/spec/build/bsps/tst.yml +++ b/spec/build/bsps/tst.yml @@ -24,8 +24,8 @@ actions: - psxfenv01 - set-test-state: reason: | - Fails because of #2169, rename to existing entries is - not supported + Fails because of #2169, rename to existing entries is + not supported state: expected-fail tests: - imfsfsrenameexisting @@ -41,7 +41,7 @@ actions: - mrfsfsrenamepermexisting - set-test-state: reason: | - Fails because of #2169 and other rename issue + Fails because of #2169 and other rename issue state: expected-fail tests: - imfsfssymlink @@ -51,13 +51,13 @@ actions: - mrfsfssymlink - set-test-state: reason: | - Fails because of #5069, NAME_MAX is ignored by RFS + Fails because of #5069, NAME_MAX is ignored by RFS state: expected-fail tests: - mrfsfsrenamelongname - set-test-state: reason: | - Fails because of #5070, this test seems invalid + Fails because of #5070, this test seems invalid state: expected-fail tests: - jffs2fsrenamemaxlinks diff --git a/spec/build/testsuites/sptests/sptree01.yml b/spec/build/testsuites/sptests/sptree01.yml index 4f531380be..d78b20d272 100644 --- a/spec/build/testsuites/sptests/sptree01.yml +++ b/spec/build/testsuites/sptests/sptree01.yml @@ -2,7 +2,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause build-type: test-program cflags: [] copyrights: -- Copyright (C) 2024 Gedare Bloom +- Copyright (C) 2024 Gedare Bloom cppflags: [] cxxflags: [] enabled-by: true