]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/openrisc: Split re-usable boot time apis out to boot.c
authorStafford Horne <shorne@gmail.com>
Fri, 27 May 2022 16:42:34 +0000 (01:42 +0900)
committerStafford Horne <shorne@gmail.com>
Sun, 4 Sep 2022 06:02:56 +0000 (07:02 +0100)
commit7025114b1cd7683cb7fbef0810577c67aa3cbbd8
treeb1b06d506060ef228f62b4d52512cf5d099b3ec4
parent61fd710b8da8aedcea9b4f197283dc38638e4b60
hw/openrisc: Split re-usable boot time apis out to boot.c

These will be shared with the virt platform.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Stafford Horne <shorne@gmail.com>
hw/openrisc/boot.c [new file with mode: 0644]
hw/openrisc/meson.build
hw/openrisc/openrisc_sim.c
include/hw/openrisc/boot.h [new file with mode: 0644]