]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: variable: add secure boot state transition
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 14 Apr 2020 02:51:42 +0000 (11:51 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 16 Apr 2020 06:12:46 +0000 (08:12 +0200)
commit434ffb642240132ab6ecc04c3e8804b8693ace75
treea98231fd676ce283e18ae2e55ece92e6c5f5fa90
parent767f6eeb01d331a7570a1a5e89010b09e5499bfb
efi_loader: variable: add secure boot state transition

UEFI specification defines several global variables which are related to
the current secure boot state. In this commit, those values will be
maintained according to operations. Currently, AuditMode and DeployedMode
are defined but not implemented.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
lib/efi_loader/efi_variable.c