]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4a31ad74b4e276a09faa670eb64863c38bd7f761
treeb214395b16c5168fcad8e78c1ae12dee31154265
parentd091bb3922284e024b0c65a37ca72a3812220aa9
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