Skip to content

Commit bcba759

Browse files
samples: bluetooth: fast_pair: locator_tag: Change TF-M profile
Changed TF-M profile from minimal to manually configured with minimal feature set needed for the proper work of the Bluetooth stack that uses PSA Crypto. Changed pm_static files for nrf5340dk/nrf5340/cpuapp/ns and thingy53/nrf5340/cpuapp/ns to accomodate needed tfm_its partition and fix placement of bt_fast_pair partition. Jira: NCSDK-31777 Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
1 parent 01ad075 commit bcba759

6 files changed

+89
-24
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# TF-M profile has to be properly configured to be able to run
8+
# the Bluetooth stack which uses PSA crypto API.
9+
# The following configuration is a minimal set of options required.
10+
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
11+
12+
CONFIG_TFM_PARTITION_PLATFORM=y
13+
CONFIG_TFM_PARTITION_CRYPTO=y
14+
CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE=y
15+
CONFIG_TFM_PARTITION_PROTECTED_STORAGE=n
16+
CONFIG_TFM_PARTITION_INITIAL_ATTESTATION=n

samples/bluetooth/fast_pair/locator_tag/configuration/boards/nrf5340dk_nrf5340_cpuapp_ns_release.conf

+11
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,16 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66

7+
# TF-M profile has to be properly configured to be able to run
8+
# the Bluetooth stack which uses PSA crypto API.
9+
# The following configuration is a minimal set of options required.
10+
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
11+
12+
CONFIG_TFM_PARTITION_PLATFORM=y
13+
CONFIG_TFM_PARTITION_CRYPTO=y
14+
CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE=y
15+
CONFIG_TFM_PARTITION_PROTECTED_STORAGE=n
16+
CONFIG_TFM_PARTITION_INITIAL_ATTESTATION=n
17+
718
# Disable TF-M logging
819
CONFIG_TFM_LOG_LEVEL_SILENCE=y

samples/bluetooth/fast_pair/locator_tag/configuration/boards/thingy53_nrf5340_cpuapp_ns.conf

+11
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,14 @@ CONFIG_DULT_BATTERY_TYPE_RECHARGEABLE=y
3434
# * thingy53/nrf5340/cpuapp(/ns)
3535
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-12
3636
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-12
37+
38+
# TF-M profile has to be properly configured to be able to run
39+
# the Bluetooth stack which uses PSA crypto API.
40+
# The following configuration is a minimal set of options required.
41+
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
42+
43+
CONFIG_TFM_PARTITION_PLATFORM=y
44+
CONFIG_TFM_PARTITION_CRYPTO=y
45+
CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE=y
46+
CONFIG_TFM_PARTITION_PROTECTED_STORAGE=n
47+
CONFIG_TFM_PARTITION_INITIAL_ATTESTATION=n

samples/bluetooth/fast_pair/locator_tag/configuration/boards/thingy53_nrf5340_cpuapp_ns_release.conf

+11
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ CONFIG_DULT_BATTERY_TYPE_RECHARGEABLE=y
2929
# * thingy53/nrf5340/cpuapp(/ns)
3030
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-12
3131
CONFIG_BT_FAST_PAIR_FMDN_TX_POWER_CORRECTION_VAL=-12
32+
33+
# TF-M profile has to be properly configured to be able to run
34+
# the Bluetooth stack which uses PSA crypto API.
35+
# The following configuration is a minimal set of options required.
36+
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y
37+
38+
CONFIG_TFM_PARTITION_PLATFORM=y
39+
CONFIG_TFM_PARTITION_CRYPTO=y
40+
CONFIG_TFM_PARTITION_INTERNAL_TRUSTED_STORAGE=y
41+
CONFIG_TFM_PARTITION_PROTECTED_STORAGE=n
42+
CONFIG_TFM_PARTITION_INITIAL_ATTESTATION=n

samples/bluetooth/fast_pair/locator_tag/configuration/pm_static_nrf5340dk_nrf5340_cpuapp_ns.yml

+20-12
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mcuboot_primary:
1010
- tfm
1111
- app
1212
region: flash_primary
13-
size: 0xef000
13+
size: 0xe8000
1414
span: *id001
1515
mcuboot_pad:
1616
address: 0xc000
@@ -19,38 +19,46 @@ mcuboot_pad:
1919
tfm:
2020
address: 0xc200
2121
region: flash_primary
22-
size: 0xbe00
22+
size: 0x17e00
2323
tfm_secure:
2424
address: 0xc000
25-
size: 0xc000
25+
size: 0x18000
2626
span: [mcuboot_pad, tfm]
2727
tfm_nonsecure:
28-
address: 0x18000
29-
size: 0xe3000
28+
address: 0x24000
29+
size: 0xd0000
3030
span: [app]
3131
app:
32-
address: 0x18000
32+
address: 0x24000
3333
region: flash_primary
34-
size: 0xe3000
34+
size: 0xd0000
3535
mcuboot_primary_app:
3636
address: 0xc200
3737
orig_span: &id002
3838
- tfm
3939
- app
4040
region: flash_primary
41-
size: 0xeee00
41+
size: 0xe7e00
4242
span: *id002
4343

44+
nonsecure_storage:
45+
address: 0xf4000
46+
size: 0x8000
47+
span: [bt_fast_pair, settings_storage]
4448
bt_fast_pair:
45-
address: 0xfb000
49+
address: 0xf4000
4650
region: flash_primary
4751
size: 0x1000
52+
settings_storage:
53+
address: 0xf5000
54+
region: flash_primary
55+
size: 0x7000
4856

49-
nonsecure_storage:
57+
tfm_storage:
5058
address: 0xfc000
5159
size: 0x4000
52-
span: [settings_storage]
53-
settings_storage:
60+
span: [tfm_its]
61+
tfm_its:
5462
address: 0xfc000
5563
region: flash_primary
5664
size: 0x4000

samples/bluetooth/fast_pair/locator_tag/configuration/pm_static_thingy53_nrf5340_cpuapp_ns.yml

+20-12
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ mcuboot_primary:
1010
- tfm
1111
- app
1212
region: flash_primary
13-
size: 0xef000
13+
size: 0xe8000
1414
span: *id001
1515
mcuboot_pad:
1616
address: 0xc000
@@ -19,38 +19,46 @@ mcuboot_pad:
1919
tfm:
2020
address: 0xc200
2121
region: flash_primary
22-
size: 0xbe00
22+
size: 0x17e00
2323
tfm_secure:
2424
address: 0xc000
25-
size: 0xc000
25+
size: 0x18000
2626
span: [mcuboot_pad, tfm]
2727
tfm_nonsecure:
28-
address: 0x18000
29-
size: 0xe3000
28+
address: 0x24000
29+
size: 0xd0000
3030
span: [app]
3131
app:
32-
address: 0x18000
32+
address: 0x24000
3333
region: flash_primary
34-
size: 0xe3000
34+
size: 0xd0000
3535
mcuboot_primary_app:
3636
address: 0xc200
3737
orig_span: &id002
3838
- tfm
3939
- app
4040
region: flash_primary
41-
size: 0xeee00
41+
size: 0xe7e00
4242
span: *id002
4343

44+
nonsecure_storage:
45+
address: 0xf4000
46+
size: 0x8000
47+
span: [bt_fast_pair, settings_storage]
4448
bt_fast_pair:
45-
address: 0xfb000
49+
address: 0xf4000
4650
region: flash_primary
4751
size: 0x1000
52+
settings_storage:
53+
address: 0xf5000
54+
region: flash_primary
55+
size: 0x7000
4856

49-
nonsecure_storage:
57+
tfm_storage:
5058
address: 0xfc000
5159
size: 0x4000
52-
span: [settings_storage]
53-
settings_storage:
60+
span: [tfm_its]
61+
tfm_its:
5462
address: 0xfc000
5563
region: flash_primary
5664
size: 0x4000

0 commit comments

Comments
 (0)