Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_setup.c328 struct ffa_boot_info_desc *boot_descriptor; in spmc_create_boot_info() local
376 boot_descriptor = (struct ffa_boot_info_desc *) in spmc_create_boot_info()
395 boot_descriptor->flags = in spmc_create_boot_info()
405 boot_descriptor->type = in spmc_create_boot_info()
416 boot_descriptor->size_boot_info = max_sz; in spmc_create_boot_info()
417 boot_descriptor->content = content_addr; in spmc_create_boot_info()
431 boot_descriptor->type = in spmc_create_boot_info()
439 boot_descriptor->size_boot_info = (uint32_t) ep_info->args.arg1; in spmc_create_boot_info()
441 memcpy((void *) content_addr, sp_manifest, boot_descriptor->size_boot_info); in spmc_create_boot_info()
443 boot_descriptor->content = content_addr; in spmc_create_boot_info()
[all …]