commit | 324018435004e309772e392e3c90727d60dd8e77 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Wed Jun 05 13:21:38 2019 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jun 14 19:18:40 2019 +0200 |
tree | 12df34e812dc2c5bbf699b3c0f00c7adad2fa5cf | |
parent | adba396ab590af89946269c118cf25b25d603a40 [diff] |
efi_loader: add RuntimeServicesSupported variable 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 <takahiro.akashi@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>