Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/include/lib/fconf/
Dfconf_dyn_cfg_getter.h31 int fconf_populate_dtb_registry(uintptr_t config);
/trusted-firmware-a-latest/lib/fconf/
Dfconf_dyn_cfg_getter.c76 int fconf_populate_dtb_registry(uintptr_t config) in fconf_populate_dtb_registry() function
157 FCONF_REGISTER_POPULATOR(FW_CONFIG, dyn_cfg, fconf_populate_dtb_registry);
/trusted-firmware-a-latest/plat/arm/common/
Darm_bl1_setup.c179 err = fconf_populate_dtb_registry(fw_config_info->config_addr); in arm_bl1_platform_setup()