]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/riscv: Allow direct start of kernel for MPFS
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 19 Mar 2025 06:13:36 +0000 (07:13 +0100)
committerAlistair Francis <alistair.francis@wdc.com>
Mon, 19 May 2025 03:30:24 +0000 (13:30 +1000)
commit6dd6f11710c713bd21ac67ab93f6db33169c6b4d
tree147e0f9896db5193fafd05877cac953419a115f2
parent0c2ca9e4d139acc762325d994614a42dba31be6a
hw/riscv: Allow direct start of kernel for MPFS

Further customize the -bios and -kernel options behaviour for the
microchip-icicle-kit machine.  If "-bios none -kernel filename" is
specified, then do not load a firmware and instead only load and start
the kernel image.

For test runs, use an approach similar to
riscv_find_and_load_firmware().

Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Message-ID: <20250319061342.26435-5-sebastian.huber@embedded-brains.de>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
hw/riscv/microchip_pfsoc.c