Skip to content

manifest: sdk-mcuboot: Add support for AES plain encryption + with all additional needed changes#26327

Closed
NordicBuilder wants to merge 1 commit into
nrfconnect:mainfrom
NordicBuilder:auto-manifest-sdk-mcuboot-586
Closed

manifest: sdk-mcuboot: Add support for AES plain encryption + with all additional needed changes#26327
NordicBuilder wants to merge 1 commit into
nrfconnect:mainfrom
NordicBuilder:auto-manifest-sdk-mcuboot-586

Conversation

@NordicBuilder
Copy link
Copy Markdown
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners December 17, 2025 19:42
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Dec 17, 2025
@NordicBuilder
Copy link
Copy Markdown
Contributor Author

NordicBuilder commented Dec 17, 2025

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

Name Old Revision New Revision Diff
mcuboot nrfconnect/sdk-mcuboot@73497f4 (main) nrfconnect/sdk-mcuboot#586 nrfconnect/sdk-mcuboot#586/files

DNM label due to: 1 project with PR revision

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

@NordicBuilder
Copy link
Copy Markdown
Contributor Author

NordicBuilder commented Dec 17, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 7

Inputs:

Sources:

sdk-nrf: PR head: f838038000fdec08213312622c1044cda8326d02
mcuboot: PR head: 894ec54d9329c4af6b5d4d4b28f1bfe6beaff7ca

more details

sdk-nrf:

PR head: f838038000fdec08213312622c1044cda8326d02
merge base: f4d3054ec15bb5626b92d272493b4ca3892c2f3a
target head (main): f4d3054ec15bb5626b92d272493b4ca3892c2f3a
Diff

mcuboot:

PR head: 894ec54d9329c4af6b5d4d4b28f1bfe6beaff7ca
merge base: 73497f4919ed207d86fd284aef3a46e1cbba9c69
target head (main): 73497f4919ed207d86fd284aef3a46e1cbba9c69
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 (23)
bootloader
│  ├── mcuboot
│  │  ├── boot
│  │  │  ├── boot_serial
│  │  │  │  ├── src
│  │  │  │  │  ├── boot_serial.c
│  │  │  │  │  │ boot_serial_encryption.c
│  │  │  ├── bootutil
│  │  │  │  ├── include
│  │  │  │  │  ├── bootutil
│  │  │  │  │  │  ├── bootutil.h
│  │  │  │  │  │  ├── crypto
│  │  │  │  │  │  │  ├── aes_ctr.h
│  │  │  │  │  │  │  ├── aes_ctr_mbedtls.h
│  │  │  │  │  │  │  ├── aes_ctr_psa.h
│  │  │  │  │  │  │  │ aes_ctr_tinycrypt.h
│  │  │  │  │  │  │ enc_key.h
│  │  │  │  ├── src
│  │  │  │  │  ├── bootutil_loader.c
│  │  │  │  │  ├── bootutil_misc.c
│  │  │  │  │  ├── encrypted.c
│  │  │  │  │  ├── encrypted_psa.c
│  │  │  │  │  ├── loader.c
│  │  │  │  │  │ loader_manifest_xip.c
│  │  │  ├── mynewt
│  │  │  │  ├── src
│  │  │  │  │  │ single_loader.c
│  │  │  ├── zephyr
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── include
│  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │ mcuboot_config.h
│  │  │  │  ├── ram_load.c
│  │  │  │  ├── templates
│  │  │  │  │  │ single_builtin_aes_key_provider.c.template
│  │  ├── scripts
│  │  │  ├── imgtool
│  │  │  │  ├── image.py
│  │  │  │  │ main.py
west.yml

Outputs:

Toolchain

Version: c3b3fc2dba
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:c3b3fc2dba_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 949
  • ❌ Integration tests
    • ❌ test-sdk-mcuboot
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • desktop52_verification
    • test_ble_nrf_config
    • 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_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-wifi
    • test-secdom-samples-public

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

@github-actions
Copy link
Copy Markdown

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-mcuboot-586 branch 5 times, most recently from caa7642 to db764d1 Compare December 19, 2025 15:26
Automatically created by action-manifest-pr GH action from PR:
nrfconnect/sdk-mcuboot#586

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-mcuboot-586 branch from db764d1 to f838038 Compare December 19, 2025 15:30
@github-actions
Copy link
Copy Markdown

This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 7 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions Bot added the Stale label Jan 19, 2026
@github-actions github-actions Bot closed this Jan 26, 2026
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 Stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant