Re: [Qemu-devel] [PATCH v3 1/3] ARM: Allow boards to provide an fdt blob

2013-06-13 Thread Peter Maydell
(I've taken this work over from John so these review comments are more in the nature of notes to myself than anything else ;-) On 10 May 2013 07:58, John Rigby john.ri...@linaro.org wrote: If no fdt is provided on command line and the new field get_dtb in struct arm_boot_info is set then call

[Qemu-devel] [PATCH v3 1/3] ARM: Allow boards to provide an fdt blob

2013-05-10 Thread John Rigby
If no fdt is provided on command line and the new field get_dtb in struct arm_boot_info is set then call it to get a device tree blob. Signed-off-by: John Rigby john.ri...@linaro.org --- changes in v3: - split patch hw/arm/boot.c| 30 +++--- include/hw/arm/arm.h