Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_setup.c327 struct ffa_boot_info_header *boot_header; in spmc_create_boot_info() local
371 boot_header = (struct ffa_boot_info_header *) ffa_boot_info_mem; in spmc_create_boot_info()
374 boot_header->offset_boot_info_desc = in spmc_create_boot_info()
378 boot_header->offset_boot_info_desc); in spmc_create_boot_info()
384 boot_header->version = sp->ffa_version; in spmc_create_boot_info()
387 boot_header->size_boot_info_desc = sizeof(struct ffa_boot_info_desc); in spmc_create_boot_info()
390 boot_header->signature = FFA_INIT_DESC_SIGNATURE; in spmc_create_boot_info()
393 boot_header->count_boot_info_desc = 1; in spmc_create_boot_info()
400 boot_header->offset_boot_info_desc + in spmc_create_boot_info()
401 boot_header->size_boot_info_desc); in spmc_create_boot_info()
[all …]