-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tf-m: Add Attestation support for nRF54L15
Add support for PSA Attestation to the nRF54L15. Includes noup changes to TF-M repository. Ref: NCSDK-22598 Signed-off-by: Sigurd Hellesvik <[email protected]>
- Loading branch information
1 parent
a07b87c
commit 716c951
Showing
9 changed files
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
samples/tfm/tfm_psa_template/boards/nrf54l15dk_nrf54l15_cpuapp_ns.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
CONFIG_TFM_NRF_PROVISIONING=n | ||
CONFIG_TFM_DUMMY_PROVISIONING=y | ||
|
||
CONFIG_SPI_NOR=n | ||
CONFIG_TFM_EXCEPTION_INFO_DUMP=y | ||
CONFIG_TFM_CMAKE_BUILD_TYPE_DEBUG=y | ||
CONFIG_TFM_SPM_LOG_LEVEL_DEBUG=y | ||
CONFIG_RESET_ON_FATAL_ERROR=n | ||
CONFIG_PM_PARTITION_SIZE_TFM=0x50800 | ||
# CONFIG_PSA_WANT_ALG_ECDSA_ANY=y | ||
CONFIG_DEBUG=y | ||
CONFIG_DEBUG_THREAD_INFO=y | ||
CONFIG_DEBUG_OPTIMIZATIONS=y |
6 changes: 6 additions & 0 deletions
6
samples/tfm/tfm_psa_template/sysbuild/mcuboot/boards/nrf54l15dk_nrf54l15_cpuapp.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0xb800 | ||
CONFIG_SPI_NOR=n | ||
CONFIG_BOOT_MAX_IMG_SECTORS=256 | ||
|
||
# FPROTECT is set in NSIB instead | ||
CONFIG_FPROTECT=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters