Home
last modified time | relevance | path

Searched refs:STM32MP_FW_CONFIG_BASE (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_fip_def.h103 #define STM32MP_FW_CONFIG_BASE SRAM3_BASE macro
106 #define STM32MP_FW_CONFIG_BASE (STM32MP_SYSRAM_BASE + \ macro
H A Dplat_bl2_mem_params_desc.c32 .image_info.image_base = STM32MP_FW_CONFIG_BASE,
H A Dbl2_plat_setup.c432 set_config_info(STM32MP_FW_CONFIG_BASE, ~0UL, STM32MP_FW_CONFIG_MAX_SIZE, in bl2_plat_handle_post_image_load()
434 fconf_populate("FW_CONFIG", STM32MP_FW_CONFIG_BASE); in bl2_plat_handle_post_image_load()
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dbl2_plat_setup.c299 set_config_info(STM32MP_FW_CONFIG_BASE, ~0UL, STM32MP_FW_CONFIG_MAX_SIZE, in bl2_plat_handle_post_image_load()
301 fconf_populate("FW_CONFIG", STM32MP_FW_CONFIG_BASE); in bl2_plat_handle_post_image_load()
H A Dplat_bl2_mem_params_desc.c56 .image_info.image_base = STM32MP_FW_CONFIG_BASE,
H A Dstm32mp2_def.h195 #define STM32MP_FW_CONFIG_BASE STM32MP_SYSRAM_BASE macro