
17 Jul
2024
17 Jul
'24
10:33 a.m.
On Tue, 16 Jul 2024 at 09:35, Heinrich Schuchardt heinrich.schuchardt@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@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@chromium.org