Skip to content

Conversation

@jonathannilsen
Copy link
Contributor

No description provided.

@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Nov 27, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 27, 2025

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

Name Old Revision New Revision Diff
mcuboot jonathannilsen/sdk-mcuboot@0d9411f (main) jonathannilsen/sdk-mcuboot@ironside-support-ncs jonathannilsen/sdk-mcuboot@0d9411f5..ironside-support-ncs
zephyr jonathannilsen/sdk-zephyr@796b28f jonathannilsen/sdk-zephyr@ironside-support2-ncs jonathannilsen/sdk-zephyr@796b28fa..ironside-support2-ncs

Additional metadata changed:

Name URL Submodules West cmds module.yml Blobs
mcuboot
zephyr

DNM label due to: 2 projects with metadata changes

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 27, 2025

CI Information

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

Inputs:

Sources:

hal_nordic: PR head: 8d6fca00da0983adfdb90cdc4f08ded79cc49e71
sdk-nrf: PR head: fb1a301f9d83491a2093aace219bf4f02029504b
mcuboot: PR head: 6c453ac0f23bf3e0bfa80366ad377a8cfdb222e4
zephyr: PR head: 57fa74f6f7a6d90c8fb7806da8fdd41e28b046c2

more details

hal_nordic:

PR head: 8d6fca00da0983adfdb90cdc4f08ded79cc49e71
merge base: 564e754139944286208f3eac122781cec4262392
target head (master): 0dbbf4794156ca09dc2d4bad8c42dcdb54acd662
Diff

sdk-nrf:

PR head: fb1a301f9d83491a2093aace219bf4f02029504b
merge base: cf8857aef206a0c5bf628d5a97849a3eb0ed45bd
target head (main): 411e76b64225a0959c06102d4ae9b2375476fd96
Diff

mcuboot:

PR head: 6c453ac0f23bf3e0bfa80366ad377a8cfdb222e4
merge base: 0d9411f5dda336b999c56c4eb13c502af8b59851
Diff

zephyr:

PR head: 57fa74f6f7a6d90c8fb7806da8fdd41e28b046c2
merge base: 796b28fa4b098a276322b31eca3516fc190af37a
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 (120)
bootloader
│  ├── mcuboot
│  │  ├── boot
│  │  │  ├── zephyr
│  │  │  │  ├── ironside_counters
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  │ ironside_counters.c
include
│  ├── tfm
│  │  ├── ironside
│  │  │  ├── se
│  │  │  │  │ ipc_service.h
lib
│  ├── nrf_modem_lib
│  │  │ nrf_modem_os_rpc.c
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── ironside
│  │  │  │  ├── se
│  │  │  │  │  ├── git_sha.txt
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── ironside
│  │  │  │  │  │  │  ├── se
│  │  │  │  │  │  │  │  ├── api.h
│  │  │  │  │  │  │  │  ├── boot_report.h
│  │  │  │  │  │  │  │  ├── call.h
│  │  │  │  │  │  │  │  ├── ctrlap.h
│  │  │  │  │  │  │  │  ├── glue.h
│  │  │  │  │  │  │  │  ├── internal
│  │  │  │  │  │  │  │  │  ├── api_serialization.h
│  │  │  │  │  │  │  │  │  │ mdk.h
│  │  │  │  │  │  │  │  ├── key_ids.h
│  │  │  │  │  │  │  │  ├── memory_map.h
│  │  │  │  │  │  │  │  ├── periphconf.h
│  │  │  │  │  │  │  │  ├── uicr.h
│  │  │  │  │  │  │  │  ├── uicr_deploy.h
│  │  │  │  │  │  │  │  │ versions.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── ironside_se_api.c
│  │  │  │  │  │  │ uicr_deploy.c
│  │  │  │  │  ├── tool
│  │  │  │  │  │  ├── ironside
│  │  │  │  │  │  │  ├── __init__.py
│  │  │  │  │  │  │  ├── __main__.py
│  │  │  │  │  │  │  ├── commands
│  │  │  │  │  │  │  │  ├── __init__.py
│  │  │  │  │  │  │  │  ├── check_periphconf.py
│  │  │  │  │  │  │  │  │ gen_uicr.py
│  │  │  │  │  │  │ pyproject.toml
│  │  │  ├── nrfx
│  │  │  │  ├── bsp
│  │  │  │  │  ├── stable
│  │  │  │  │  │  ├── mdk
│  │  │  │  │  │  │  │ nrf54l_erratas.h
│  │  │  │  │  │  ├── soc
│  │  │  │  │  │  │  ├── interconnect
│  │  │  │  │  │  │  │  │ nrfx_gppi_lumos.c
│  │  │  │  ├── doc
│  │  │  │  │  │ nrfx_4_0_migration_guide.md
│  │  │  │  ├── hal
│  │  │  │  │  ├── nrf_common.h
│  │  │  │  │  │ nrf_ppi.h
│  │  │  │  ├── helpers
│  │  │  │  │  ├── internal
│  │  │  │  │  │  │ nrfx_gppiv1_shim.c
│  │  │  │  │  ├── nrfx_gppi.h
│  │  │  │  │  │ nrfx_gppi_ppi.c
samples
│  ├── dfu
│  │  ├── ab_split
│  │  │  ├── sysbuild
│  │  │  │  ├── mcuboot
│  │  │  │  │  │ prj.conf
│  ├── ironside_se
│  │  ├── secondary_boot_gen_uicr
│  │  │  ├── prj.conf
│  │  │  ├── src
│  │  │  │  │ main.c
subsys
│  ├── nrf_security
│  │  ├── src
│  │  │  ├── ssf_secdom
│  │  │  │  ├── Kconfig
│  │  │  │  │ ironside_se_psa_ns_api.c
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54lm20dk
│  │  │  │  │ board.cmake
│  ├── doc
│  │  ├── connectivity
│  │  │  ├── bluetooth
│  │  │  │  ├── api
│  │  │  │  │  ├── mesh
│  │  │  │  │  │  │ provisioning.rst
│  ├── drivers
│  │  ├── clock_control
│  │  │  ├── Kconfig.nrf
│  │  │  │ clock_control_nrf_iron_hsfll_local.c
│  │  ├── debug
│  │  │  ├── Kconfig.nrf
│  │  │  ├── debug_coresight_nrf.c
│  │  │  │ debug_nrf_etr.c
│  │  ├── hwinfo
│  │  │  │ hwinfo_nrf.c
│  │  ├── i2s
│  │  │  │ i2s_nrf_tdm.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── arm
│  │  │  │  │ nordic,nrf-tampc.yaml
│  │  ├── vendor
│  │  │  ├── nordic
│  │  │  │  │ nrf54lm20a.dtsi
│  ├── include
│  │  ├── zephyr
│  │  │  ├── bluetooth
│  │  │  │  │ buf.h
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── ironside
│  │  │  │  ├── se
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── call.c
│  │  │  │  │  ├── dvfs.c
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── ironside_zephyr
│  │  │  │  │  │  │  ├── se
│  │  │  │  │  │  │  │  ├── dvfs.h
│  │  │  │  │  │  │  │  │ uicr_periphconf.h
│  │  │  │  │  ├── scripts
│  │  │  │  │  │  ├── gen_periphconf_entries.py
│  │  │  │  │  │  ├── periphconf
│  │  │  │  │  │  │  ├── __init__.py
│  │  │  │  │  │  │  │ builder.py
│  │  │  │  │  │ uicr.ld
│  │  │  ├── nrfx
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── sysbuild
│  │  │  │  │ CMakeLists.txt
│  │  ├── trusted-firmware-m
│  │  │  │ CMakeLists.txt
│  ├── samples
│  │  ├── boards
│  │  │  ├── nordic
│  │  │  │  ├── nrf_ironside
│  │  │  │  │  ├── update
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  ├── soc
│  │  ├── nordic
│  │  │  ├── CMakeLists.txt
│  │  │  ├── common
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.peripherals
│  │  │  │  ├── gppi_init.c
│  │  │  │  ├── uicr
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── gen_uicr.py
│  │  │  │  │  ├── gen_uicr
│  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │ uicr.h
│  │  │  ├── ironside
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── boot_report.c
│  │  │  │  ├── bootmode.c
│  │  │  │  ├── counter.c
│  │  │  │  ├── cpuconf.c
│  │  │  │  ├── include
│  │  │  │  │  ├── nrf_ironside
│  │  │  │  │  │  ├── boot_report.h
│  │  │  │  │  │  ├── bootmode.h
│  │  │  │  │  │  ├── call.h
│  │  │  │  │  │  ├── counter.h
│  │  │  │  │  │  ├── cpuconf.h
│  │  │  │  │  │  ├── dvfs.h
│  │  │  │  │  │  ├── tdd.h
│  │  │  │  │  │  │ update.h
│  │  │  │  ├── tdd.c
│  │  │  │  │ update.c
│  │  │  ├── nrf54h
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpuapp
│  │  │  │  ├── Kconfig.defconfig.nrf54h20_cpurad
│  │  │  │  ├── nrfx_gppi_cpurad.c
│  │  │  │  ├── nrfx_gppi_cpurad.h
│  │  │  │  │ soc.c
│  │  │  ├── nrf92
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf9280_cpuapp
│  │  │  │  │ Kconfig.defconfig.nrf9280_cpurad
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── adv.c
│  │  │  │  ├── buf.c
│  │  │  │  │ iso.c
│  │  │  ├── mesh
│  │  │  │  │ net.c
│  │  ├── debug
│  │  │  ├── coredump
│  │  │  │  ├── Kconfig
│  │  │  │  │ coredump_core.c
│  ├── tests
│  │  ├── bluetooth
│  │  │  ├── tester
│  │  │  │  ├── src
│  │  │  │  │  ├── audio
│  │  │  │  │  │  │ btp_bap_unicast.c
│  │  │  │  │  ├── btp
│  │  │  │  │  │  │ btp_gatt.h
│  │  │  │  │  │ btp_gatt.c
│  │  ├── drivers
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_ns.conf
│  │  │  │  │  │  ├── nrf5340dk_nrf5340_cpuapp_ns.overlay
│  │  │  │  │  │  ├── nrf54lm20dk_nrf54lm20a_cpuapp_ns.conf
│  │  │  │  │  │  ├── nrf54lm20dk_nrf54lm20a_cpuapp_ns.overlay
│  │  │  │  │  │  ├── nrf9160dk_nrf9160_ns.conf
│  │  │  │  │  │  │ nrf9160dk_nrf9160_ns.overlay
│  │ west.yml

Outputs:

Toolchain

Version: 43683a87ea
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:43683a87ea_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 10
  • ❌ Integration tests
    • ✅ test-sdk-audio - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ desktop52_verification - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-apps - Skipped: Job was skipped as it succeeded in a previous run
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-ble_mesh
    • ✅ test-fw-nrfconnect-ble_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ❌ test-fw-nrfconnect-chip
    • ✅ test-fw-nrfconnect-nfc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_cloud
    • ✅ test-fw-nrfconnect-nrf-iot_libmodem-nrf - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_samples - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_lwm2m - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ❌ test-fw-nrfconnect-nrf_crypto
    • ✅ test-fw-nrfconnect-rpc - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rs - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-fem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-tfm - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-thread-main - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-find-my - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_lrcs_mosh - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-nrf_lrcs_positioning - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-wifi
    • ✅ test-low-level - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-mcuboot - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-dfu - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-ps-main - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-secdom-samples-public - Skipped: Job was skipped as it succeeded in a previous run
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_mosh

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

@jonathannilsen jonathannilsen added CI-all-test Run All integration tests CI-force-downstream labels Nov 27, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 27, 2025

Memory footprint analysis revealed the following potential issues

applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12744[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 9492[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9102[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 5858[B] - link (cc: @nrfconnect/ncs-ll-ursus)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-25866/10)

Pull in the new IronSide support package which replaces the
IronSide APIs that were previously in the zephyr repository.
This includes a few naming changes and some changes to the headers,
but should not introduce any functional changes.
Update the code that interacts with IronSide to make use of
the new APIs.

Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>
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. CI-all-test Run All integration tests CI-force-downstream DNM manifest manifest-mcuboot manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants