Home
last modified time | relevance | path

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

/external/u-boot/common/spl/
Dspl_atf.c18 static struct bl31_params *bl2_to_bl31_params;
33 static struct bl31_params *bl2_plat_get_bl31_params(uintptr_t bl33_entry) in bl2_plat_get_bl31_params()
44 bl2_to_bl31_params = &bl31_params_mem.bl31_params; in bl2_plat_get_bl31_params()
86 typedef void (*atf_entry_t)(struct bl31_params *params, void *plat_params);
91 struct bl31_params *bl31_params; in bl31_entry() local
94 bl31_params = bl2_plat_get_bl31_params(bl33_entry); in bl31_entry()
99 atf_entry((void *)bl31_params, (void *)fdt_addr); in bl31_entry()
/external/u-boot/include/
Datf_common.h156 struct bl31_params { struct
171 struct bl31_params bl31_params; member