Home
last modified time | relevance | path

Searched refs:child (Results 1 – 5 of 5) sorted by relevance

/tf-a-ffa_el3_spmc/lib/fconf/
A Dfconf_dyn_cfg_getter.c62 int node, child; in fconf_populate_dtb_registry() local
89 fdt_for_each_subnode(child, dtb, node) { in fconf_populate_dtb_registry()
95 rc = fdt_read_uint64(dtb, child, "load-address", &val64); in fconf_populate_dtb_registry()
102 rc = fdt_read_uint32(dtb, child, "max-size", &config_max_size); in fconf_populate_dtb_registry()
108 rc = fdt_read_uint32(dtb, child, "id", &config_id); in fconf_populate_dtb_registry()
122 if ((child < 0) && (child != -FDT_ERR_NOTFOUND)) { in fconf_populate_dtb_registry()
124 return child; in fconf_populate_dtb_registry()
A Dfconf_cot_getter.c377 int node, child; in populate_manifest_descs() local
393 fdt_for_each_subnode(child, dtb, node) { in populate_manifest_descs()
394 rc = set_desc_data(dtb, child, IMG_CERT); in populate_manifest_descs()
412 int node, child; in populate_image_descs() local
428 fdt_for_each_subnode(child, dtb, node) { in populate_image_descs()
429 rc = set_desc_data(dtb, child, IMG_RAW); in populate_image_descs()
/tf-a-ffa_el3_spmc/plat/arm/common/fconf/
A Dfconf_nv_cntr_getter.c25 int rc, node, child; in fconf_populate_nv_cntrs() local
40 fdt_for_each_subnode(child, dtb, node) { in fconf_populate_nv_cntrs()
42 rc = fdt_read_uint32(dtb, child, "id", &id); in fconf_populate_nv_cntrs()
50 rc = fdt_get_reg_props_by_index(dtb, child, 0, &reg, NULL); in fconf_populate_nv_cntrs()
/tf-a-ffa_el3_spmc/lib/libfdt/
A Dfdt_overlay.c159 int child; in overlay_adjust_node_phandles() local
170 fdt_for_each_subnode(child, fdto, node) { in overlay_adjust_node_phandles()
171 ret = overlay_adjust_node_phandles(fdto, child, delta); in overlay_adjust_node_phandles()
/tf-a-ffa_el3_spmc/docs/design/
A Dauth-framework.rst463 child image e.g. to verify the certificate image, the public key has to be
543 for loading the parent image will be reused for loading the child image. Hence
544 parameters which are obtained from the parent for verifying a child image need
561 For parameters that can be obtained from the child image itself, the IPM is
567 (child) in a CoT.

Completed in 12 milliseconds