Skip to content

ci: add thingy91x to github actions workflow #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/softsim-build-using-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
shell: bash

strategy:
fail-fast: false
matrix:
board: [nrf9160dk/nrf9160/ns, nrf9161dk/nrf9161/ns, nrf9151dk/nrf9151/ns, thingy91/nrf9160/ns]
board: [nrf9160dk/nrf9160/ns, nrf9161dk/nrf9161/ns, nrf9151dk/nrf9151/ns, thingy91/nrf9160/ns, thingy91x/nrf9151/ns]

steps:
# Initialize a Zephyr West workspace in its default format
Expand Down
2 changes: 2 additions & 0 deletions overlay-softsim.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ CONFIG_HEAP_MEM_POOL_SIZE=30000

# TF-M Configurations
CONFIG_BUILD_WITH_TFM=y
CONFIG_PM_PARTITION_SIZE_TFM=0x18000
CONFIG_PM_PARTITION_SIZE_TFM_SRAM=0xC000
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
CONFIG_TFM_LOG_LEVEL_SILENCE=y

Expand Down
36 changes: 20 additions & 16 deletions samples/softsim_external_profile/pm_static.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
tfm_its:
address: 0xf8000
size: 0x2000
tfm_otp_nv_counters:
address: 0xfa000
size: 0x2000
EMPTY_tfm_ps:
address: 0xfc000
size: 0x4000
tfm_storage:
address: 0xf8000
span:
- EMPTY_tfm_ps
- tfm_its
- tfm_otp_nv_counters
size: 0x8000
nonsecure_storage:
address: 0xf0000
size: 0x8000
span: [ nvs_storage ]
nvs_storage:
address: 0xf0000
size: 0x8000
tfm_its:
address: 0xf8000
size: 0x2000
tfm_otp_nv_counters:
address: 0xfa000
size: 0x2000
tfm_ps:
address: 0xfc000
size: 0x4000
tfm_storage:
address: 0xf8000
size: 0x8000
span: [ tfm_its, tfm_otp_nv_counters, tfm_ps ]
36 changes: 20 additions & 16 deletions samples/softsim_static_profile/pm_static.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
tfm_its:
address: 0xf8000
size: 0x2000
tfm_otp_nv_counters:
address: 0xfa000
size: 0x2000
EMPTY_tfm_ps:
address: 0xfc000
size: 0x4000
tfm_storage:
address: 0xf8000
span:
- EMPTY_tfm_ps
- tfm_its
- tfm_otp_nv_counters
size: 0x8000
nonsecure_storage:
address: 0xf0000
size: 0x8000
span: [ nvs_storage ]
nvs_storage:
address: 0xf0000
size: 0x8000
tfm_its:
address: 0xf8000
size: 0x2000
tfm_otp_nv_counters:
address: 0xfa000
size: 0x2000
tfm_ps:
address: 0xfc000
size: 0x4000
tfm_storage:
address: 0xf8000
size: 0x8000
span: [ tfm_its, tfm_otp_nv_counters, tfm_ps ]