boards: arm: v2m_musca_s1: Rename NS target
This commit update the NS board variant from `v2m_musca_s1_nonsecure` to `v2m_musca_s1_ns` to maintain consistency across zephyr. Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org>
This commit is contained in:
parent
ccc595836a
commit
15e8f635d8
|
@ -5,7 +5,7 @@ if BOARD_MUSCA_S1
|
|||
|
||||
config BOARD
|
||||
default "musca_s1" if TRUSTED_EXECUTION_SECURE || !TRUSTED_EXECUTION_NONSECURE
|
||||
default "musca_s1_nonsecure"
|
||||
default "musca_s1_ns"
|
||||
|
||||
if GPIO
|
||||
|
||||
|
|
|
@ -388,13 +388,13 @@ folder after TF-M built.
|
|||
Building the TF-M integration sample for Musca-S1
|
||||
-------------------------------------------------
|
||||
|
||||
The TF-M integration samples can be run using the ``v2m_musca_s1_nonsecure``
|
||||
The TF-M integration samples can be run using the ``v2m_musca_s1_ns``
|
||||
target. Please make sure all the requirements listed in the sample's
|
||||
description are met before building.
|
||||
|
||||
.. zephyr-app-commands::
|
||||
:zephyr-app: samples/tfm_integration/psa_crypto
|
||||
:board: v2m_musca_s1_nonsecure
|
||||
:board: v2m_musca_s1_ns
|
||||
:goals: build
|
||||
|
||||
To upload the build artifact to the board, first connect the Musca-S1 to your
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
identifier: v2m_musca_s1_nonsecure
|
||||
identifier: v2m_musca_s1_ns
|
||||
name: ARM V2M MUSCA-S1 NonSecure
|
||||
type: mcu
|
||||
arch: arm
|
|
@ -6,7 +6,7 @@ tests:
|
|||
sample.psa_crypto:
|
||||
tags: introduction tfm crypto
|
||||
platform_allow: mps2_an521_ns lpcxpresso55s69_ns nrf5340dk_nrf5340_cpuappns
|
||||
nrf9160dk_nrf9160ns nucleo_l552ze_q_ns v2m_musca_s1_nonsecure stm32l562e_dk_ns
|
||||
nrf9160dk_nrf9160ns nucleo_l552ze_q_ns v2m_musca_s1_ns stm32l562e_dk_ns
|
||||
bl5340_dvk_cpuapp_ns
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -3,7 +3,7 @@ sample:
|
|||
name: PSA Protected Storage
|
||||
common:
|
||||
tags: psa
|
||||
platform_allow: mps2_an521_ns v2m_musca_s1_nonsecure
|
||||
platform_allow: mps2_an521_ns v2m_musca_s1_ns
|
||||
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns bl5340_dvk_cpuapp_ns
|
||||
harness: console
|
||||
harness_config:
|
||||
|
|
|
@ -7,7 +7,7 @@ tests:
|
|||
tags: introduction tfm
|
||||
platform_allow: mps2_an521_ns lpcxpresso55s69_ns
|
||||
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns nucleo_l552ze_q_ns
|
||||
stm32l562e_dk_ns v2m_musca_s1_nonsecure v2m_musca_b1_ns bl5340_dvk_cpuapp_ns
|
||||
stm32l562e_dk_ns v2m_musca_s1_ns v2m_musca_b1_ns bl5340_dvk_cpuapp_ns
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
|
|
|
@ -2,7 +2,7 @@ common:
|
|||
tags: tfm
|
||||
platform_allow: mps2_an521_ns
|
||||
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns
|
||||
v2m_musca_s1_nonsecure
|
||||
v2m_musca_s1_ns
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
|
|
|
@ -2,7 +2,7 @@ common:
|
|||
tags: tfm
|
||||
platform_allow: lpcxpresso55s69_ns mps2_an521_ns
|
||||
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns
|
||||
v2m_musca_s1_nonsecure
|
||||
v2m_musca_s1_ns
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
|
|
Loading…
Reference in New Issue