diff mbox series

configs: enable setvariable at runtime on sandbox

Message ID 20240618172820.5570-1-ilias.apalodimas@linaro.org
State Accepted
Commit 4f02196558a40a6538eb09debffde0f1a23b97be
Headers show
Series configs: enable setvariable at runtime on sandbox | expand

Commit Message

Ilias Apalodimas June 18, 2024, 5:28 p.m. UTC
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 | 1 +
 configs/sandbox_defconfig   | 1 +
 2 files changed, 2 insertions(+)

Comments

Simon Glass July 1, 2024, 1:58 p.m. UTC | #1
On Tue, 18 Jun 2024 at 18:28, Ilias Apalodimas
<ilias.apalodimas@linaro.org> wrote:
>
> 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 | 1 +
>  configs/sandbox_defconfig   | 1 +
>  2 files changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass July 15, 2024, 1:31 p.m. UTC | #2
On Tue, 18 Jun 2024 at 18:28, Ilias Apalodimas
<ilias.apalodimas@linaro.org> wrote:
>
> 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 | 1 +
>  configs/sandbox_defconfig   | 1 +
>  2 files changed, 2 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig
index 2bd4eeaade9e..dd0582d2a0c0 100644
--- a/configs/sandbox64_defconfig
+++ b/configs/sandbox64_defconfig
@@ -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
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 93b52f2de5cf..da8c1976d7bd 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -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