[PATCH 2/2] sandbox: enable CONFIG_CMD_BOOTEFI_SELFTEST by default

Ilias Apalodimas ilias.apalodimas at linaro.org
Tue Jun 17 07:54:43 CEST 2025


On Tue, 17 Jun 2025 at 01:09, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> The sandbox is used for a lot of generic development, we should run the
> UEFI tests there, too.
>
> Reported-by: Javier Martinez Canillas <javierm at redhat.com>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
>  arch/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/Kconfig b/arch/Kconfig
> index ea33d07c086..7b1c334d3fc 100644
> --- a/arch/Kconfig
> +++ b/arch/Kconfig
> @@ -213,6 +213,7 @@ config SANDBOX
>         imply BITREVERSE
>         select BLOBLIST
>         imply LTO
> +       imply CMD_BOOTEFI_SELFTEST
>         imply CMD_DM
>         imply CMD_EXCEPTION
>         imply CMD_GETTIME
> --
> 2.48.1
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list