On Tue, 17 Jun 2025 at 01:09, Heinrich Schuchardt <[email protected]> wrote: > > The sandbox is used for a lot of generic development, we should run the > UEFI tests there, too. > > Reported-by: Javier Martinez Canillas <[email protected]> > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > 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 <[email protected]>

