[PATCH v2 1/1] boot: provide CONFIG_BOOTMETH_QFW Kconfig parameter

Simon Glass sjg at chromium.org
Wed Jul 17 10:33:17 CEST 2024


On Tue, 16 Jul 2024 at 09:35, Heinrich Schuchardt
<heinrich.schuchardt at canonical.com> wrote:
>
> U-Boot is often used conjunction with QEMU to boot via EFI or syslinux.
> Here the QFW boot method is not needed.
>
> At least for qemu-riscv64_smode_defconfig the kernel parameter is used
> to specify the U-Boot binary. Trying to run U-Boot as a kernel makes
> no sense.
>
> Provide Kconfig parameter CONFIG_BOOTMETH_QFW to decide if the QFW boot
> method shall be provided.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> v2:
>         default y on all architectures
> ---
>  boot/Kconfig  | 9 +++++++++
>  boot/Makefile | 2 +-
>  2 files changed, 10 insertions(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list