All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frank Rowand <frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: David Gibson <david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org>
Cc: jdl-CYoMK+44s/E@public.gmane.org,
	devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [RFC PATCH v2 3/3] dtc: linux kernel build process to create annotated .dts
Date: Tue, 22 Sep 2015 10:24:38 -0700	[thread overview]
Message-ID: <56018ED6.4090601@gmail.com> (raw)
In-Reply-To: <20150922104013.GQ20331-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>

On 9/22/2015 3:40 AM, David Gibson wrote:
> On Mon, Sep 21, 2015 at 10:39:46PM -0700, Frank Rowand wrote:
>> From: Frank Rowand <frank.rowand-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
>>
>> Add a new temp file in the build directory arch/${arch}/boot/dts/
>> that contains the expanded device tree source with source file locations.
>>
>> Requires a new version of the dtc compiler that understands the
>> --annotate flag.
>>
>> Not-signed-off-by: Frank Rowand <frank.rowand-/MT0OVThwyLZJqsBc5GL+g@public.gmane.org>
> 
> Bit weird having a patch against an entirely different project / tree
> in the same series, but the patch itself looks file.

Yes! :-)  Just here for the convenience of anyone who wants to test
the earlier patches.

I will stop including this patch when I drop the "RFC" from the title.


> 
>> ---
>>  scripts/Makefile.lib |    3 +++
>>  1 file changed, 3 insertions(+)
>>
>> Index: b/scripts/Makefile.lib
>> ===================================================================
>> --- a/scripts/Makefile.lib
>> +++ b/scripts/Makefile.lib
>> @@ -287,12 +287,15 @@ cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \
>>  	$(objtree)/scripts/dtc/dtc -O dtb -o $@ -b 0 \
>>  		-i $(dir $<) $(DTC_FLAGS) \
>>  		-d $(depfile).dtc.tmp $(dtc-tmp) ; \
>> +	$(objtree)/scripts/dtc/dtc --annotate -O dts -o $(dtc-annotate-tmp) \
>> +		 $(dtc-tmp) ; \
>>  	cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
>>  
>>  $(obj)/%.dtb: $(src)/%.dts FORCE
>>  	$(call if_changed_dep,dtc)
>>  
>>  dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
>> +dtc-annotate-tmp = $(subst $(comma),_,$(dot-target).annotate.dts.tmp)
>>  
>>  # Bzip2
>>  # ---------------------------------------------------------------------------
> 

      parent reply	other threads:[~2015-09-22 17:24 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22  5:05 [RFC PATCH v2 0/3] dtc: dts source location annotation Frank Rowand
     [not found] ` <5600E191.9020903-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-22  5:36   ` [RFC PATCH v2 1/3] " Frank Rowand
     [not found]     ` <5600E8EF.6020107-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-22 10:32       ` David Gibson
     [not found]         ` <20150922103251.GO20331-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>
2015-09-22 17:10           ` Frank Rowand
     [not found]             ` <56018B92.90305-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-23  0:11               ` David Gibson
2015-09-22  5:38   ` [RFC PATCH v2 2/3] dtc: make check test for dtc --annotate Frank Rowand
     [not found]     ` <5600E953.40308-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-22 10:39       ` David Gibson
     [not found]         ` <20150922103907.GP20331-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>
2015-09-22 17:21           ` Frank Rowand
     [not found]             ` <56018E33.5090708-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-23  0:18               ` David Gibson
2015-09-22  5:39   ` [RFC PATCH v2 3/3] dtc: linux kernel build process to create annotated .dts Frank Rowand
     [not found]     ` <5600E9A2.5050000-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-09-22 10:40       ` David Gibson
     [not found]         ` <20150922104013.GQ20331-RXTfZT5YzpxwFLYp8hBm2A@public.gmane.org>
2015-09-22 17:24           ` Frank Rowand [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56018ED6.4090601@gmail.com \
    --to=frowand.list-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=david-xT8FGy+AXnRB3Ne2BGzF6laj5H9X9Tb+@public.gmane.org \
    --cc=devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=jdl-CYoMK+44s/E@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.