Re: [Qemu-devel] [PATCH 0/6] add dumpdts ability to convert dtb to dts

2014-08-25 Thread Peter Crosthwaite
On Tue, Aug 26, 2014 at 12:04 PM, Li Liu wrote: > > > On 2014/8/25 20:22, Peter Maydell wrote: >> On 25 August 2014 05:00, john.liuli wrote: >>> From: Li Liu >>> >>> This patchset let qemu can convert dtb file to dts for two demands: >>> >>> Some archtectures may generate the dtb file dynamicall

Re: [Qemu-devel] [PATCH 0/6] add dumpdts ability to convert dtb to dts

2014-08-25 Thread Li Liu
On 2014/8/25 20:22, Peter Maydell wrote: > On 25 August 2014 05:00, john.liuli wrote: >> From: Li Liu >> >> This patchset let qemu can convert dtb file to dts for two demands: >> >> Some archtectures may generate the dtb file dynamically through >> qemu device tree functions. So this let it's p

Re: [Qemu-devel] [PATCH 0/6] add dumpdts ability to convert dtb to dts

2014-08-25 Thread Peter Maydell
On 25 August 2014 05:00, john.liuli wrote: > From: Li Liu > > This patchset let qemu can convert dtb file to dts for two demands: > > Some archtectures may generate the dtb file dynamically through > qemu device tree functions. So this let it's possiable to dump final > dtb to dts and save it as

[Qemu-devel] [PATCH 0/6] add dumpdts ability to convert dtb to dts

2014-08-24 Thread john.liuli
From: Li Liu This patchset let qemu can convert dtb file to dts for two demands: Some archtectures may generate the dtb file dynamically through qemu device tree functions. So this let it's possiable to dump final dtb to dts and save it as a reference. For novices to debugging the issues caused