Home
last modified time | relevance | path

Searched refs:fconf_load_config (Results 1 – 5 of 5) sorted by relevance

/arm-trusted-firmware-2.8.0/include/lib/fconf/
A Dfconf.h48 int fconf_load_config(unsigned int image_id);
/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_bl1_setup.c173 err = fconf_load_config(FW_CONFIG_ID); in arm_bl1_platform_setup()
191 err = fconf_load_config(TB_FW_CONFIG_ID); in arm_bl1_platform_setup()
/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dfconf_bl1_load_config.puml31 arm_bl1_setup -> fconf : fconf_load_config(FW_CONFIG_ID)
51 arm_bl1_setup -> fconf: fconf_load_config(TB_FW_CONFIG_ID)
/arm-trusted-firmware-2.8.0/lib/fconf/
A Dfconf.c17 int fconf_load_config(unsigned int image_id) in fconf_load_config() function
/arm-trusted-firmware-2.8.0/docs/components/fconf/
A Dindex.rst93 The ``fconf_load_config(image_id)`` must be called to load fw_config and

Completed in 4 milliseconds