]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: optional persistence of variables
authorTom Saeger <tom.saeger@oracle.com>
Tue, 22 Mar 2022 21:21:10 +0000 (15:21 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 9 Apr 2022 19:06:31 +0000 (21:06 +0200)
commit163f1b3e8fbf46ae0fa76a5dd3310287d0719d6d
tree6e5836eb2fa2fa2cde79d1b59994f5d3b6c223ec
parent84100aac677cae17582b8b24abda5d94db95fe83
efi_loader: optional persistence of variables

Since 7e9d1dd5e10b ("efi_loader: configuration of variables store")
the choice of EFI_VARIABLE_FILE_STORE or EFI_MM_COMM_TEE
is mutually-exclusive, however efi_var_to_file also allows
for "neither". Provide an additional Kconfig option.

Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Kconfig