Home
last modified time | relevance | path

Searched refs:compatible_str (Results 1 – 10 of 10) sorted by relevance

/trusted-firmware-a-3.4.0/plat/arm/board/fvp/fconf/
Dfconf_nt_config_getter.c29 const char *compatible_str = "arm,tpm_event_log"; in fconf_populate_event_log_config() local
31 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_event_log_config()
34 compatible_str); in fconf_populate_event_log_config()
/trusted-firmware-a-3.4.0/plat/arm/common/fconf/
Dfconf_nv_cntr_getter.c31 const char *compatible_str = "arm, non-volatile-counter"; in fconf_populate_nv_cntrs() local
33 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_nv_cntrs()
36 compatible_str); in fconf_populate_nv_cntrs()
Darm_fconf_sp.c48 const char *compatible_str = "arm,sp"; in fconf_populate_arm_sp() local
50 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_arm_sp()
52 ERROR("FCONF: Can't find %s in dtb\n", compatible_str); in fconf_populate_arm_sp()
Darm_fconf_io.c338 const char *compatible_str = "arm,io-fip-handle"; in fconf_populate_arm_io_policies() local
339 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_arm_io_policies()
341 ERROR("FCONF: Can't find %s compatible in dtb\n", compatible_str); in fconf_populate_arm_io_policies()
/trusted-firmware-a-3.4.0/lib/fconf/
Dfconf_tbbr_getter.c27 const char *compatible_str = "arm,tb_fw"; in fconf_populate_tbbr_dyn_config() local
28 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_tbbr_dyn_config()
31 compatible_str); in fconf_populate_tbbr_dyn_config()
Dfconf_dyn_cfg_getter.c97 const char *compatible_str = "fconf,dyn_cfg-dtb_registry"; in fconf_populate_dtb_registry() local
98 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_dtb_registry()
100 ERROR("FCONF: Can't find %s compatible in dtb\n", compatible_str); in fconf_populate_dtb_registry()
Dfconf_cot_getter.c384 const char *compatible_str = "arm, cert-descs"; in populate_manifest_descs() local
386 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in populate_manifest_descs()
389 compatible_str); in populate_manifest_descs()
419 const char *compatible_str = "arm, img-descs"; in populate_image_descs() local
421 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in populate_image_descs()
424 compatible_str); in populate_image_descs()
/trusted-firmware-a-3.4.0/include/common/
Dfdt_wrappers.h56 #define fdt_for_each_compatible_node(dtb, node, compatible_str) \ argument
57 for (node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); \
59 node = fdt_node_offset_by_compatible(dtb, node, compatible_str))
/trusted-firmware-a-3.4.0/plat/st/stm32mp1/
Dstm32mp1_fconf_firewall.c86 const char *compatible_str = "st,mem-firewall"; in fconf_populate_stm32mp1_firewall() local
88 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_stm32mp1_firewall()
90 ERROR("FCONF: Can't find %s compatible in dtb\n", compatible_str); in fconf_populate_stm32mp1_firewall()
/trusted-firmware-a-3.4.0/plat/st/common/
Dstm32mp_fconf_io.c100 const char *compatible_str = "st,io-fip-handle"; in fconf_populate_stm32mp_io_policies() local
102 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_stm32mp_io_policies()
104 ERROR("FCONF: Can't find %s compatible in dtb\n", compatible_str); in fconf_populate_stm32mp_io_policies()