]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: pre-seed UEFI variables
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 14 Jul 2020 19:25:28 +0000 (21:25 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 16 Jul 2020 10:37:02 +0000 (12:37 +0200)
commite7606bd3aadf1f06973ba340febb5e54087eb99f
tree550e764fb23579aec71b523608fdd5f1d95507e4
parentf7933e111883510e17700549386665c38b4d457b
efi_loader: pre-seed UEFI variables

Include a file with the initial values for non-volatile UEFI variables
into the U-Boot binary. If this variable is set, changes to variable PK
will not be allowed.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/asm-generic/sections.h
include/efi_variable.h
lib/efi_loader/Kconfig
lib/efi_loader/Makefile
lib/efi_loader/efi_var_file.c
lib/efi_loader/efi_var_seed.S [new file with mode: 0644]
lib/efi_loader/efi_variable.c