Re: [U-Boot] [PATCH v4 1/1] efi_loader: add RuntimeServicesSupported variable

2019-06-16 Thread Takahiro Akashi
On Fri, Jun 14, 2019 at 06:30:38PM +0200, Heinrich Schuchardt wrote: > From: AKASHI Takahiro > > This variable is defined in UEFI specification 2.8, section 8.1. > Its value should be updated whenever we add any usable runtime services > function. > > Currently we only support

[U-Boot] [PATCH v4 1/1] efi_loader: add RuntimeServicesSupported variable

2019-06-14 Thread Heinrich Schuchardt
From: AKASHI Takahiro This variable is defined in UEFI specification 2.8, section 8.1. Its value should be updated whenever we add any usable runtime services function. Currently we only support SetVirtualAddress() for all systems and ResetSystem() for some. Signed-off-by: AKASHI Takahiro