Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_atf.c19 static struct bl31_params *bl2_to_bl31_params;
34 static struct bl31_params *bl2_plat_get_bl31_params(struct spl_image_info *spl_image, in bl2_plat_get_bl31_params()
48 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
114 typedef void (*atf_entry_t)(struct bl31_params *params, void *plat_params);
120 struct bl31_params *bl31_params; in bl31_entry() local
123 bl31_params = bl2_plat_get_bl31_params(spl_image, bl32_entry, bl33_entry); in bl31_entry()
125 atf_entry((void *)bl31_params, (void *)fdt_addr); in bl31_entry()
/OK3568_Linux_fs/u-boot/include/
H A Datf_common.h186 struct bl31_params { struct
201 struct bl31_params bl31_params; member