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)
commit7dda16343d2577a52116148540ad7d17c6f19e55
tree550e764fb23579aec71b523608fdd5f1d95507e4
parent99bfab8b5832273d66d724f906be43fe5bd7c1ba
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