]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
configs: enable efidebug and EFI http boot on QEMU aarch64
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Wed, 7 Aug 2024 13:00:09 +0000 (16:00 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 11 Aug 2024 05:53:49 +0000 (07:53 +0200)
EFI HTTP is a useful option to have by default and is working reliably on
QEMU. Let's enable it by default, since we have no size limitations.
While at it enable 'efidebug' as well, which is currently needed to
configure the EFI HTTP boot options.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
configs/qemu_arm64_defconfig

index 7e166f43908797d681cd0cb9bc7aca8f843638e3..088ba39f18e11abd5395bb39e4e972e359ed46bc 100644 (file)
@@ -33,6 +33,7 @@ CONFIG_CMD_NVEDIT_EFI=y
 CONFIG_CMD_DFU=y
 CONFIG_CMD_MTD=y
 CONFIG_CMD_PCI=y
+CONFIG_CMD_EFIDEBUG=y
 CONFIG_CMD_TPM=y
 CONFIG_CMD_MTDPARTS=y
 CONFIG_ENV_IS_IN_FLASH=y
@@ -68,3 +69,4 @@ CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_PCI=y
 CONFIG_SEMIHOSTING=y
 CONFIG_TPM=y
+CONFIG_EFI_HTTP_BOOT=y