xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@arm.com>
To: Stefano Stabellini <sstabellini@kernel.org>
Cc: Wei Liu <wei.liu2@citrix.com>,
	xen-devel@lists.xenproject.org,
	Tamas K Lengyel <tamas.lengyel@zentific.com>,
	Dario Faggioli <dario.faggioli@citrix.com>,
	Tim Deegan <tim@xen.org>,
	George Dunlap <george.dunlap@citrix.com>,
	Paul Durrant <paul.durrant@citrix.com>,
	Jan Beulich <jbeulich@suse.com>,
	Andrew Cooper <andrew.cooper3@citrix.com>,
	Anthony Perard <anthony.perard@citrix.com>,
	Ian Jackson <ian.jackson@citrix.com>,
	Roger Pau Monne <roger.pau@citrix.com>
Subject: Re: [PATCH RFC] Add SUPPORT.md
Date: Mon, 11 Sep 2017 19:03:36 +0100	[thread overview]
Message-ID: <8253da2c-b075-1926-06d5-ca19d97c25c4@arm.com> (raw)
In-Reply-To: <alpine.DEB.2.10.1709110938240.19719@sstabellini-ThinkPad-X260>



On 11/09/17 17:39, Stefano Stabellini wrote:
> On Mon, 11 Sep 2017, Julien Grall wrote:
>> On 07/09/17 22:54, Stefano Stabellini wrote:
>>> On Thu, 31 Aug 2017, George Dunlap wrote:
>>>> +### Direct-boot kernel image format
>>>> +
>>>> +    Supported, x86: bzImage
>>>> +    Supported, ARM32: zImage
>>>> +    Supported, ARM64: Image [XXX - Not sure if this is correct]
>>>
>>> On ARM64 it's called Image.gz.
>>
>> That's not true. Linux produces an Image. You can compress after if you want,
>> but it is not the default.
> 
> Are you sure? Why do you say Image it's the default? If I do `make
> help', the result is:

The format is call Image. Image.gz is just a compressed version and 
unlike zImage you can't boot it directly without the help of an external 
loader to uncompress it.

For instance, today, Xen is not able to decompress Image.gz by itself. 
It relies on the bootloader (assuming it has support for it).

Cheers,

> 
> 
> Architecture specific targets (arm64):
> * Image.gz      - Compressed kernel image (arch/arm64/boot/Image.gz)
>    Image         - Uncompressed kernel image (arch/arm64/boot/Image)
> * dtbs          - Build device tree blobs for enabled boards
>    dtbs_install  - Install dtbs to /boot/dtbs/4.13.0-rc1+
>    install       - Install uncompressed kernel
>    zinstall      - Install compressed kernel
>                    Install using (your) ~/bin/installkernel or
>                    (distribution) /sbin/installkernel or
>                    install to $(INSTALL_PATH) and run lilo
> 
> 
> Note that the default build targets are the ones that are starred.
> 

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

      reply	other threads:[~2017-09-11 18:03 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-31 10:27 [PATCH RFC] Add SUPPORT.md George Dunlap
2017-08-31 10:46 ` Paul Durrant
2017-08-31 10:56   ` George Dunlap
2017-08-31 11:03     ` Paul Durrant
2017-08-31 11:05       ` George Dunlap
2017-08-31 11:25 ` Roger Pau Monne
2017-08-31 12:40   ` Jan Beulich
2017-09-07 10:49   ` George Dunlap
2017-09-07 13:57     ` Roger Pau Monné
2017-09-07 14:42       ` George Dunlap
2017-09-07 21:36   ` Stefano Stabellini
2017-09-11 15:54     ` Julien Grall
2017-09-11 16:15       ` George Dunlap
2017-09-11 16:21         ` Julien Grall
2017-08-31 12:46 ` Jan Beulich
2017-09-07 11:31   ` George Dunlap
2017-09-07 11:50     ` Jan Beulich
2017-09-14 17:58       ` Konrad Rzeszutek Wilk
2017-09-07 21:38   ` Stefano Stabellini
2017-09-01 15:00 ` [PATCH RFC] Add SUPPORT.md\ Wei Liu
2017-09-07 13:52   ` George Dunlap
2017-09-07 14:56     ` Wei Liu
2017-09-11 14:22       ` George Dunlap
2017-09-07 21:54 ` [PATCH RFC] Add SUPPORT.md Stefano Stabellini
2017-09-08  9:38   ` Roger Pau Monné
2017-09-08 19:37     ` Stefano Stabellini
2017-09-11 14:16   ` George Dunlap
2017-09-11 15:02     ` Anthony PERARD
2017-09-11 15:07       ` George Dunlap
2017-09-11 15:21         ` Anthony PERARD
2017-09-11 16:16     ` Julien Grall
2017-09-11 16:28       ` George Dunlap
2017-09-11 20:13     ` Rich Persaud
2017-09-11 20:57       ` Stefano Stabellini
2017-09-12  8:26     ` Dario Faggioli
2017-09-11 16:00   ` Julien Grall
2017-09-11 16:04     ` George Dunlap
2017-09-11 16:39     ` Stefano Stabellini
2017-09-11 18:03       ` Julien Grall [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=8253da2c-b075-1926-06d5-ca19d97c25c4@arm.com \
    --to=julien.grall@arm.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=anthony.perard@citrix.com \
    --cc=dario.faggioli@citrix.com \
    --cc=george.dunlap@citrix.com \
    --cc=ian.jackson@citrix.com \
    --cc=jbeulich@suse.com \
    --cc=paul.durrant@citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=sstabellini@kernel.org \
    --cc=tamas.lengyel@zentific.com \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.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).