Home
last modified time | relevance | path

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

12

/rk3399_ARM-atf/docs/resources/diagrams/plantuml/
H 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)
H 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)
/rk3399_ARM-atf/plat/st/stm32mp2/include/
H A Dplat_tbbr_img_def.h20 #undef TB_FW_CONFIG_ID
37 #define TB_FW_CONFIG_ID U(20) macro
/rk3399_ARM-atf/drivers/auth/cca/
H A Dbl1_cot.c109 .img_id = TB_FW_CONFIG_ID,
141 [TB_FW_CONFIG_ID] = &tb_fw_config,
/rk3399_ARM-atf/plat/arm/common/
H A Darm_dyn_cfg_helpers.c221 tb_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID); in arm_set_tb_fw_info()
246 tb_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID); in arm_get_tb_fw_info()
468 tb_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID); in arm_set_tb_fw_info()
502 tb_fw_config_info = FCONF_GET_PROPERTY(dyn_cfg, dtb, TB_FW_CONFIG_ID); in arm_get_tb_fw_info()
H A Darm_bl1_setup.c203 err = load_auth_image(TB_FW_CONFIG_ID, &config_image_info); in arm_bl1_platform_setup()
241 err = fconf_load_config(TB_FW_CONFIG_ID); in arm_bl1_platform_setup()
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/
H A Drdv3_bl1_measured_boot.c31 .id = TB_FW_CONFIG_ID,
/rk3399_ARM-atf/drivers/auth/tbbr/
H A Dtbbr_cot_bl1.c141 .img_id = TB_FW_CONFIG_ID,
176 [TB_FW_CONFIG_ID] = &tb_fw_config,
/rk3399_ARM-atf/plat/arm/board/tc/
H A Dtc_bl1_measured_boot.c29 .id = TB_FW_CONFIG_ID,
H A Dtc_bl1_dpe.c35 .id = TB_FW_CONFIG_ID,
/rk3399_ARM-atf/plat/arm/board/a5ds/fdts/
H A Da5ds_fw_config.dts19 id = <TB_FW_CONFIG_ID>;
/rk3399_ARM-atf/plat/arm/board/fvp_ve/fdts/
H A Dfvp_ve_fw_config.dts19 id = <TB_FW_CONFIG_ID>;
/rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/
H A Dn1sdp_fw_config.dts16 id = <TB_FW_CONFIG_ID>;
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/
H A Drdn2_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/rk3399_ARM-atf/plat/arm/board/morello/fdts/
H A Dmorello_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/rk3399_ARM-atf/plat/arm/board/juno/fdts/
H A Djuno_fw_config.dts19 id = <TB_FW_CONFIG_ID>;
/rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/
H A Drdv3_fw_config.dts18 id = <TB_FW_CONFIG_ID>;
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_bl1_measured_boot.c26 { TB_FW_CONFIG_ID, MBOOT_TB_FW_CONFIG_STRING, PCR_0 },
/rk3399_ARM-atf/plat/arm/board/tc/fdts/
H A Dtc_fw_config.dts19 id = <TB_FW_CONFIG_ID>;
/rk3399_ARM-atf/include/export/common/tbbr/
H A Dtbbr_img_def_exp.h71 #define TB_FW_CONFIG_ID U(24) macro
/rk3399_ARM-atf/drivers/auth/dualroot/
H A Dbl1_cot.c117 .img_id = TB_FW_CONFIG_ID,
238 [TB_FW_CONFIG_ID] = &tb_fw_config,
/rk3399_ARM-atf/lib/fconf/
H A Dfconf.c23 assert((image_id == FW_CONFIG_ID) || (image_id == TB_FW_CONFIG_ID)); in fconf_load_config()
/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl1_measured_boot.c30 { TB_FW_CONFIG_ID, MBOOT_TB_FW_CONFIG_STRING, PCR_0 },
/rk3399_ARM-atf/plat/arm/common/fconf/
H A Darm_fconf_io.c72 [TB_FW_CONFIG_ID] = {UUID_TB_FW_CONFIG},
162 [TB_FW_CONFIG_ID] = {
164 (uintptr_t)&arm_uuid_spec[TB_FW_CONFIG_ID],
/rk3399_ARM-atf/plat/arm/board/fvp/fdts/
H A Dfvp_fw_config.dts23 id = <TB_FW_CONFIG_ID>;

12