The current stm32l562_dk_ns has no flash partitions defined. This add flash partitions following partition sizes that are compatible with the TF-M platform defined at flash_layout.h and removes the redundant overlays board files. Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
62 lines
2.2 KiB
YAML
62 lines
2.2 KiB
YAML
tests:
|
|
drivers.flash.nrf_qspi_nor:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
tags: flash nrf52 nrf_qspi_fash
|
|
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_qspi.conf
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
drivers.flash.nrf_qspi_nor.size_in_bytes:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
tags: flash nrf52 nrf_qspi_fash
|
|
extra_args:
|
|
OVERLAY_CONFIG=boards/nrf52840_flash_qspi.conf
|
|
DTC_OVERLAY_FILE=boards/nrf52840_size_in_bytes.overlay
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
drivers.flash.nrf_qspi_nor_4B_addr:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
tags: flash nrf52 nrf_qspi_fash
|
|
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_qspi.conf
|
|
DTC_OVERLAY_FILE=boards/nrf52840dk_mx25l51245g.overlay
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
drivers.flash.soc_flash_nrf:
|
|
platform_allow: nrf52840dk_nrf52840
|
|
tags: nrf52 soc_flash_nrf
|
|
extra_args: OVERLAY_CONFIG=boards/nrf52840_flash_soc.conf
|
|
integration_platforms:
|
|
- nrf52840dk_nrf52840
|
|
drivers.flash.default:
|
|
tags: drivers flash
|
|
filter: ((CONFIG_FLASH_HAS_DRIVER_ENABLED and
|
|
not CONFIG_TRUSTED_EXECUTION_NONSECURE) and
|
|
dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions"))
|
|
or (CONFIG_FLASH_HAS_DRIVER_ENABLED and CONFIG_TRUSTED_EXECUTION_NONSECURE and
|
|
dt_label_with_parent_compat_enabled("image_1_nonsecure", "fixed-partitions"))
|
|
drivers.flash.mcux:
|
|
platform_allow: mimxrt1060_evk it8xxx2_evb mimxrt685_evk_cm33 mimxrt595_evk_cm33
|
|
tags: mcux
|
|
integration_platforms:
|
|
- mimxrt1060_evk
|
|
drivers.flash.stm32:
|
|
integration_platforms:
|
|
- nucleo_f091rc
|
|
- nucleo_f103rb
|
|
- nucleo_f207zg
|
|
- stm32f3_disco
|
|
- nucleo_f429zi
|
|
- stm32f746g_disco
|
|
- nucleo_g0b1re
|
|
- nucleo_g474re
|
|
- nucleo_h743zi
|
|
- nucleo_l152re
|
|
- disco_l475_iot1
|
|
- nucleo_wb55rg
|
|
- nucleo_wl55jc
|
|
- stm32l562e_dk
|
|
- stm32l562e_dk_ns
|
|
filter: (dt_compat_enabled("st,stm32-flash-controller") or
|
|
dt_compat_enabled("st,stm32h7-flash-controller")) and
|
|
dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
|
|
tags: drivers flash
|