Searched refs:fw_config (Results 1 – 10 of 10) sorted by relevance
24 arg0 = fw_config27 arm_bl2_setup -> arm_bl2_setup : arm_bl2_early_platform_setup(\n\t fw_config, mem_layout)29 arm_bl2_setup -> fconf: fconf_populate("FW_CONFIG", fw_config)
26 set fw_config information
61 void arm_bl2_early_platform_setup(uintptr_t fw_config, in arm_bl2_early_platform_setup() argument70 config_base = fw_config; in arm_bl2_early_platform_setup()
153 static const auth_img_desc_t fw_config = { variable176 [FW_CONFIG_ID] = &fw_config,
34 * fw_config file, and address of the fw_config is passed to
198 void arm_bl2_early_platform_setup(uintptr_t fw_config, struct meminfo *mem_layout);
232 static const auth_img_desc_t fw_config = { variable916 [FW_CONFIG_ID] = &fw_config,
93 The ``fconf_load_config(image_id)`` must be called to load fw_config and
771 - Added support for loading the ``fw_config`` image879 - Added support for the ``fw_config`` image882 - Added support for the ``fw_config`` image955 - Now loads and populates ``fw_config`` and ``tb_fw_config``
1743 ``fw_configs`` includes soc_fw_config, tos_fw_config, tb_fw_config and fw_config.
Completed in 17 milliseconds