
28 Sep
2018
28 Sep
'18
4:58 a.m.
On 08/09/2018 08:51 AM, AKASHI Takahiro wrote:
Currently, image's image_base points to an address where the image was temporarily uploaded for further loading. Since efi_loader relocates the image to final destination, image_base and image_size should reflect that.
Thanks for pointing this out.
This patch needs to be rebased due to c982874e930d ("efi_loader: refactor efi_setup_loaded_image()")
When rebasing it you could eliminate parameter parameter 'handle' of efi_load_pe() which will not be needed anymore.
Best regards
Heinrich