| /rk3399_ARM-atf/docs/resources/diagrams/plantuml/ |
| H A D | fconf_bl1_load_config.puml | 51 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 D | fconf_bl2_populate.puml | 34 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 D | plat_tbbr_img_def.h | 20 #undef TB_FW_CONFIG_ID 37 #define TB_FW_CONFIG_ID U(20) macro
|
| /rk3399_ARM-atf/drivers/auth/cca/ |
| H A D | bl1_cot.c | 109 .img_id = TB_FW_CONFIG_ID, 141 [TB_FW_CONFIG_ID] = &tb_fw_config,
|
| /rk3399_ARM-atf/plat/arm/common/ |
| H A D | arm_dyn_cfg_helpers.c | 221 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 D | arm_bl1_setup.c | 203 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 D | rdv3_bl1_measured_boot.c | 31 .id = TB_FW_CONFIG_ID,
|
| /rk3399_ARM-atf/drivers/auth/tbbr/ |
| H A D | tbbr_cot_bl1.c | 141 .img_id = TB_FW_CONFIG_ID, 176 [TB_FW_CONFIG_ID] = &tb_fw_config,
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | tc_bl1_measured_boot.c | 29 .id = TB_FW_CONFIG_ID,
|
| H A D | tc_bl1_dpe.c | 35 .id = TB_FW_CONFIG_ID,
|
| /rk3399_ARM-atf/plat/arm/board/a5ds/fdts/ |
| H A D | a5ds_fw_config.dts | 19 id = <TB_FW_CONFIG_ID>;
|
| /rk3399_ARM-atf/plat/arm/board/fvp_ve/fdts/ |
| H A D | fvp_ve_fw_config.dts | 19 id = <TB_FW_CONFIG_ID>;
|
| /rk3399_ARM-atf/plat/arm/board/n1sdp/fdts/ |
| H A D | n1sdp_fw_config.dts | 16 id = <TB_FW_CONFIG_ID>;
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdn2/fdts/ |
| H A D | rdn2_fw_config.dts | 18 id = <TB_FW_CONFIG_ID>;
|
| /rk3399_ARM-atf/plat/arm/board/morello/fdts/ |
| H A D | morello_fw_config.dts | 18 id = <TB_FW_CONFIG_ID>;
|
| /rk3399_ARM-atf/plat/arm/board/juno/fdts/ |
| H A D | juno_fw_config.dts | 19 id = <TB_FW_CONFIG_ID>;
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/fdts/ |
| H A D | rdv3_fw_config.dts | 18 id = <TB_FW_CONFIG_ID>;
|
| /rk3399_ARM-atf/plat/arm/board/juno/ |
| H A D | juno_bl1_measured_boot.c | 26 { TB_FW_CONFIG_ID, MBOOT_TB_FW_CONFIG_STRING, PCR_0 },
|
| /rk3399_ARM-atf/plat/arm/board/tc/fdts/ |
| H A D | tc_fw_config.dts | 19 id = <TB_FW_CONFIG_ID>;
|
| /rk3399_ARM-atf/include/export/common/tbbr/ |
| H A D | tbbr_img_def_exp.h | 71 #define TB_FW_CONFIG_ID U(24) macro
|
| /rk3399_ARM-atf/drivers/auth/dualroot/ |
| H A D | bl1_cot.c | 117 .img_id = TB_FW_CONFIG_ID, 238 [TB_FW_CONFIG_ID] = &tb_fw_config,
|
| /rk3399_ARM-atf/lib/fconf/ |
| H A D | fconf.c | 23 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 D | fvp_bl1_measured_boot.c | 30 { TB_FW_CONFIG_ID, MBOOT_TB_FW_CONFIG_STRING, PCR_0 },
|
| /rk3399_ARM-atf/plat/arm/common/fconf/ |
| H A D | arm_fconf_io.c | 72 [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 D | fvp_fw_config.dts | 23 id = <TB_FW_CONFIG_ID>;
|