Home
last modified time | relevance | path

Searched refs:TB_FW_CONFIG_ID (Results 1 – 25 of 31) sorted by relevance

12

/arm-trusted-firmware-2.8.0/docs/resources/diagrams/plantuml/
A Dfconf_bl1_load_config.puml51 arm_bl1_setup -> fconf: fconf_load_config(TB_FW_CONFIG_ID)
52 fconf -> fconf : FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID)
53 fconf -> fconf_dyn_cfg_getter: dyn_cfg_dtb_info_getter(TB_FW_CONFIG_ID)
55 fconf -> bl_common : load_auth_image(TB_FW_CONFIG_ID, &image_info)
62 arm_io_storage -> fconf: FCONF_GET_PROPERTY(arm, arm_io_policies, TB_FW_CONFIG_ID)
A Dfconf_bl2_populate.puml34 arm_bl2_setup -> fconf: FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID)
35 fconf -> fconf_dyn_cfg_getter: dyn_cfg_dtb_info_getter(TB_FW_CONFIG_ID)
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/
A Dfvp_bl1_measured_boot.c19 { TB_FW_CONFIG_ID, EVLOG_TB_FW_CONFIG_STRING, PCR_0 },
36 .id = TB_FW_CONFIG_ID,
A Dfvp_io_storage.c61 [TB_FW_CONFIG_ID] = {
/arm-trusted-firmware-2.8.0/plat/arm/board/tc/
A Dtc_bl1_measured_boot.c27 .id = TB_FW_CONFIG_ID,
/arm-trusted-firmware-2.8.0/plat/arm/board/morello/fdts/
A Dmorello_fw_config.dts17 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/rde1edge/fdts/
A Drde1edge_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/a5ds/fdts/
A Da5ds_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp_ve/fdts/
A Dfvp_ve_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/juno/fdts/
A Djuno_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn2/fdts/
A Drdn2_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1/fdts/
A Drdv1_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/rdv1mc/fdts/
A Drdv1mc_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/sgi575/fdts/
A Dsgi575_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/rdn1edge/fdts/
A Drdn1edge_fw_config.dts17 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/n1sdp/fdts/
A Dn1sdp_fw_config.dts16 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/plat/arm/board/tc/fdts/
A Dtc_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/arm-trusted-firmware-2.8.0/drivers/auth/tbbr/
A Dtbbr_cot_bl1.c139 .img_id = TB_FW_CONFIG_ID,
175 [TB_FW_CONFIG_ID] = &tb_fw_config,
/arm-trusted-firmware-2.8.0/include/export/common/tbbr/
A Dtbbr_img_def_exp.h71 #define TB_FW_CONFIG_ID U(24) macro
/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/
A Darm_fconf_io.c57 [TB_FW_CONFIG_ID] = {UUID_TB_FW_CONFIG},
128 [TB_FW_CONFIG_ID] = {
130 (uintptr_t)&arm_uuid_spec[TB_FW_CONFIG_ID],
/arm-trusted-firmware-2.8.0/plat/arm/common/
A Darm_dyn_cfg_helpers.c307 tb_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID); in arm_set_tb_fw_info()
338 tb_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID); in arm_get_tb_fw_info()
A Darm_bl1_setup.c191 err = fconf_load_config(TB_FW_CONFIG_ID); in arm_bl1_platform_setup()
A Darm_dyn_cfg.c92 tb_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID); in arm_bl1_set_mbedtls_heap()
/arm-trusted-firmware-2.8.0/lib/fconf/
A Dfconf.c22 assert((image_id == FW_CONFIG_ID) || (image_id == TB_FW_CONFIG_ID)); in fconf_load_config()
/arm-trusted-firmware-2.8.0/plat/arm/board/fvp/fdts/
A Dfvp_fw_config.dts18 id = <TB_FW_CONFIG_ID>;

Completed in 14 milliseconds

12