linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm/tegra: select AUTO_ZRELADDR by default
Date: Fri, 14 Oct 2011 17:06:02 -0500	[thread overview]
Message-ID: <4E98B24A.2070408@gmail.com> (raw)
In-Reply-To: <74CDBE0F657A3D45AFBB94109FB122FF173BE1A3A6@HQMAIL01.nvidia.com>

On 10/14/2011 04:01 PM, Stephen Warren wrote:
> Nicolas Pitre wrote at Friday, October 14, 2011 2:45 PM:
>> On Fri, 14 Oct 2011, Stephen Warren wrote:
> ...
>>> I did originally briefly look into getting U-Boot to boot a zImage, but
>>> that looked like a far more invasive patch. There were rumours of some
>>> chip's custom U-Boot already having such support, but I couldn't find
>>> it, nor any evidence of such support in mainline U-Boot.
>>
>> FRom my clone of the u-Boot repo:
>>
>> $ git grep -l zImage
>> README
>> arch/sh/lib/zimageboot.c
>> arch/x86/lib/zimage.c
>> ...
>>
>> Even the name of some of those files clearly hints zImage support.
>>
>> In any case, loading zImage should be even simpler than loading uImage.
>> It is the same as loading uImage except that you just have to skip the
>> checking and relocating steps.
> 
> Just by way of background in case anyone is wondering why I wrote the
> patch I did:
> 
> Those files both implement custom commands "zimageboot" and "zboot". I
> was looking for integration with the existing "bootm" command.
> 
> The advantage of re-using "bootm" for this is that it already supports
> all the stuff like setting up kernel command-lines, initrds, knowing how
> to pass the FDT to the kernel, and whatever other OS-specific setup might
> be required.
> 
> The disadvantage of adding zImage support to bootm is that I'd have to
> teach a bunch of U-Boot image handling code about a new image format; it
> already knows about "legacy uImage", "FIT" images, and I'd have to add a
> third "zImage" format. Doing so would at least require adding a lot of
> "case IMAGE_FORMAT_ZIMAGE" everywhere, but it'd probably be best to add
> some kind of vtable for image formats to move all the image-format
> knowledge into format-specific files, leaving the users of the images
> with much smaller code.
> 
> I didn't feel like making such a large change. Hence, I chose to make a
> small change to the existing uImage support.
> 
> Now admittedly I did say I didn't find any traces of zImage support, which
> isn't what I'm saying here; I guess I forgot about the stuff I did find
> soon after I chose the path of modifying the uImage formats.
> 

FYI, this exact topic has been discussed on the Linaro weekly
boot-architecture call and list. The discussion has been more general in
terms of what can be done to make installing and updating kernels
easier/work for distros.

https://wiki.linaro.org/OfficeofCTO/BootArchitecture

Rob

  parent reply	other threads:[~2011-10-14 22:06 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-28  1:07 [PATCH] arm/tegra: select AUTO_ZRELADDR by default Peter De Schrijver
2011-09-28 17:50 ` Stephen Warren
2011-10-13 23:38   ` Olof Johansson
2011-10-14  7:15     ` Russell King - ARM Linux
2011-10-14 14:45       ` Stephen Warren
2011-10-14 15:29         ` Arnd Bergmann
2011-10-14 16:12           ` Stephen Warren
2011-10-14 16:27             ` Arnd Bergmann
2011-10-14 16:44               ` Olof Johansson
2011-10-14 18:03                 ` Nicolas Pitre
2011-10-14 19:20                 ` Russell King - ARM Linux
2011-10-14 20:06                   ` Nicolas Pitre
2011-10-14 20:12                     ` Russell King - ARM Linux
2011-10-14 20:16                       ` Stephen Warren
2011-10-14 20:19                         ` Russell King - ARM Linux
2011-10-15 15:29                           ` Tixy
2011-10-14 20:26                       ` Nicolas Pitre
2011-10-14 20:14                     ` Stephen Warren
2011-10-14 20:45                       ` Nicolas Pitre
2011-10-14 21:01                         ` Stephen Warren
2011-10-14 21:28                           ` Nicolas Pitre
2011-10-14 22:06                           ` Rob Herring [this message]
2011-10-14 18:01               ` Nicolas Pitre
2011-10-14 19:20                 ` Russell King - ARM Linux
2011-10-14 20:14                   ` Nicolas Pitre
2011-10-14 20:17                     ` Russell King - ARM Linux
2011-10-14 20:31                       ` Nicolas Pitre
2011-10-14 21:13                         ` Russell King - ARM Linux
2011-10-14 22:26                           ` Nicolas Pitre
2011-10-14 17:53             ` Nicolas Pitre
2011-10-14 17:58               ` Olof Johansson
2011-10-14 18:00                 ` Olof Johansson
2011-10-14 15:59       ` [PATCH] ARM: mutually exclude ZBOOT_ROM and AUTO_ZRELADDR Olof Johansson
2011-10-14 16:29         ` Arnd Bergmann
2011-10-14 18:07           ` Nicolas Pitre
2011-10-14 18:04         ` Nicolas Pitre
  -- strict thread matches above, loose matches on Subject: below --
2011-10-03 13:06 [PATCH v6 0/3] Add support for tegra2 based ventana board Peter De Schrijver
2011-10-03 13:06 ` [PATCH] arm/tegra: select AUTO_ZRELADDR by default Peter De Schrijver
2011-10-03 13:13   ` Peter De Schrijver
2011-10-03 16:22     ` Stephen Warren
2011-10-04  8:51       ` Peter De Schrijver
2011-09-22 13:27 Peter De Schrijver
2011-09-22 16:26 ` Stephen Warren
2011-09-22 17:58   ` Peter De Schrijver
2011-09-22 18:06     ` Colin Cross

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=4E98B24A.2070408@gmail.com \
    --to=robherring2@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).