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

2013-05-03 Thread Peter Maydell
On 30 April 2013 17:04, John Rigby wrote: > 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. > > Also allow dumping of device tree by calling qemu_devtree_dumpdtb > near the end of load_dtb. "Also ..." in a

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

2013-04-30 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. Also allow dumping of device tree by calling qemu_devtree_dumpdtb near the end of load_dtb. Signed-off-by: John Rigby --- hw/arm/boot.c| 31 ++