efi_loader: export efi_convert_pointer()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 24 Mar 2020 17:05:22 +0000 (18:05 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:17 +0000 (23:14 +0200)
commita44d2a23992ba70dfeefbad9c55249bfc6be9fbc
treeb6a6a9339e8f7a16a795dd4e48669af34407409f
parent5f7dcf079de8caa5ef9c332c928bd6a3c3d12335
efi_loader: export efi_convert_pointer()

We need ConvertPointer() to adjust pointers when implementing  runtime
services within U-Boot.

After ExitBootServices() gd is not available anymore. So we should not use
EFI_ENTRY() and EFI_EXIT().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/efi_loader.h
lib/efi_loader/efi_runtime.c