Searched refs:fconf_populate (Results 1 – 10 of 10) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/juno/ |
D | juno_bl31_setup.c | 23 fconf_populate("FW_CONFIG", arg1); in bl31_early_platform_setup2() 59 fconf_populate("HW_CONFIG", hw_config_info->config_addr); in bl31_plat_arch_setup()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/tc/ |
D | tc_bl31_setup.c | 50 fconf_populate("FW_CONFIG", arg1); in bl31_early_platform_setup2() 99 fconf_populate("HW_CONFIG", hw_config_info->config_addr); in bl31_plat_arch_setup()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/fvp/sp_min/ |
D | fvp_sp_min_setup.c | 29 fconf_populate("FW_CONFIG", arg1); in plat_arm_sp_min_early_platform_setup() 112 fconf_populate("HW_CONFIG", hw_config_info->config_addr); in sp_min_plat_arch_setup()
|
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/board/fvp/ |
D | fvp_bl31_setup.c | 33 fconf_populate("FW_CONFIG", arg1); in bl31_early_platform_setup2() 123 fconf_populate("HW_CONFIG", hw_config_info->config_addr); in bl31_plat_arch_setup()
|
/trusted-firmware-a-3.6.0-3.5.0/docs/resources/diagrams/plantuml/ |
D | fconf_bl2_populate.puml | 29 arm_bl2_setup -> fconf: fconf_populate("FW_CONFIG", fw_config) 37 arm_bl2_setup -> fconf: fconf_populate("TB_FW_CONFIG", tb_fw_config)
|
/trusted-firmware-a-3.6.0-3.5.0/include/lib/fconf/ |
D | fconf.h | 57 void fconf_populate(const char *config_type, uintptr_t config);
|
/trusted-firmware-a-3.6.0-3.5.0/plat/arm/common/ |
D | arm_bl2_setup.c | 237 fconf_populate("FW_CONFIG", config_base); in bl2_plat_arch_setup() 243 fconf_populate("TB_FW", tb_fw_config_info->config_addr); in bl2_plat_arch_setup()
|
/trusted-firmware-a-3.6.0-3.5.0/lib/fconf/ |
D | fconf.c | 50 void fconf_populate(const char *config_type, uintptr_t config) in fconf_populate() function
|
/trusted-firmware-a-3.6.0-3.5.0/plat/st/stm32mp1/ |
D | bl2_plat_setup.c | 375 fconf_populate("TB_FW", STM32MP_DTB_BASE); in bl2_el3_plat_arch_setup() 410 fconf_populate("FW_CONFIG", STM32MP_FW_CONFIG_BASE); in bl2_plat_handle_post_image_load()
|
/trusted-firmware-a-3.6.0-3.5.0/docs/components/fconf/ |
D | index.rst | 61 would be called inside the generic ``fconf_populate()`` function during 103 Once a valid device tree is available, the ``fconf_populate(config)`` function
|