Searched refs:fconf_populate (Results 1 – 13 of 13) sorted by relevance
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_bl31_setup.c | 28 fconf_populate("FW_CONFIG", arg1); in bl31_early_platform_setup2() 66 fconf_populate("HW_CONFIG", hw_config_info->config_addr); in bl31_plat_arch_setup()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/sp_min/ |
| H A D | fvp_sp_min_setup.c | 47 fconf_populate("FW_CONFIG", arg1); in plat_arm_sp_min_early_platform_setup() 99 fconf_populate("HW_CONFIG", hw_config); in sp_min_plat_arch_setup() 134 fconf_populate("HW_CONFIG", hw_config_info->config_addr); in sp_min_plat_arch_setup()
|
| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A 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)
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_bl31_setup.c | 36 fconf_populate("FW_CONFIG", arg1); in bl31_early_platform_setup2() 148 fconf_populate("HW_CONFIG", hw_config_info->config_addr); in bl31_plat_arch_setup()
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_bl31_setup.c | 158 fconf_populate("FW_CONFIG", arg1); in bl31_early_platform_setup2() 219 fconf_populate("HW_CONFIG", hw_config_info->config_addr); in bl31_plat_arch_setup()
|
| /rk3399_ARM-atf/include/lib/fconf/ |
| H A D | fconf.h | 57 void fconf_populate(const char *config_type, uintptr_t config);
|
| /rk3399_ARM-atf/lib/fconf/ |
| H A D | fconf.c | 46 void fconf_populate(const char *config_type, uintptr_t config) in fconf_populate() function
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_bl2_setup.c | 277 fconf_populate("FW_CONFIG", config_base); in bl2_plat_arch_setup() 283 fconf_populate("TB_FW", tb_fw_config_info->config_addr); in bl2_plat_arch_setup()
|
| H A D | arm_bl31_setup.c | 414 fconf_populate("HW_CONFIG", (uintptr_t)transfer_list_entry_data(te)); in arm_bl31_platform_setup()
|
| /rk3399_ARM-atf/plat/st/stm32mp2/ |
| H A D | bl2_plat_setup.c | 223 fconf_populate("TB_FW", STM32MP_DTB_BASE); in bl2_el3_plat_arch_setup() 301 fconf_populate("FW_CONFIG", STM32MP_FW_CONFIG_BASE); in bl2_plat_handle_post_image_load()
|
| /rk3399_ARM-atf/plat/st/stm32mp1/ |
| H A D | bl2_plat_setup.c | 373 fconf_populate("TB_FW", STM32MP_DTB_BASE); in bl2_el3_plat_arch_setup() 434 fconf_populate("FW_CONFIG", STM32MP_FW_CONFIG_BASE); in bl2_plat_handle_post_image_load()
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/ |
| H A D | nrd_bl31_setup.c | 163 fconf_populate("FW_CONFIG", arg1); in bl31_early_platform_setup2()
|
| /rk3399_ARM-atf/docs/components/fconf/ |
| H A 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
|