Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-mcuboot#513

Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder requested review from a team as code owners August 13, 2025 11:38
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Aug 13, 2025
@NordicBuilder
Copy link
Contributor Author

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
mcuboot nrfconnect/sdk-mcuboot@c72ed15 (main) nrfconnect/sdk-mcuboot#513 nrfconnect/sdk-mcuboot#513/files

Additional metadata changed:

Name URL Submodules West cmds module.yml
mcuboot

DNM label due to: 1 project with PR revision and 1 project with metadata changes

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Aug 13, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 1

Inputs:

Sources:

sdk-nrf: PR head: 51b2471045dfd013c5d666854b710c4c59f7732b
mcuboot: PR head: 3296af09192c5bae50ae618c9aa934d643387cb2

more details

sdk-nrf:

PR head: 51b2471045dfd013c5d666854b710c4c59f7732b
merge base: 7b9a4585f76ab334e61ccc36dbade63bae09d521
target head (main): 7b9a4585f76ab334e61ccc36dbade63bae09d521
Diff

mcuboot:

PR head: 3296af09192c5bae50ae618c9aa934d643387cb2
merge base: c72ed153fb924203975c38dfea2853ae612e0a9a
target head (main): c72ed153fb924203975c38dfea2853ae612e0a9a
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (99)
bootloader
│  ├── mcuboot
│  │  ├── .github
│  │  │  ├── workflows
│  │  │  │  │ zephyr_build.yaml
│  │  ├── README.md
│  │  ├── boot
│  │  │  ├── boot_serial
│  │  │  │  ├── include
│  │  │  │  │  ├── boot_serial
│  │  │  │  │  │  │ boot_serial_encryption.h
│  │  │  │  ├── src
│  │  │  │  │  ├── boot_serial.c
│  │  │  │  │  │ boot_serial_encryption.c
│  │  │  ├── bootutil
│  │  │  │  ├── include
│  │  │  │  │  ├── bootutil
│  │  │  │  │  │  ├── boot_hooks.h
│  │  │  │  │  │  ├── boot_status.h
│  │  │  │  │  │  ├── bootutil.h
│  │  │  │  │  │  ├── crypto
│  │  │  │  │  │  │  ├── ecdh_p256.h
│  │  │  │  │  │  │  ├── ecdh_x25519.h
│  │  │  │  │  │  │  ├── ecdsa.h
│  │  │  │  │  │  │  │ rsa.h
│  │  │  │  │  │  ├── enc_key.h
│  │  │  │  │  │  ├── fault_injection_hardening.h
│  │  │  │  │  │  │ image.h
│  │  │  │  ├── src
│  │  │  │  │  ├── boot_record.c
│  │  │  │  │  ├── bootutil_misc.c
│  │  │  │  │  ├── bootutil_priv.h
│  │  │  │  │  ├── bootutil_public.c
│  │  │  │  │  ├── encrypted.c
│  │  │  │  │  ├── fault_injection_hardening.c
│  │  │  │  │  ├── image_validate.c
│  │  │  │  │  │ loader.c
│  │  │  ├── espressif
│  │  │  │  ├── include
│  │  │  │  │  ├── crypto_config
│  │  │  │  │  │  ├── mbedtls_custom_config.h
│  │  │  │  │  │  │ rsa.cmake
│  │  │  ├── zephyr
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boards
│  │  │  │  │  ├── ctcc_nrf52840.conf
│  │  │  │  │  ├── decawave_dwm3001cdk.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.overlay
│  │  │  │  │  ├── it8xxx2_evb.conf
│  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu0.conf
│  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu0_qspi.conf
│  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu0_qspi.overlay
│  │  │  │  │  ├── micromod_nrf52840..conf
│  │  │  │  │  ├── mimxrt1050_evk_mimxrt1052_hyperflash_ram_load.overlay
│  │  │  │  │  ├── myra_sip_baseboard.conf
│  │  │  │  │  ├── nrf52840_big.overlay
│  │  │  │  │  ├── nrf52840_single_slot.overlay
│  │  │  │  │  ├── nrf52840dk_nrf52840_ram_load.overlay
│  │  │  │  │  ├── nrf52840dk_qspi_nor_secondary.overlay
│  │  │  │  │  ├── nrf52840dk_ram.overlay
│  │  │  │  │  ├── nrf52840dk_ram_multi.overlay
│  │  │  │  │  ├── nrf52840dongle_nrf52840_bare.conf
│  │  │  │  │  ├── nrf52_minimal_footprint.conf
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── nucleo_h7s3l8.conf
│  │  │  │  │  ├── numaker_pfm_m467.conf
│  │  │  │  │  ├── stm32h573i_dk.conf
│  │  │  │  │  ├── stm32h7s78_dk.conf
│  │  │  │  │  │ stm32n6570_dk_stm32n657xx_fsbl.conf
│  │  │  │  ├── cleanup
│  │  │  │  │  ├── arm_cortex_m.c
│  │  │  │  │  │ arm_cortex_r.c
│  │  │  │  ├── flash_map_extended.c
│  │  │  │  ├── flash_map_legacy.c
│  │  │  │  ├── hooks_sample.c
│  │  │  │  ├── include
│  │  │  │  │  ├── arm_cleanup.h
│  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │ mcuboot_config.h
│  │  │  │  ├── io.c
│  │  │  │  ├── main.c
│  │  │  │  ├── prj.conf
│  │  │  │  ├── ram_load.c
│  │  │  │  ├── sample.yaml
│  │  │  │  │ single_loader.c
│  │  ├── ci
│  │  │  │ fih-tests_run.sh
│  │  ├── docs
│  │  │  ├── SECURITY.md
│  │  │  ├── design.md
│  │  │  ├── index.md
│  │  │  ├── readme-zephyr.md
│  │  │  ├── release-notes.d
│  │  │  │  ├── add-cortex-r-support-00-basic.md
│  │  │  │  ├── add-cortex-r-support-01-cleanup-core.md
│  │  │  │  ├── align-security-policy.md
│  │  │  │  ├── click.md
│  │  │  │  ├── enable-ram-load-revert.md
│  │  │  │  ├── fix-boot-scramble-region.md
│  │  │  │  ├── imgtool-compression-header-fix.md
│  │  │  │  ├── picolibc.md
│  │  │  │  ├── single-slot-fixes.md
│  │  │  │  ├── trailer-fixes.md
│  │  │  │  │ zephyr-pinreset-trigger.md
│  │  │  │ release-notes.md
│  │  ├── ext
│  │  │  │ mbedtls
│  │  ├── repository.yml
│  │  ├── scripts
│  │  │  ├── imgtool
│  │  │  │  ├── __init__.py
│  │  │  │  │ image.py
│  │  │  ├── tests
│  │  │  │  │ test_commands.py
│  │  ├── sim
│  │  │  ├── mcuboot-sys
│  │  │  │  ├── build.rs
│  │  │  │  ├── csupport
│  │  │  │  │  ├── config-ec-psa.h
│  │  │  │  │  ├── config-rsa-kw.h
│  │  │  │  │  │ run.c
│  │  │  │  ├── src
│  │  │  │  │  │ c.rs
│  │  │  ├── src
│  │  │  │  │ image.rs
│  │  │  ├── tests
│  │  │  │  │ core.rs
│  │  ├── zephyr
│  │  │  ├── module.yml
│  │  │  │ requirements.txt
west.yml

Outputs:

Toolchain

Version: c5be9c56c7
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:c5be9c56c7_bba2ea5f2e

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 690
  • ❌ Integration tests
    • ❌ test-sdk-mcuboot
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-fem
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

@github-actions
Copy link

You can find the documentation preview for this PR here.

@jukkar jukkar closed this Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-mcuboot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants