Searched refs:child (Results 1 – 5 of 5) sorted by relevance
/arm-trusted-firmware-2.8.0/lib/fconf/ |
A D | fconf_dyn_cfg_getter.c | 79 int node, child; in fconf_populate_dtb_registry() local 106 fdt_for_each_subnode(child, dtb, node) { in fconf_populate_dtb_registry() 113 rc = fdt_read_uint64(dtb, child, "load-address", &val64); in fconf_populate_dtb_registry() 120 rc = fdt_read_uint32(dtb, child, "max-size", &config_max_size); in fconf_populate_dtb_registry() 126 rc = fdt_read_uint32(dtb, child, "id", &config_id); in fconf_populate_dtb_registry() 137 rc = fdt_read_uint64(dtb, child, "ns-load-address", &val64); in fconf_populate_dtb_registry() 147 if ((child < 0) && (child != -FDT_ERR_NOTFOUND)) { in fconf_populate_dtb_registry() 149 return child; in fconf_populate_dtb_registry()
|
A D | fconf_cot_getter.c | 377 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()
|
/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/ |
A D | fconf_nv_cntr_getter.c | 25 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, ®, NULL); in fconf_populate_nv_cntrs()
|
/arm-trusted-firmware-2.8.0/lib/libfdt/ |
A D | fdt_overlay.c | 144 int child; in overlay_adjust_node_phandles() local 155 fdt_for_each_subnode(child, fdto, node) { in overlay_adjust_node_phandles() 156 ret = overlay_adjust_node_phandles(fdto, child, delta); in overlay_adjust_node_phandles()
|
/arm-trusted-firmware-2.8.0/docs/design/ |
A D | auth-framework.rst | 463 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 9 milliseconds