Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/fconf/
H A Dfconf_dyn_cfg_getter.c79 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 Dfconf_cot_getter.c383 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 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()
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py67 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 Dsummary.py349 for child in tree["children"]:
350 if child["name"] == next_module:
351 return child
/rk3399_ARM-atf/lib/libfdt/
H A Dfdt_overlay.c140 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 Drdaspen.dts73 /* Map child space [0x0..0x30000) to parent @ 0x1a810000 */
/rk3399_ARM-atf/docs/design/
H A Dauth-framework.rst532 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 Dsecurity-advisory-tfv-10.rst113 child certificate (see ``auth_hash()``).
/rk3399_ARM-atf/docs/design_documents/
H A Dpsci_osi_mode.rst50 its last child enters the low-power state.
/rk3399_ARM-atf/docs/
H A Dchange-log.md3754 …- share DPE context handle with child component ([03d388d](https://review.trustedfirmware.org/plug…