Skip to content

Conversation

@57300
Copy link
Contributor

@57300 57300 commented Apr 23, 2025

Continuation of 1b2abb0. Swap out the IPC service integration for an IRONside call, with minimal refactoring.

@57300 57300 requested review from a team as code owners April 23, 2025 06:44
@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 Apr 23, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Apr 23, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@b6a492d nrfconnect/sdk-zephyr@ca2af2f (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 Apr 23, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 394a9cb62a45e178def091bfa44a4c4f16c551a9
zephyr: PR head: ca2af2f1469802d7e48b18a6e8bce6436d57223c

more details

sdk-nrf:

PR head: 394a9cb62a45e178def091bfa44a4c4f16c551a9
merge base: 8512f01d0ad9b09a635fb1057445b5e6e354b113
target head (main): 8512f01d0ad9b09a635fb1057445b5e6e354b113
Diff

zephyr:

PR head: ca2af2f1469802d7e48b18a6e8bce6436d57223c
merge base: b6a492dcc43ef4d32678c69106325f8026ceab0b
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 (21)
include
│  ├── tfm
│  │  ├── ironside
│  │  │  ├── se
│  │  │  │  │ ipc_service.h
samples
│  ├── crypto
│  │  ├── sha256
│  │  │  ├── boards
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_iron.conf
subsys
│  ├── nrf_security
│  │  ├── Kconfig
│  │  ├── src
│  │  │  ├── ssf_secdom
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── ironside_se_psa_ns_api.c
│  │  │  │  ├── ironside_se_psa_ns_ipc.c
│  │  │  │  │ ironside_se_psa_ns_ipc.h
│  ├── sdfw_services
│  │  ├── Kconfig
│  │  ├── services
│  │  │  │ Kconfig.template.service
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54h20dk
│  │  │  │  ├── nrf54h20dk_nrf54h20-ipc_conf_iron.dtsi
│  │  │  │  ├── nrf54h20dk_nrf54h20-memory_map_iron.dtsi
│  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp_iron.dts
│  ├── drivers
│  │  ├── firmware
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── nrf_ironside
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ call.c
│  ├── dts
│  │  ├── bindings
│  │  │  ├── firmware
│  │  │  │  │ nordic,ironside-call.yaml
│  ├── include
│  │  ├── zephyr
│  │  │  ├── drivers
│  │  │  │  ├── firmware
│  │  │  │  │  ├── nrf_ironside
│  │  │  │  │  │  │ call.h

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-fw-nrfconnect-boot
    • ◻️ test_ble_nrf_config
    • ◻️ test-fw-nrfconnect-chip
    • ◻️ test-fw-nrfconnect-nrf-iot_cloud
    • ◻️ test-fw-nrfconnect-nrf-iot_thingy91
    • ◻️ test-fw-nrfconnect-nrf_crypto
    • ◻️ 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
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-thread
    • 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

@github-actions
Copy link

You can find the documentation preview for this PR here.

@57300 57300 force-pushed the nrf-ironside-call branch from f0af19d to 509f11a Compare April 25, 2025 10:04
@57300 57300 force-pushed the nrf-ironside-call branch from 509f11a to f7c2025 Compare April 29, 2025 11:44
@hakonfam hakonfam force-pushed the nrf-ironside-call branch from f7c2025 to b782c69 Compare April 30, 2025 04:20
@hakonfam hakonfam removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Apr 30, 2025
Continuation of 1b2abb0. Swap out the
IPC service integration for an IRONside call, with minimal refactoring.

Signed-off-by: Grzegorz Swiderski <[email protected]>
@57300 57300 force-pushed the nrf-ironside-call branch from b782c69 to 394a9cb Compare April 30, 2025 09:28
@github-actions github-actions bot added the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Apr 30, 2025
@NordicBuilder NordicBuilder removed the DNM label Apr 30, 2025
@nordicjm nordicjm merged commit c90f6c4 into nrfconnect:main Apr 30, 2025
14 of 15 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-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants