diff mbox series

[U-Boot,1/1] efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTEST

Message ID 20170920191437.29612-1-xypron.glpk@gmx.de
State Accepted
Commit 4a59ada5e60d25ea43d3c5f2baf1860ed3c32770
Delegated to: Alexander Graf
Headers show
Series [U-Boot,1/1] efi_selftest: enable CONFIG_CMD_BOOTEFI_SELFTEST | expand

Commit Message

Heinrich Schuchardt Sept. 20, 2017, 7:14 p.m. UTC
The EFI selftest has been broken by a patch on efi-next.
We should enable CONFIG_CMD_BOOTEFI_SELFTEST on
qemu-x86_defconfig and qemu-x86_64_defconfig by default
to catch this type of problem in the Travis CI tests.

These systems typically have abundant memory so that
enabling this option should not pose a problem.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 configs/qemu-x86_64_defconfig | 1 +
 configs/qemu-x86_defconfig    | 1 +
 2 files changed, 2 insertions(+)

Comments

Simon Glass Sept. 25, 2017, 2:13 a.m. UTC | #1
On 20 September 2017 at 13:14, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
> The EFI selftest has been broken by a patch on efi-next.
> We should enable CONFIG_CMD_BOOTEFI_SELFTEST on
> qemu-x86_defconfig and qemu-x86_64_defconfig by default
> to catch this type of problem in the Travis CI tests.
>
> These systems typically have abundant memory so that
> enabling this option should not pose a problem.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  configs/qemu-x86_64_defconfig | 1 +
>  configs/qemu-x86_defconfig    | 1 +
>  2 files changed, 2 insertions(+)

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

Patch

diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig
index 67e9a45fbc..c12d530b83 100644
--- a/configs/qemu-x86_64_defconfig
+++ b/configs/qemu-x86_64_defconfig
@@ -64,3 +64,4 @@  CONFIG_USB_KEYBOARD=y
 CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
 CONFIG_FRAMEBUFFER_VESA_MODE_111=y
 CONFIG_CONSOLE_SCROLL_LINES=5
+CONFIG_CMD_BOOTEFI_SELFTEST=y
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig
index 7ce97ff091..d84e1d7dc9 100644
--- a/configs/qemu-x86_defconfig
+++ b/configs/qemu-x86_defconfig
@@ -44,3 +44,4 @@  CONFIG_USB_KEYBOARD=y
 CONFIG_FRAMEBUFFER_SET_VESA_MODE=y
 CONFIG_FRAMEBUFFER_VESA_MODE_111=y
 CONFIG_CONSOLE_SCROLL_LINES=5
+CONFIG_CMD_BOOTEFI_SELFTEST=y