]> git.sur5r.net Git - u-boot/blobdiff - include/efi_api.h
efi_loader: save image relocation address and size
[u-boot] / include / efi_api.h
index d9a69dbc005f4ad0405af6724a5a04e2f78c7600..2be470b23787f6ea7e61b9fe56b1b927ae1d5fb7 100644 (file)
@@ -331,6 +331,8 @@ struct efi_loaded_image {
 
        /* Below are efi loader private fields */
 #ifdef CONFIG_EFI_LOADER
+       void *reloc_base;
+       aligned_u64 reloc_size;
        efi_status_t exit_status;
        struct jmp_buf_data exit_jmp;
 #endif