]> Git Repo - J-u-boot.git/commit
efi_loader: pre-seed UEFI variables
authorHeinrich Schuchardt <[email protected]>
Tue, 14 Jul 2020 19:25:28 +0000 (21:25 +0200)
committerHeinrich Schuchardt <[email protected]>
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 <[email protected]>
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
This page took 0.037897 seconds and 4 git commands to generate.