soc: stm32l5: Update stm32l5 non secure targets in various places
Need to update board name scheme for L5 ns targets. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
643aeac552
commit
d783ef549a
|
@ -23,9 +23,9 @@ The following are some of the boards that can be used with TF-M:
|
|||
* - :ref:`b_u585i_iot02a_board`
|
||||
- ``b_u585i_iot02a_ns``
|
||||
* - :ref:`nucleo_l552ze_q_board`
|
||||
- ``nucleo_l552ze_q_ns``
|
||||
- ``nucleo_l552ze_q/stm32l552xx/ns``
|
||||
* - :ref:`stm32l562e_dk_board`
|
||||
- ``stm32l562e_dk_ns``
|
||||
- ``stm32l562e_dk/stm32l562xx/ns``
|
||||
* - :ref:`v2m_musca_b1_board`
|
||||
- ``v2m_musca_b1_ns``
|
||||
* - :ref:`v2m_musca_s1_board`
|
||||
|
|
|
@ -19,7 +19,7 @@ common:
|
|||
- b_u585i_iot02a
|
||||
- frdm_kl25z
|
||||
- lpcxpresso55s69_cpu0
|
||||
- stm32l562e_dk_ns
|
||||
- stm32l562e_dk/stm32l562xx/ns
|
||||
depends_on: usb_device
|
||||
filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions")
|
||||
and dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions")
|
||||
|
|
|
@ -13,7 +13,7 @@ tests:
|
|||
- mcuboot
|
||||
platform_allow: mps2_an521_ns v2m_musca_s1_ns
|
||||
nrf5340dk_nrf5340_cpuapp_ns nrf9160dk_nrf9160_ns
|
||||
stm32l562e_dk_ns bl5340_dvk_cpuapp_ns
|
||||
stm32l562e_dk/stm32l562xx/ns bl5340_dvk_cpuapp_ns
|
||||
harness: console
|
||||
harness_config:
|
||||
type: multi_line
|
||||
|
|
|
@ -118,7 +118,7 @@ Build Zephyr with a non-secure configuration:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ west build -b nucleo_l552ze_q_ns samples/tfm_integration/tfm_ipc/
|
||||
$ west build -b nucleo_l552ze_q/stm32l552xx/ns samples/tfm_integration/tfm_ipc/
|
||||
|
||||
Example, for building non-secure configuration for STM32L562E-DK Discovery
|
||||
|
||||
|
|
|
@ -12,8 +12,8 @@ tests:
|
|||
- mps2_an521_ns
|
||||
- nrf5340dk_nrf5340_cpuapp_ns
|
||||
- nrf9160dk_nrf9160_ns
|
||||
- nucleo_l552ze_q_ns
|
||||
- stm32l562e_dk_ns
|
||||
- nucleo_l552ze_q/stm32l552xx/ns
|
||||
- stm32l562e_dk/stm32l562xx/ns
|
||||
- v2m_musca_s1_ns
|
||||
- bl5340_dvk_cpuapp_ns
|
||||
- b_u585i_iot02a_ns
|
||||
|
|
|
@ -10,7 +10,7 @@ tests:
|
|||
# NOTE: this platform disables FPU access in TFM.
|
||||
platform_exclude:
|
||||
- mps3/an547/ns
|
||||
- nucleo_l552ze_q_ns
|
||||
- nucleo_l552ze_q/stm32l552xx/ns
|
||||
integration_platforms:
|
||||
- mps2_an521_ns
|
||||
arch.arm.swap.tz_off:
|
||||
|
@ -19,6 +19,6 @@ tests:
|
|||
# NOTE: this platform disables FPU access in TFM.
|
||||
platform_exclude:
|
||||
- mps3/an547/ns
|
||||
- nucleo_l552ze_q_ns
|
||||
- nucleo_l552ze_q/stm32l552xx/ns
|
||||
integration_platforms:
|
||||
- mps2_an521_ns
|
||||
|
|
|
@ -57,7 +57,7 @@ tests:
|
|||
- nucleo_wb55rg
|
||||
- nucleo_wl55jc
|
||||
- stm32l562e_dk
|
||||
- stm32l562e_dk_ns
|
||||
- stm32l562e_dk/stm32l562xx/ns
|
||||
integration_platforms:
|
||||
- nucleo_f103rb
|
||||
filter: (dt_compat_enabled("st,stm32-flash-controller") or
|
||||
|
|
Loading…
Reference in New Issue