Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/arm/board/juno/
A Djuno_bl31_setup.c18 const struct dyn_cfg_dtb_info_t *soc_fw_config_info; in bl31_early_platform_setup2() local
25 soc_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, SOC_FW_CONFIG_ID); in bl31_early_platform_setup2()
26 if (soc_fw_config_info != NULL) { in bl31_early_platform_setup2()
27 arg1 = soc_fw_config_info->config_addr; in bl31_early_platform_setup2()
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/
A Dfvp_bl31_setup.c24 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()

Completed in 2 milliseconds