Re: [RFC PATCH 2/3] dtc: make check test for dtc --annotate

2015-09-21 Thread David Gibson
On Tue, Sep 15, 2015 at 09:24:59PM -0700, Frank Rowand wrote: > From: Frank Rowand > > Add dtc tests. > > - dtc --annotate to create a .dts with annotations > - compile the annotated .dts > > Not-signed-off-by: Frank Rowand It'd

Re: [RFC PATCH 1/3] dtc: dts source location annotation

2015-09-21 Thread David Gibson
On Tue, Sep 15, 2015 at 09:22:18PM -0700, Frank Rowand wrote: > > From: Frank Rowand > > Proof of concept patch. > > Annotates input source file and line number of nodes and properties > as comments in output .dts file when --annotate flag is supplied. > >

Re: [RFC PATCH 2/3] dtc: make check test for dtc --annotate

2015-09-21 Thread Frank Rowand
On 9/20/2015 11:33 PM, David Gibson wrote: > On Tue, Sep 15, 2015 at 09:24:59PM -0700, Frank Rowand wrote: >> From: Frank Rowand >> >> Add dtc tests. >> >> - dtc --annotate to create a .dts with annotations >> - compile the annotated .dts >> >> Not-signed-off-by: