summaryrefslogtreecommitdiff
path: root/lib/linux_compat.c
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2018-10-11 04:09:58 -0700
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-04-07 14:17:06 +0200
commit8458bf648fd75c5815c1351809d122f155bc7748 (patch)
tree367ad5383f69a609ec5c68417ea79c43147f1397 /lib/linux_compat.c
parent37279ad3eeed5285c2fee4ed9eb24d110515fe3f (diff)
downloadu-boot-8458bf648fd75c5815c1351809d122f155bc7748.tar.gz
u-boot-8458bf648fd75c5815c1351809d122f155bc7748.tar.bz2
u-boot-8458bf648fd75c5815c1351809d122f155bc7748.zip
efi_loader: set image_base and image_size to correct values
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. This bug was detected in UEFI SCT, "Loaded Image Protocol Test - test 2," which shows that 'Unload' function doesn't fit into a range suggested by image_base and image_size. TestCase/UEFI/EFI/Protocol/LoadedImage/BlackBoxTest/ LoadedImageBBTestMain.c:1002 Changes in this patch also includes: * reverts a patch, "efi_loader: save image relocation address and size" since newly added fields are no longer needed. * copy PE headers as well since those information will be needed for module loading, in particular, at gurb. (This bug was reported by Heinrich.) Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Rebase patch. Remove unused fields from struct efi_loaded_image_obj. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/linux_compat.c')
0 files changed, 0 insertions, 0 deletions