Skip to content

Conversation

Vge0rge
Copy link
Contributor

@Vge0rge Vge0rge commented Aug 28, 2025

This fixes an issue where the non volatile
storage size was wrong for the nRF54L10
non secure target.

@Vge0rge Vge0rge requested review from a team as code owners August 28, 2025 11:20
@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 28, 2025
Copy link

github-actions bot commented Aug 28, 2025

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

Name Old Revision New Revision Diff
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@3f45b4e nrfconnect/sdk-trusted-firmware-m@3533b12 (main) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@25ced41 nrfconnect/sdk-zephyr@51e6f94 (main) nrfconnect/[email protected]

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 28, 2025

CI Information

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

Inputs:

Sources:

trusted-firmware-m: PR head: 3533b12eae4b681da8357ba0dc030da5a9dd6ff6
sdk-nrf: PR head: ce0f8752bbc9a14435b5cc516190d0231186cd1f
zephyr: PR head: 51e6f94f5b7ff8d9364dff74d09cd37dfe69439d

more details

trusted-firmware-m:

PR head: 3533b12eae4b681da8357ba0dc030da5a9dd6ff6
merge base: 3f45b4e8628eb699d5f6f69e89736aabb24add1a
Diff

sdk-nrf:

PR head: ce0f8752bbc9a14435b5cc516190d0231186cd1f
merge base: 02439b1d88e65078e6deac33277b0b6b5e447041
target head (main): 7039452867e971d9aae6d4e0c422dc62b7e01a5c
Diff

zephyr:

PR head: 51e6f94f5b7ff8d9364dff74d09cd37dfe69439d
merge base: 25ced410af6caf6fea810b49ef4cf9b3bcb40b2b
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 (7)
modules
│  ├── tee
│  │  ├── tf-m
│  │  │  ├── trusted-firmware-m
│  │  │  │  ├── platform
│  │  │  │  │  ├── ext
│  │  │  │  │  │  ├── target
│  │  │  │  │  │  │  ├── nordic_nrf
│  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  ├── nrf54l10
│  │  │  │  │  │  │  │  │  │  ├── partition
│  │  │  │  │  │  │  │  │  │  │  │ flash_layout.h
west.yml
zephyr
│  ├── .github
│  │  ├── workflows
│  │  │  │ manifest-PR.yml
│  ├── boards
│  │  ├── ezurio
│  │  │  ├── bl54l15_dvk
│  │  │  │  ├── bl54l15_dvk_nrf54l10_cpuapp_ns.dts
│  │  │  │  │ bl54l15_dvk_nrf54l10_cpuapp_ns.yaml
│  │  ├── nordic
│  │  │  ├── nrf54l15dk
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp_ns.dts
│  │  │  │  │ nrf54l15dk_nrf54l10_cpuapp_ns.yaml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-fw-nrfconnect-tfm
    • ◻️ test-sdk-find-my
    • ◻️ test-low-level
    • ◻️ test-sdk-mcuboot
    • ◻️ test-sdk-dfu
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-nfc
    • 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-thread-main
    • test-sdk-audio
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

Copy link

You can find the documentation preview for this PR here.

Copy link
Contributor

@frkv frkv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM pending correct sha

@Vge0rge
Copy link
Contributor Author

Vge0rge commented Sep 15, 2025

ping @nrfconnect/ncs-code-owners

@Vge0rge Vge0rge removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Sep 15, 2025
This fixes an issue where the non volatile
storage size was wrong for the nRF54L10
non secure target.

Signed-off-by: Georgios Vasilakis <[email protected]>
@NordicBuilder NordicBuilder added changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. and removed DNM labels Sep 15, 2025
@nordicjm nordicjm merged commit 1366248 into nrfconnect:main Sep 15, 2025
15 of 17 checks passed
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. manifest manifest-trusted-firmware-m manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants