Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.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.c397 const char *compatible_str = "arm,io-fip-handle"; in fconf_populate_arm_io_policies() local
398 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_arm_io_policies()
400 ERROR("FCONF: Can't find %s compatible in dtb\n", compatible_str); in fconf_populate_arm_io_policies()
/trusted-firmware-a-3.6.0-3.5.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.c99 const char *compatible_str = "fconf,dyn_cfg-dtb_registry"; in fconf_populate_dtb_registry() local
100 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_dtb_registry()
102 ERROR("FCONF: Can't find %s compatible in dtb\n", compatible_str); in fconf_populate_dtb_registry()
Dfconf_cot_getter.c386 const char *compatible_str = "arm, cert-descs"; in populate_manifest_descs() local
388 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in populate_manifest_descs()
391 compatible_str); in populate_manifest_descs()
421 const char *compatible_str = "arm, img-descs"; in populate_image_descs() local
423 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in populate_image_descs()
426 compatible_str); in populate_image_descs()
/trusted-firmware-a-3.6.0-3.5.0/include/common/
Dfdt_wrappers.h66 #define fdt_for_each_compatible_node(dtb, node, compatible_str) \ argument
67 for (node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); \
69 node = fdt_node_offset_by_compatible(dtb, node, compatible_str))
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/plat/st/common/
Dstm32mp_fconf_io.c124 const char *compatible_str = "st,io-fip-handle"; in fconf_populate_stm32mp_io_policies() local
126 node = fdt_node_offset_by_compatible(dtb, -1, compatible_str); in fconf_populate_stm32mp_io_policies()
128 ERROR("FCONF: Can't find %s compatible in dtb\n", compatible_str); in fconf_populate_stm32mp_io_policies()