[U-Boot] [PATCH 1/1] efi_loader: fix relocation on x86_64
Bin Meng
bmeng.cn at gmail.com
Sat Oct 13 07:52:32 UTC 2018
On Sat, Oct 13, 2018 at 5:43 AM Heinrich Schuchardt <xypron.glpk at gmx.de> wrote:
>
> Currently the relocation of the EFI runtime on x86_64 fails. This renders
> the EFI subsystem unusable. The ELF relocation records for x86_64 contain
> an addend field.
>
> Always write the function name into error messages related to the EFI
> runtime relocation.
>
> Break an excessively long line.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
> ---
> lib/efi_loader/efi_runtime.c | 16 ++++++++++++----
> 1 file changed, 12 insertions(+), 4 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
Tested-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list