All of lore.kernel.org
 help / color / mirror / Atom feed
From: bones@secretlab.ca (John Bonesio)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] Support for device-tree appended to zImage
Date: Mon, 28 Feb 2011 19:25:22 -0800	[thread overview]
Message-ID: <4D6C6722.3040904@secretlab.ca> (raw)
In-Reply-To: <20110301025836.GA3920@S2100-06.ap.freescale.net>

Hi Shawn,

I'm using Grant's tree with Nicolas Pitre's patch to the compressed
image wrapper. His patches went out to the ARM list and I'm told they
were accepted. These patches may not yet be in Grant's tree. These
patches are titled:

[PATCH 1/2] ARM: improvements to compressed/head.S
[PATCH 2/2] ARM: remove the 4x expansion presumption while decompressing
the kernel

Grant, is there a branch in your tree that people should be using, or
should be they applying both sets of patches?

- John

On 02/28/2011 06:58 PM, Shawn Guo wrote:
> Hi John,
> 
> On Mon, Feb 28, 2011 at 03:33:18PM -0800, John Bonesio wrote:
>> The following series support for device tree binary blobs (dtb) that are
>> appended to the compressed kernel image (zImage).
>>
>> Having appended dtb data is not required to boot with a device tree. If no dtb
>> data is appended to zImage, the kernel will boot using prior methods.
>>
>> ---
>>
>> John Bonesio (4):
>>       ARM:boot:device tree: Allow the device tree binary to be appended to zImage
>>       ARM:boot:device tree: Merge specific atags into the device tree
>>       ARM:boot:device tree: Add puthex routine for use in the boot wrapper
>>       ARM:boot:device tree: Allow multiple device trees to be appended to zImage
>>
>>
>>  arch/arm/Kconfig                  |    7 ++
>>  arch/arm/boot/compressed/Makefile |   31 +++++++-
>>  arch/arm/boot/compressed/atags.c  |   70 +++++++++++++++++++
>>  arch/arm/boot/compressed/head.S   |  136 +++++++++++++++++++++++++++++++++++--
>>  arch/arm/boot/compressed/misc.c   |  134 ++++++++++++++++++++++++++++++++++++
>>  5 files changed, 365 insertions(+), 13 deletions(-)
>>  create mode 100644 arch/arm/boot/compressed/atags.c
>>
> I'm trying to test and use it.  But it does not apply against any tree
> that I can find, neither mainline nor Grant's tree.  Need rebasing?
> 

WARNING: multiple messages have this Message-ID (diff)
From: John Bonesio <bones-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>
To: Shawn Guo <shawn.guo-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
	glikely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH 0/4] Support for device-tree appended to zImage
Date: Mon, 28 Feb 2011 19:25:22 -0800	[thread overview]
Message-ID: <4D6C6722.3040904@secretlab.ca> (raw)
In-Reply-To: <20110301025836.GA3920-+NayF8gZjK2ctlrPMvKcciBecyulp+rMXqFh9Ls21Oc@public.gmane.org>

Hi Shawn,

I'm using Grant's tree with Nicolas Pitre's patch to the compressed
image wrapper. His patches went out to the ARM list and I'm told they
were accepted. These patches may not yet be in Grant's tree. These
patches are titled:

[PATCH 1/2] ARM: improvements to compressed/head.S
[PATCH 2/2] ARM: remove the 4x expansion presumption while decompressing
the kernel

Grant, is there a branch in your tree that people should be using, or
should be they applying both sets of patches?

- John

On 02/28/2011 06:58 PM, Shawn Guo wrote:
> Hi John,
> 
> On Mon, Feb 28, 2011 at 03:33:18PM -0800, John Bonesio wrote:
>> The following series support for device tree binary blobs (dtb) that are
>> appended to the compressed kernel image (zImage).
>>
>> Having appended dtb data is not required to boot with a device tree. If no dtb
>> data is appended to zImage, the kernel will boot using prior methods.
>>
>> ---
>>
>> John Bonesio (4):
>>       ARM:boot:device tree: Allow the device tree binary to be appended to zImage
>>       ARM:boot:device tree: Merge specific atags into the device tree
>>       ARM:boot:device tree: Add puthex routine for use in the boot wrapper
>>       ARM:boot:device tree: Allow multiple device trees to be appended to zImage
>>
>>
>>  arch/arm/Kconfig                  |    7 ++
>>  arch/arm/boot/compressed/Makefile |   31 +++++++-
>>  arch/arm/boot/compressed/atags.c  |   70 +++++++++++++++++++
>>  arch/arm/boot/compressed/head.S   |  136 +++++++++++++++++++++++++++++++++++--
>>  arch/arm/boot/compressed/misc.c   |  134 ++++++++++++++++++++++++++++++++++++
>>  5 files changed, 365 insertions(+), 13 deletions(-)
>>  create mode 100644 arch/arm/boot/compressed/atags.c
>>
> I'm trying to test and use it.  But it does not apply against any tree
> that I can find, neither mainline nor Grant's tree.  Need rebasing?
> 

  reply	other threads:[~2011-03-01  3:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28 23:33 [PATCH 0/4] Support for device-tree appended to zImage John Bonesio
2011-02-28 23:33 ` John Bonesio
2011-02-28 23:33 ` [PATCH 1/4] ARM:boot:device tree: Allow the device tree binary to be " John Bonesio
2011-02-28 23:33   ` John Bonesio
2011-03-01  6:39   ` Nicolas Pitre
2011-03-01  6:39     ` Nicolas Pitre
2011-03-02  1:41     ` John Bonesio
2011-03-02  1:41       ` John Bonesio
2011-03-02  2:37       ` Nicolas Pitre
2011-03-02  2:37         ` Nicolas Pitre
2011-03-02  2:13     ` John Bonesio
2011-03-02  2:13       ` John Bonesio
2011-03-02  2:57       ` Nicolas Pitre
2011-03-02  2:57         ` Nicolas Pitre
2011-02-28 23:33 ` [PATCH 2/4] ARM:boot:device tree: Merge specific atags into the device tree John Bonesio
2011-02-28 23:33   ` John Bonesio
2011-03-01  6:45   ` Nicolas Pitre
2011-03-01  6:45     ` Nicolas Pitre
2011-03-01 14:56     ` Grant Likely
2011-03-01 14:56       ` Grant Likely
2011-02-28 23:33 ` [PATCH 3/4] ARM:boot:device tree: Add puthex routine for use in the boot wrapper John Bonesio
2011-02-28 23:33   ` John Bonesio
2011-02-28 23:33 ` [PATCH 4/4] ARM:boot:device tree: Allow multiple device trees to be appended to zImage John Bonesio
2011-02-28 23:33   ` John Bonesio
2011-03-01  6:48   ` Nicolas Pitre
2011-03-01  6:48     ` Nicolas Pitre
2011-03-01  2:58 ` [PATCH 0/4] Support for device-tree " Shawn Guo
2011-03-01  2:58   ` Shawn Guo
2011-03-01  3:25   ` John Bonesio [this message]
2011-03-01  3:25     ` John Bonesio

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=4D6C6722.3040904@secretlab.ca \
    --to=bones@secretlab.ca \
    --cc=linux-arm-kernel@lists.infradead.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.