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

2024-07-16 Thread Heinrich Schuchardt
On 7/16/24 09:04, Simon Glass wrote: Hi Heinrich, On Tue, 16 Jul 2024 at 03:40, Heinrich Schuchardt 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

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

2024-07-16 Thread Simon Glass
Hi Heinrich, On Tue, 16 Jul 2024 at 03:40, Heinrich Schuchardt 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. Tr

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

2024-07-15 Thread Heinrich Schuchardt
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_BO