Home
last modified time | relevance | path

Searched refs:fw_config (Results 1 – 9 of 9) sorted by relevance

/external/arm-trusted-firmware/docs/resources/diagrams/plantuml/
Dfconf_bl2_populate.puml24 arg0 = fw_config
27 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)
Dfconf_bl1_load_config.puml26 set fw_config information
/external/arm-trusted-firmware/plat/arm/common/
Darm_bl2_setup.c60 void arm_bl2_early_platform_setup(uintptr_t fw_config, in arm_bl2_early_platform_setup() argument
69 config_base = fw_config; in arm_bl2_early_platform_setup()
/external/arm-trusted-firmware/drivers/auth/tbbr/
Dtbbr_cot_bl1.c153 static const auth_img_desc_t fw_config = { variable
176 [FW_CONFIG_ID] = &fw_config,
/external/arm-trusted-firmware/include/plat/arm/common/
Dplat_arm.h193 void arm_bl2_early_platform_setup(uintptr_t fw_config, struct meminfo *mem_layout);
/external/arm-trusted-firmware/drivers/auth/dualroot/
Dcot.c232 static const auth_img_desc_t fw_config = { variable
916 [FW_CONFIG_ID] = &fw_config,
/external/arm-trusted-firmware/docs/components/fconf/
Dindex.rst93 The ``fconf_load_config(image_id)`` must be called to load fw_config and
/external/arm-trusted-firmware/docs/
Dchange-log.rst102 - Added support for loading the ``fw_config`` image
210 - Added support for the ``fw_config`` image
213 - Added support for the ``fw_config`` image
286 - Now loads and populates ``fw_config`` and ``tb_fw_config``
/external/arm-trusted-firmware/docs/design/
Dfirmware-design.rst1743 ``fw_configs`` includes soc_fw_config, tos_fw_config, tb_fw_config and fw_config.