hw/openrisc: Support monitor dumpdtb commandThe openrisc machines don't set MachineState::fdt to point to theirDTB blob. This means that although the command line '-machinedumpdtb=file.dtb' opti
hw/openrisc: Support monitor dumpdtb commandThe openrisc machines don't set MachineState::fdt to point to theirDTB blob. This means that although the command line '-machinedumpdtb=file.dtb' option works, the equivalent QMP and HMP monitorcommands do not, but instead produce the error "This machine doesn'thave a FDT".Set MachineState::fdt in openrisc_load_fdt(), when we write it toguest memory.Signed-off-by: Peter Maydell <peter.maydell@linaro.org>Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>Message-id: 20250206151214.2947842-3-peter.maydell@linaro.org
show more ...
hw/openrisc: Split re-usable boot time apis out to boot.cThese will be shared with the virt platform.Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Signed-off-by: Stafford Horne <s
hw/openrisc: Split re-usable boot time apis out to boot.cThese will be shared with the virt platform.Reviewed-by: Richard Henderson <richard.henderson@linaro.org>Signed-off-by: Stafford Horne <shorne@gmail.com>