efi_loader: set OsIndicationsSupported at init
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 24 Apr 2019 06:30:38 +0000 (15:30 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 2 May 2019 16:17:49 +0000 (18:17 +0200)
commitd40e05ae95cfdf328ed6940fb48e110dc5da0c77
treeb214395b16c5168fcad8e78c1ae12dee31154265
parente00b82db809725ead77ddfe602c9c8fad1f45ab7
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>
cmd/bootefi.c
lib/efi_loader/efi_setup.c