Re: [Qemu-devel] [PATCH 4/4] arm: add device tree support

2012-02-21 Thread Peter Crosthwaite
On Tue, Feb 21, 2012 at 5:47 AM, Peter Maydell wrote: > Ping re patch 3 and 4 here -- I know there was some discussion under the > thread on Peter Crosthwaite's 'qomify arm_boot' patch series, but it's a > bit hard to disentangle from the comments on that patch series. Conclusion reached over the

Re: [Qemu-devel] [PATCH 4/4] arm: add device tree support

2012-02-20 Thread Peter Maydell
Ping re patch 3 and 4 here -- I know there was some discussion under the thread on Peter Crosthwaite's 'qomify arm_boot' patch series, but it's a bit hard to disentangle from the comments on that patch series. Specifically, does anybody (a) dislike the user-facing command line interface here or (b

[Qemu-devel] [PATCH 4/4] arm: add device tree support

2012-02-07 Thread Peter Maydell
From: Grant Likely If compiled with CONFIG_FDT, allow user to specify a device tree file using the -dtb argument. If the machine supports it then the dtb will be loaded into memory and passed to the kernel on boot. Signed-off-by: Jeremy Kerr Signed-off-by: Grant Likely [Peter Maydell: Use mac