Home
last modified time | relevance | path

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

/u-boot/board/kontron/sl28/
A Dspl_atf.c27 struct bl_params *bl2_plat_get_bl31_params_v2(uintptr_t bl32_entry, in bl2_plat_get_bl31_params_v2()
32 struct bl_params *bl_params; in bl2_plat_get_bl31_params_v2() local
44 bl_params = bl2_plat_get_bl31_params_v2_default(bl32_entry, bl33_entry, in bl2_plat_get_bl31_params_v2()
47 for_each_bl_params_node(bl_params, node) { in bl2_plat_get_bl31_params_v2()
54 return bl_params; in bl2_plat_get_bl31_params_v2()
/u-boot/common/spl/
A Dspl_atf.c33 struct bl_params bl_params; member
112 struct bl_params *bl2_plat_get_bl31_params_v2_default(uintptr_t bl32_entry, in bl2_plat_get_bl31_params_v2_default()
117 struct bl_params *bl_params; in bl2_plat_get_bl31_params_v2_default() local
127 bl_params = &bl31_params_mem.bl_params; in bl2_plat_get_bl31_params_v2_default()
128 SET_PARAM_HEAD(bl_params, ATF_PARAM_BL_PARAMS, ATF_VERSION_2, 0); in bl2_plat_get_bl31_params_v2_default()
129 bl_params->head = &bl31_params_mem.bl31_params_node; in bl2_plat_get_bl31_params_v2_default()
174 return bl_params; in bl2_plat_get_bl31_params_v2_default()
177 __weak struct bl_params *bl2_plat_get_bl31_params_v2(uintptr_t bl32_entry, in bl2_plat_get_bl31_params_v2()
/u-boot/include/
A Datf_common.h186 struct bl_params { struct
191 #define for_each_bl_params_node(bl_params, node) \ argument
192 for ((node) = (bl_params)->head; \
A Dspl.h651 struct bl_params *bl2_plat_get_bl31_params_v2(uintptr_t bl32_entry,
670 struct bl_params *bl2_plat_get_bl31_params_v2_default(uintptr_t bl32_entry,

Completed in 10 milliseconds