Searched refs:child (Results 1 – 11 of 11) sorted by relevance
| /rk3399_ARM-atf/lib/fconf/ |
| H 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, "secondary-load-address", in fconf_populate_dtb_registry() 149 if ((child < 0) && (child != -FDT_ERR_NOTFOUND)) { in fconf_populate_dtb_registry() 151 return child; in fconf_populate_dtb_registry()
|
| H A D | fconf_cot_getter.c | 383 int node, child; in populate_manifest_descs() local 399 fdt_for_each_subnode(child, dtb, node) { in populate_manifest_descs() 400 rc = set_desc_data(dtb, child, IMG_CERT); in populate_manifest_descs() 418 int node, child; in populate_image_descs() local 434 fdt_for_each_subnode(child, dtb, node) { in populate_image_descs() 435 rc = set_desc_data(dtb, child, IMG_RAW); in populate_image_descs()
|
| /rk3399_ARM-atf/plat/arm/common/fconf/ |
| H 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()
|
| /rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/ |
| H A D | cot_parser.py | 67 child = parent_set[cur_node] 68 for c in child: 77 child = parent_set[root] 79 if len(child) == 0: 84 for c in child: 92 for i, c in enumerate(child): 399 child = node.children 400 if child: 401 for c in child:
|
| /rk3399_ARM-atf/tools/memory/src/memory/ |
| H A D | summary.py | 349 for child in tree["children"]: 350 if child["name"] == next_module: 351 return child
|
| /rk3399_ARM-atf/lib/libfdt/ |
| H A D | fdt_overlay.c | 140 int child; in overlay_adjust_node_phandles() local 151 fdt_for_each_subnode(child, fdto, node) { in overlay_adjust_node_phandles() 152 ret = overlay_adjust_node_phandles(fdto, child, delta); in overlay_adjust_node_phandles()
|
| /rk3399_ARM-atf/fdts/ |
| H A D | rdaspen.dts | 73 /* Map child space [0x0..0x30000) to parent @ 0x1a810000 */
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | auth-framework.rst | 532 child image e.g. to verify the certificate image, the public key has to be 613 for loading the parent image will be reused for loading the child image. Hence 614 parameters which are obtained from the parent for verifying a child image need 631 For parameters that can be obtained from the child image itself, the IPM is 637 (child) in a CoT.
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-10.rst | 113 child certificate (see ``auth_hash()``).
|
| /rk3399_ARM-atf/docs/design_documents/ |
| H A D | psci_osi_mode.rst | 50 its last child enters the low-power state.
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 3754 …- share DPE context handle with child component ([03d388d](https://review.trustedfirmware.org/plug…
|