summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2019-04-24 09:30:38 +0300
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2019-05-02 19:17:49 +0300
commitd40e05ae95cfdf328ed6940fb48e110dc5da0c77 (patch)
treeb214395b16c5168fcad8e78c1ae12dee31154265 /cmd/bootefi.c
parente00b82db809725ead77ddfe602c9c8fad1f45ab7 (diff)
downloadu-boot-d40e05ae95cfdf328ed6940fb48e110dc5da0c77.tar.xz
efi_loader: set OsIndicationsSupported at init
UEFI variables should be installed using well-defined API. Currently we don't support much, but the value of OsIndicationsSupported will be updated once some features are added in the future. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Add comments. Rename a variable. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'cmd/bootefi.c')
-rw-r--r--cmd/bootefi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmd/bootefi.c b/cmd/bootefi.c
index efaa548be4..b93d8c6a32 100644
--- a/cmd/bootefi.c
+++ b/cmd/bootefi.c
@@ -303,10 +303,6 @@ static efi_status_t do_bootefi_exec(efi_handle_t handle)
if (ret != EFI_SUCCESS)
return ret;
- /* we don't support much: */
- env_set("efi_8be4df61-93ca-11d2-aa0d-00e098032b8c_OsIndicationsSupported",
- "{ro,boot}(blob)0000000000000000");
-
/* Call our payload! */
ret = EFI_CALL(efi_start_image(handle, NULL, NULL));