arm-trusted-firmware/plat/st/common
Yann Gautier 71ba1647e0 feat(st): use dedicated version of DT for SP_MIN
If an STM32MP15 board is compiled for SP_MIN, and a specific DT file
ending with "-sp_min.dts" exist, then this file will be used to generate
BL2 and BL32 DT.

Signed-off-by: Yann Gautier <yann.gautier@st.com>
Change-Id: Ief6fb4fcf302d07f958a0e2764b149759127f21f
2025-02-26 20:22:28 +01:00
..
include feat(stm32mp1): rework SVC services 2024-12-13 11:48:29 +01:00
bl2_io_storage.c refactor(st): rename plat_set_image_source 2024-06-13 18:06:25 +02:00
common.mk build: remove Windows compatibility layer 2025-01-14 16:21:51 +00:00
common_rules.mk feat(st): use dedicated version of DT for SP_MIN 2025-02-26 20:22:28 +01:00
plat_image_load.c refactor(st): move plat_image_load.c 2023-09-08 10:56:49 +02:00
stm32cubeprogrammer_uart.c fix(st-uart): allow 64 bit compilation 2023-09-27 16:21:58 +02:00
stm32cubeprogrammer_usb.c fix(st): add missing string.h include 2022-10-03 10:00:03 +02:00
stm32mp_common.c refactor(st): move FWU functions to common code 2024-06-18 08:58:20 +02:00
stm32mp_crypto_lib.c feat(st): do not directly call BSEC functions in common code 2024-01-18 11:30:42 +01:00
stm32mp_dt.c fix(st): support device tree DDR sizes higher than 16Gbits for aarch64 2024-09-20 14:54:47 +02:00
stm32mp_fconf_io.c feat(stm32mp2): add BL31 device tree support 2024-10-21 16:03:07 +02:00
stm32mp_gic.c refactor(st): change method to get GIC base addresses 2024-06-21 09:29:58 +02:00
stm32mp_svc_setup.c feat(stm32mp1): rework SVC services 2024-12-13 11:48:29 +01:00
stm32mp_trusted_boot.c refactor(st): update test for closed chip 2024-01-18 11:30:42 +01:00
usb_dfu.c