Re: [U-Boot] [RFC 3/6] efi_loader: support convert_pointer at runtime

2019-07-12 Thread Heinrich Schuchardt
On 6/17/19 7:41 AM, Heinrich Schuchardt wrote: On 6/17/19 3:15 AM, AKASHI Takahiro wrote: On Sat, Jun 15, 2019 at 09:41:31PM +0200, Heinrich Schuchardt wrote: On 6/5/19 6:21 AM, AKASHI Takahiro wrote: With this patch, ConvertPointer runtime service is enabled. This function will be useful only

Re: [U-Boot] [RFC 3/6] efi_loader: support convert_pointer at runtime

2019-06-16 Thread Heinrich Schuchardt
On 6/17/19 3:15 AM, AKASHI Takahiro wrote: On Sat, Jun 15, 2019 at 09:41:31PM +0200, Heinrich Schuchardt wrote: On 6/5/19 6:21 AM, AKASHI Takahiro wrote: With this patch, ConvertPointer runtime service is enabled. This function will be useful only after SetVirtualAddressMap is called and before

Re: [U-Boot] [RFC 3/6] efi_loader: support convert_pointer at runtime

2019-06-16 Thread AKASHI Takahiro
On Sat, Jun 15, 2019 at 09:41:31PM +0200, Heinrich Schuchardt wrote: > On 6/5/19 6:21 AM, AKASHI Takahiro wrote: > >With this patch, ConvertPointer runtime service is enabled. > >This function will be useful only after SetVirtualAddressMap is called > >and before it exits according to UEFI specific

Re: [U-Boot] [RFC 3/6] efi_loader: support convert_pointer at runtime

2019-06-15 Thread Heinrich Schuchardt
On 6/5/19 6:21 AM, AKASHI Takahiro wrote: With this patch, ConvertPointer runtime service is enabled. This function will be useful only after SetVirtualAddressMap is called and before it exits according to UEFI specification. ConvertPointer() is called by drivers upon calling the notification f

[U-Boot] [RFC 3/6] efi_loader: support convert_pointer at runtime

2019-06-04 Thread AKASHI Takahiro
With this patch, ConvertPointer runtime service is enabled. This function will be useful only after SetVirtualAddressMap is called and before it exits according to UEFI specification. Signed-off-by: AKASHI Takahiro --- lib/efi_loader/Kconfig | 8 lib/efi_loader/efi_runtime.c | 81 +++