Lines Matching defs:sp_manifest
1512 static int sp_manifest_parse(void *sp_manifest, int offset,
1524 node = fdt_path_offset(sp_manifest, "/");
1530 ret = fdt_read_uint32_array(sp_manifest, node, "uuid",
1537 ret = fdt_read_uint32(sp_manifest, node, "exception-level", &config_32);
1545 ret = fdt_read_uint32(sp_manifest, node, "ffa-version", &config_32);
1553 ret = fdt_read_uint32(sp_manifest, node, "execution-state", &config_32);
1561 ret = fdt_read_uint32(sp_manifest, node,
1578 ret = fdt_read_uint32(sp_manifest, node,
1601 ret = fdt_read_uint32(sp_manifest, node, "id", &config_32);
1613 ret = fdt_read_uint32(sp_manifest, node,
1632 ret = fdt_read_uint32(sp_manifest, node,
1657 void *sp_manifest;
1670 sp_manifest = (void *)next_image_ep_info->args.arg0;
1671 if (sp_manifest == NULL) {
1676 manifest_base = (uintptr_t)sp_manifest;
1695 ret = fdt_node_offset_by_compatible(sp_manifest, -1,
1706 next_image_ep_info->args.arg1 = fdt_totalsize(sp_manifest);
1720 ret = sp_manifest_parse(sp_manifest, ret, sp, next_image_ep_info,