Searched defs:spl_image_info (Results 1 – 1 of 1) sorted by relevance
28 struct spl_image_info { struct29 const char *name;30 u8 os;31 uintptr_t load_addr;32 uintptr_t entry_point; /* Next stage entry point */34 uintptr_t entry_point_bl32;35 uintptr_t entry_point_bl33;38 uintptr_t entry_point_os; /* point to uboot or kernel */40 void *fdt_addr;41 u32 boot_device;[all …]