]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: Setup default location for UEFI Variables storing
authorMichal Simek <michal.simek@amd.com>
Wed, 11 Feb 2026 15:56:22 +0000 (16:56 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 15 Feb 2026 08:15:45 +0000 (09:15 +0100)
commite54fbb2f901e897b2a2fb2a718a1ef1607b20ce5
treedef3e781dc1ef06f641997f3adbf3eaa000ccde7
parent4fcc248c943b10889789f23b372ce37e06614a84
efi_loader: Setup default location for UEFI Variables storing

EFI_VARIABLE_FILE_STORE is only available when FAT_WRITE is enabled but
that's not valid for all platforms and dependency should be covered.

Also Kconfig behavior is that if default option is not valid then Kconfig
selects the first presented valid option instead hence it is better to
record EFI_VARIABLE_NO_STORE as safe default option.

Suggested-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_loader/Kconfig