Skip to content

Commit 5ba9369

Browse files
joerchanrlubos
authored andcommitted
[nrf fromlist] tfm: Remove SFN model FP limitation
Despite what the TF-M documentation says about SFN model not supporting Floating Point, it does support it, according to TF-M developers. Remove SFN limitation not supported with FP Hard ABI. Upstream PR: zephyrproject-rtos/zephyr#65537 Signed-off-by: Joakim Andersson <[email protected]>
1 parent f51a3a8 commit 5ba9369

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

arch/arm/core/aarch32/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,6 @@ config FP_HARDABI
272272
point instructions are generated and uses FPU-specific calling
273273
conventions.
274274

275-
Note: When building with TF-M enabled only the IPC mode is supported.
276-
277275
config FP_SOFTABI
278276
bool "Floating point Soft ABI"
279277
help

modules/trusted-firmware-m/Kconfig.tfm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ config TFM_IPC
323323

324324
config TFM_SFN
325325
bool "SFN model"
326-
depends on !FP_HARDABI
327326
help
328327
Use the SFN Model as the SPM backend for the PSA API.
329328
The SFN model supports the SFN Partition model, and isolation level 1.

0 commit comments

Comments
 (0)