Home
last modified time | relevance | path

Searched refs:soc_fw_config_info (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_bl31_setup.c23 const struct dyn_cfg_dtb_info_t *soc_fw_config_info; in bl31_early_platform_setup2() local
30 soc_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, SOC_FW_CONFIG_ID); in bl31_early_platform_setup2()
31 if (soc_fw_config_info != NULL) { in bl31_early_platform_setup2()
32 arg1 = soc_fw_config_info->config_addr; in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl31_setup.c32 const struct dyn_cfg_dtb_info_t *soc_fw_config_info; in bl31_early_platform_setup2() local
38 soc_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, SOC_FW_CONFIG_ID); in bl31_early_platform_setup2()
39 if (soc_fw_config_info != NULL) { in bl31_early_platform_setup2()
40 arg1 = soc_fw_config_info->config_addr; in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/common/
H A Dnrd_bl31_setup.c166 const struct dyn_cfg_dtb_info_t *soc_fw_config_info; in bl31_early_platform_setup2() local
168 soc_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, SOC_FW_CONFIG_ID); in bl31_early_platform_setup2()
169 if (soc_fw_config_info != NULL) { in bl31_early_platform_setup2()
170 arg1 = soc_fw_config_info->config_addr; in bl31_early_platform_setup2()