]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: enable setvariable at runtime on sandbox
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Tue, 18 Jun 2024 17:28:20 +0000 (20:28 +0300)
committerSimon Glass <sjg@chromium.org>
Wed, 3 Jul 2024 06:36:33 +0000 (07:36 +0100)
We currently don't have any boards enabling CONFIG_EFI_RT_VOLATILE_STORE.
We do have EFI selftests testing the feature though, so enable it in
all the sandbox platforms and test the functionality properly

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
configs/sandbox64_defconfig
configs/sandbox_defconfig

index 2bd4eeaade9e344ffbeeb57e6e77a4c50d170c15..dd0582d2a0c03b0565783ed1241949ba0878f948 100644 (file)
@@ -267,6 +267,7 @@ CONFIG_CMD_DHRYSTONE=y
 CONFIG_TPM=y
 CONFIG_ERRNO_STR=y
 CONFIG_GETOPT=y
+CONFIG_EFI_RT_VOLATILE_STORE=y
 CONFIG_EFI_SECURE_BOOT=y
 CONFIG_TEST_FDTDEC=y
 CONFIG_UNIT_TEST=y
index 93b52f2de5cf1b8372680aef1cf7a068bcc25aad..da8c1976d7bd8fa03768d0f0195b33d8621140c8 100644 (file)
@@ -348,6 +348,7 @@ CONFIG_ECDSA_VERIFY=y
 CONFIG_TPM=y
 CONFIG_ERRNO_STR=y
 CONFIG_GETOPT=y
+CONFIG_EFI_RT_VOLATILE_STORE=y
 CONFIG_EFI_RUNTIME_UPDATE_CAPSULE=y
 CONFIG_EFI_CAPSULE_ON_DISK=y
 CONFIG_EFI_CAPSULE_FIRMWARE_RAW=y