]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE
authorYann Gautier <yann.gautier@st.com>
Mon, 14 Nov 2022 13:14:48 +0000 (14:14 +0100)
committerYann Gautier <yann.gautier@st.com>
Mon, 14 Nov 2022 13:14:48 +0000 (14:14 +0100)
commit981b9dcb878c868983388cd86c133f663eab1af4
treebf8eea6827453d5f47807c31efd262b46d9f33d2
parentc3170fd80b722cbd48a340a0a17f740b7676616c
refactor(stm32mp1): remove STM32MP_USE_STM32IMAGE

The code managing legacy boot (without FIP) that was under
STM32MP_USE_STM32IMAGE flag is remove.

Change-Id: I04452453ed84567b0de39e900594a81526562259
Signed-off-by: Yann Gautier <yann.gautier@st.com>
23 files changed:
docs/about/release-information.rst
docs/plat/stm32mp1.rst
drivers/st/io/io_stm32image.c [deleted file]
fdts/stm32mp15-bl2.dtsi
include/drivers/io/io_storage.h
include/drivers/st/io_stm32image.h [deleted file]
plat/st/common/bl2_stm32_io_storage.c [deleted file]
plat/st/common/include/stm32mp_common.h
plat/st/common/stm32mp_common.c
plat/st/stm32mp1/bl2_plat_setup.c
plat/st/stm32mp1/include/platform_def.h
plat/st/stm32mp1/include/stm32mp1_private.h
plat/st/stm32mp1/plat_bl2_stm32_mem_params_desc.c [deleted file]
plat/st/stm32mp1/plat_image_load.c
plat/st/stm32mp1/platform.mk
plat/st/stm32mp1/sp_min/sp_min-stm32mp1.mk
plat/st/stm32mp1/sp_min/sp_min_setup.c
plat/st/stm32mp1/stm32mp1.S
plat/st/stm32mp1/stm32mp1.ld.S
plat/st/stm32mp1/stm32mp1_def.h
plat/st/stm32mp1/stm32mp1_private.c
plat/st/stm32mp1/stm32mp1_security.c [deleted file]
plat/st/stm32mp1/stm32mp1_stm32image_def.h [deleted file]