Searched defs:bl33_info (Results 1 – 3 of 3) sorted by relevance
32 struct bl33_info { struct33 unsigned int version;34 struct chip_info chip;35 struct boot_time_info boot_time_info;
25 entry_point_info_t *bl33_info) in imx_bl31_params_parse()
22 struct bl33_info *bl33_info = (struct bl33_info *)BL33_SHARED_DDR_BASE; variable