Home
last modified time | relevance | path

Searched refs:sp_node (Results 1 – 2 of 2) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/arm/common/fconf/
A Darm_fconf_sp.c29 int sp_node, node, err; in fconf_populate_arm_sp() local
56 fdt_for_each_subnode(sp_node, dtb, node) { in fconf_populate_arm_sp()
70 err = fdtw_read_uuid(dtb, sp_node, "uuid", 16, in fconf_populate_arm_sp()
80 err = fdt_read_uint32(dtb, sp_node, "load-address", &val32); in fconf_populate_arm_sp()
106 fdtw_read_string(dtb, sp_node, "owner", in fconf_populate_arm_sp()
154 if ((sp_node < 0) && (sp_node != -FDT_ERR_NOTFOUND)) { in fconf_populate_arm_sp()
156 return sp_node; in fconf_populate_arm_sp()
/arm-trusted-firmware-2.8.0/tools/sptool/
A Dsp_mk_generator.py78 def get_sp_manifest_full_path(sp_node, args :dict): argument
80 return os.path.join(args["sp_layout_dir"], get_file_from_layout(sp_node["pm"]))
82 def get_sp_img_full_path(sp_node, args :dict): argument
84 return os.path.join(args["sp_layout_dir"], get_file_from_layout(sp_node["image"]))

Completed in 3 milliseconds