Skip to content

Commit

Permalink
soc: stm32l5: Update stm32l5 non secure targets in various places
Browse files Browse the repository at this point in the history
Need to update board name scheme for L5 ns targets.

Signed-off-by: Erwan Gouriou <[email protected]>
  • Loading branch information
erwango committed Feb 7, 2024
1 parent 18259d9 commit 0bd932b
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions doc/services/tfm/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion modules/trusted-firmware-m/Kconfig.tfm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ config TFM_BOARD
default "arm/mps2/an521" if BOARD_MPS2_AN521_CPU0_NS
default "arm/mps3/an547" if BOARD_MPS3_AN547
default "stm/b_u585i_iot02a" if BOARD_B_U585I_IOT02A
default "stm/nucleo_l552ze_q" if BOARD_NUCLEO_L552ZE_Q
default "stm/nucleo_l552ze_q" if BOARD_NUCLEO_L552ZE_Q_STM32L552XX_NS
default "stm/stm32l562e_dk" if BOARD_STM32L562E_DK
default "arm/musca_b1" if BOARD_MUSCA_B1
default "arm/musca_s1" if BOARD_MUSCA_S1
Expand Down
2 changes: 1 addition & 1 deletion samples/subsys/usb/dfu/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion samples/tfm_integration/psa_crypto/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion samples/tfm_integration/tfm_ipc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions samples/tfm_integration/tfm_ipc/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions tests/arch/arm/arm_thread_swap_tz/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion tests/drivers/flash/common/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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
Expand Down

0 comments on commit 0bd932b

Please sign in to comment.