Re: [Qemu-devel] [PATCH 0/5] hw/arm/boot: Support DTB autoload for firmware-only boots

2019-02-05 Thread Igor Mammedov
On Thu, 31 Jan 2019 11:22:35 + Peter Maydell wrote: > The arm_boot_info struct has a skip_dtb_autoload flag: if this is > set to true by the board code then arm_load_kernel() will not > load the DTB itself, but will leave this for the board code to > do itself later. However, the check for th

Re: [Qemu-devel] [PATCH 0/5] hw/arm/boot: Support DTB autoload for firmware-only boots

2019-01-31 Thread Richard Henderson
On 1/31/19 3:22 AM, Peter Maydell wrote: > Peter Maydell (5): > hw/arm/boot: Fix block comment style in arm_load_kernel() > hw/arm/boot: Factor out "direct kernel boot" code into its own > function > hw/arm/boot: Factor out "set up firmware boot" code > hw/arm/boot: Clarify why arm_setu

[Qemu-devel] [PATCH 0/5] hw/arm/boot: Support DTB autoload for firmware-only boots

2019-01-31 Thread Peter Maydell
The arm_boot_info struct has a skip_dtb_autoload flag: if this is set to true by the board code then arm_load_kernel() will not load the DTB itself, but will leave this for the board code to do itself later. However, the check for this is done in a code path which is only executed for the case wher