2021-03-24 19:37:07 +08:00
|
|
|
common:
|
|
|
|
filter: (CONFIG_TFM_BOARD != "") and CONFIG_ARM_NONSECURE_FIRMWARE
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- arm
|
|
|
|
- fpu
|
|
|
|
- tfm
|
2021-03-24 19:37:07 +08:00
|
|
|
arch_allow: arm
|
|
|
|
tests:
|
2021-12-20 23:57:39 +08:00
|
|
|
arch.arm.swap.tz:
|
|
|
|
# NOTE: this platform disables FPU access in TFM.
|
2023-05-08 19:37:42 +08:00
|
|
|
platform_exclude:
|
|
|
|
- mps3_an547_ns
|
|
|
|
- nucleo_l552ze_q_ns
|
2023-06-09 20:30:46 +08:00
|
|
|
integration_platforms:
|
|
|
|
- mps2_an521_ns
|
2021-03-24 19:37:07 +08:00
|
|
|
arch.arm.swap.tz_off:
|
|
|
|
extra_configs:
|
|
|
|
- CONFIG_ARM_NONSECURE_PREEMPTIBLE_SECURE_CALLS=n
|
2021-12-20 23:57:39 +08:00
|
|
|
# NOTE: this platform disables FPU access in TFM.
|
2023-05-08 19:37:42 +08:00
|
|
|
platform_exclude:
|
|
|
|
- mps3_an547_ns
|
|
|
|
- nucleo_l552ze_q_ns
|
2023-06-09 20:30:46 +08:00
|
|
|
integration_platforms:
|
|
|
|
- mps2_an521_ns
|