All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Cooper Jr., Franklin" <fcooper@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>,
	"Rini, Tom" <trini@ti.com>
Subject: Re: [PATCH 4/4] ti33x, ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by default
Date: Tue, 24 Sep 2013 00:39:24 -0400	[thread overview]
Message-ID: <20130924043924.GJ4390@edge> (raw)
In-Reply-To: <78C276BE-E2AF-46CF-9931-4247D6182123@ti.com>

On Tue, Sep 24, 2013 at 03:36:47AM +0000, Cooper Jr., Franklin wrote:
> What is the benefit of this switch?
> 
> Although outdated a lot of posts talking about uImage vs zImage seems to 
> favor uImage due to additional functionality that it provides.

I guess this is a more generic question addressed to Tom...


> > On Sep 23, 2013, at 9:28 PM, "Denys Dmytriyenko" <denis@denix.org> wrote:
> > 
> > From: Denys Dmytriyenko <denys@ti.com>
> > 
> > * To be used with latest u-boot, that prefers zImage over uImage
> > 
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > Cc: Tom Rini <trini@ti.com>
> > ---
> > conf/machine/include/omap-a15.inc | 2 +-
> > conf/machine/include/ti33x.inc    | 2 +-
> > conf/machine/include/ti43x.inc    | 2 +-
> > 3 files changed, 3 insertions(+), 3 deletions(-)
> > 
> > diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
> > index 623f2df..aba122a 100644
> > --- a/conf/machine/include/omap-a15.inc
> > +++ b/conf/machine/include/omap-a15.inc
> > @@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
> > PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
> > PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
> > 
> > -KERNEL_IMAGETYPE = "uImage"
> > +KERNEL_IMAGETYPE = "zImage"
> > 
> > UBOOT_ARCH = "arm"
> > UBOOT_ENTRYPOINT = "0x80008000"
> > diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
> > index 12b80c6..7f02042 100644
> > --- a/conf/machine/include/ti33x.inc
> > +++ b/conf/machine/include/ti33x.inc
> > @@ -23,7 +23,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
> > PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
> > PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
> > 
> > -KERNEL_IMAGETYPE = "uImage"
> > +KERNEL_IMAGETYPE = "zImage"
> > 
> > UBOOT_ARCH = "arm"
> > UBOOT_MACHINE = "am335x_evm_config"
> > diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
> > index 62da105..adb66e3 100644
> > --- a/conf/machine/include/ti43x.inc
> > +++ b/conf/machine/include/ti43x.inc
> > @@ -23,7 +23,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
> > PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
> > PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
> > 
> > -KERNEL_IMAGETYPE = "uImage"
> > +KERNEL_IMAGETYPE = "zImage"
> > 
> > UBOOT_ARCH = "arm"
> > UBOOT_MACHINE = "am43xx_evm_config"
> > -- 
> > 1.8.3.2
> > 
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


  reply	other threads:[~2013-09-24  4:39 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-24  2:27 [PATCH 1/4] linux*: don't force KERNEL_IMAGETYPE from recipes, let machine config set it Denys Dmytriyenko
2013-09-24  2:27 ` [PATCH 2/4] u-boot-ti-staging: update to the latest 2013.10-rc2 and make it the default Denys Dmytriyenko
2013-09-24 12:48   ` Cooper Jr., Franklin
2013-09-24 13:52   ` Maupin, Chase
2013-09-24  2:27 ` [PATCH 3/4] linux-ti-staging: make 3.12-rc the default for supported platforms, drop omap5-sevm.dtb Denys Dmytriyenko
2013-09-24  3:26   ` Denys Dmytriyenko
2013-09-24 12:51   ` Cooper Jr., Franklin
2013-09-24 13:52   ` Maupin, Chase
2013-09-24  2:27 ` [PATCH 4/4] ti33x, ti43x, omap-a15: switch KERNEL_IMAGETYPE to zImage by default Denys Dmytriyenko
2013-09-24  3:36   ` Cooper Jr., Franklin
2013-09-24  4:39     ` Denys Dmytriyenko [this message]
2013-09-24 13:00       ` Tom Rini
2013-09-24 13:49         ` Maupin, Chase
2013-09-24 14:03           ` Tom Rini
2013-09-24 13:53   ` Maupin, Chase
2013-09-24 12:46 ` [PATCH 1/4] linux*: don't force KERNEL_IMAGETYPE from recipes, let machine config set it Cooper Jr., Franklin
2013-09-24 12:53   ` Dmytriyenko, Denys
2013-09-24 13:02     ` Cooper Jr., Franklin
2013-09-24 13:16       ` Dmytriyenko, Denys
2013-09-24 13:33         ` Cooper Jr., Franklin
2013-09-24 13:51           ` Maupin, Chase
2013-09-24 14:00             ` Cooper Jr., Franklin
2013-09-24 13:51 ` Maupin, Chase

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=20130924043924.GJ4390@edge \
    --to=denys@ti.com \
    --cc=fcooper@ti.com \
    --cc=meta-ti@yoctoproject.org \
    --cc=trini@ti.com \
    /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.