Home
last modified time | relevance | path

Searched defs:efi_loaded_image (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/include/
H A Defi_api.h338 struct efi_loaded_image { struct
339 u32 revision;
340 void *parent_handle;
341 struct efi_system_table *system_table;
342 efi_handle_t device_handle;
343 struct efi_device_path *file_path;
344 void *reserved;
345 u32 load_options_size;
346 void *load_options;
347 void *image_base;
[all …]