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

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Tue Jun 17 00:09:17 CEST 2025


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



More information about the U-Boot mailing list