All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Pitre <nicolas.pitre-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: Linus Walleij
	<linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>,
	devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	David Brown <davidb-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
	Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH] ARM: supply a DTB file to be appended
Date: Mon, 19 Sep 2011 11:22:28 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.2.00.1109191118400.20358@xanadu.home> (raw)
In-Reply-To: <CACRpkdZ+s_y=4VJuz5WetaU1tUFF-f6g38bpy6TSRjt9Q_VgLg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Mon, 19 Sep 2011, Linus Walleij wrote:

> On Thu, Sep 8, 2011 at 12:14 PM, Linus Walleij
> <linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org> wrote:
> 
> > This makes it easy to script the kernel build with
> > different device trees, and it also vastly simplifies
> > building uImages since "make uImage" will now pick
> > up the devcie tree and include it in the final image
> > as part of the build process.
> 
> A clarification here on what it actually simplifies.
> 
> make zImage
> cat my.dtb >> arch/arm/boot/zImage
> make uImage
> 
> Does *not* work.

You must have been confused by what this patch fixes:

http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7016/1

Some confusion on my part made me create a similar patch and send it to 
RMK, but the issue being fixed is the same.

So yes, the above now *does* work.


Nicolas

WARNING: multiple messages have this Message-ID (diff)
From: nicolas.pitre@linaro.org (Nicolas Pitre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: supply a DTB file to be appended
Date: Mon, 19 Sep 2011 11:22:28 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.2.00.1109191118400.20358@xanadu.home> (raw)
In-Reply-To: <CACRpkdZ+s_y=4VJuz5WetaU1tUFF-f6g38bpy6TSRjt9Q_VgLg@mail.gmail.com>

On Mon, 19 Sep 2011, Linus Walleij wrote:

> On Thu, Sep 8, 2011 at 12:14 PM, Linus Walleij
> <linus.walleij@stericsson.com> wrote:
> 
> > This makes it easy to script the kernel build with
> > different device trees, and it also vastly simplifies
> > building uImages since "make uImage" will now pick
> > up the devcie tree and include it in the final image
> > as part of the build process.
> 
> A clarification here on what it actually simplifies.
> 
> make zImage
> cat my.dtb >> arch/arm/boot/zImage
> make uImage
> 
> Does *not* work.

You must have been confused by what this patch fixes:

http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=7016/1

Some confusion on my part made me create a similar patch and send it to 
RMK, but the issue being fixed is the same.

So yes, the above now *does* work.


Nicolas

  parent reply	other threads:[~2011-09-19 15:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-08 10:14 [PATCH] ARM: supply a DTB file to be appended Linus Walleij
2011-09-08 10:14 ` Linus Walleij
     [not found] ` <1315476884-28470-1-git-send-email-linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org>
2011-09-08 16:32   ` Grant Likely
2011-09-08 16:32     ` Grant Likely
     [not found]     ` <20110908163209.GB22308-e0URQFbLeQY2iJbIjFUEsiwD8/FfD2ys@public.gmane.org>
2011-09-08 21:50       ` Linus Walleij
2011-09-08 21:50         ` Linus Walleij
2011-09-08 16:49   ` Nicolas Pitre
2011-09-08 16:49     ` Nicolas Pitre
2011-09-09  4:52   ` Rob Herring
2011-09-09  4:52     ` Rob Herring
2011-09-19  8:52   ` Linus Walleij
2011-09-19  8:52     ` Linus Walleij
     [not found]     ` <CACRpkdZ+s_y=4VJuz5WetaU1tUFF-f6g38bpy6TSRjt9Q_VgLg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-09-19 15:22       ` Nicolas Pitre [this message]
2011-09-19 15:22         ` Nicolas Pitre

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=alpine.LFD.2.00.1109191118400.20358@xanadu.home \
    --to=nicolas.pitre-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
    --cc=davidb-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
    --cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
    --cc=lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org \
    --cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@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.