aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-03-19 18:21:58 +0000
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-11 23:14:17 +0200
commit5f7dcf079de8caa5ef9c332c928bd6a3c3d12335 (patch)
treeddf013d100f421c5ed3c6320687913dc3bc921f6 /lib/efi_loader/Makefile
parent198bf6418efa282ddb9392d352a2afef20585020 (diff)
downloadu-boot-5f7dcf079de8caa5ef9c332c928bd6a3c3d12335.zip
u-boot-5f7dcf079de8caa5ef9c332c928bd6a3c3d12335.tar.gz
u-boot-5f7dcf079de8caa5ef9c332c928bd6a3c3d12335.tar.bz2
efi_loader: UEFI variable persistence
Persist non-volatile UEFI variables in a file on the EFI system partition. The file is written whenever a non-volatile UEFI variable is changed after initialization of the UEFI sub-system. The file is read during the UEFI sub-system initialization to restore non-volatile UEFI variables. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/Makefile')
-rw-r--r--lib/efi_loader/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
index 7eddd7e..c87b82d 100644
--- a/lib/efi_loader/Makefile
+++ b/lib/efi_loader/Makefile
@@ -40,6 +40,7 @@ ifeq ($(CONFIG_EFI_MM_COMM_TEE),y)
obj-y += efi_variable_tee.o
else
obj-y += efi_variable.o
+obj-y += efi_var_file.o
endif
obj-y += efi_watchdog.o
obj-$(CONFIG_LCD) += efi_gop.o