[PATCH] configs: enable efidebug and EFI http boot on QEMU aarch64
Heinrich Schuchardt
xypron.glpk at gmx.de
Wed Aug 7 15:45:54 CEST 2024
On 07.08.24 15:00, Ilias Apalodimas wrote:
> 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.
Should this be added to the efconfig command in future?
Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
>
> Signed-off-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
> ---
> configs/qemu_arm64_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig
> index 7e166f439087..088ba39f18e1 100644
> --- a/configs/qemu_arm64_defconfig
> +++ b/configs/qemu_arm64_defconfig
> @@ -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
More information about the U-Boot
mailing list