All of lore.kernel.org
 help / color / mirror / Atom feed
From: Remy Bohmer <linux@bohmer.net>
To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	u-boot@lists.denx.de, sam@ravnborg.org
Cc: Stefan Roese <sr@denx.de>
Subject: [patch 0/2] Several U-boot uImage building patches
Date: Mon, 25 Aug 2008 21:14:27 +0200	[thread overview]
Message-ID: <48b309fb.1701d00a.4e74.ffffa8d7@mx.google.com> (raw)

Here follows a series of 2 patches that provide some additional functionality
to building Linux kernel uImages for U-boot:
* Make it possible to base uImage on the non-compressed kernel 'Image' instead
  of 'zImage'.
* Add support for the new U-boot uImage file format, called FIT. This will allow
  a kernel to be build directly in this new format instead of the legacy format,
  IF the proper tools are available (dtc v1.2.0 and mkimage 1.3.3; dtc is
  checked by version-number, the proper mkimage is detected by cmd-line
  options, it must provide a '-f' option)

  If older, or improper tools are detected, then the Legacy style image is
  build after issuing a warning message.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
-- 


WARNING: multiple messages have this Message-ID (diff)
From: Remy Bohmer <linux@bohmer.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [patch 0/2] Several U-boot uImage building patches
Date: Mon, 25 Aug 2008 21:14:27 +0200	[thread overview]
Message-ID: <48b309fb.1701d00a.4e74.ffffa8d7@mx.google.com> (raw)

Here follows a series of 2 patches that provide some additional functionality
to building Linux kernel uImages for U-boot:
* Make it possible to base uImage on the non-compressed kernel 'Image' instead
  of 'zImage'.
* Add support for the new U-boot uImage file format, called FIT. This will allow
  a kernel to be build directly in this new format instead of the legacy format,
  IF the proper tools are available (dtc v1.2.0 and mkimage 1.3.3; dtc is
  checked by version-number, the proper mkimage is detected by cmd-line
  options, it must provide a '-f' option)

  If older, or improper tools are detected, then the Legacy style image is
  build after issuing a warning message.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
-- 

             reply	other threads:[~2008-08-25 19:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-25 19:14 Remy Bohmer [this message]
2008-08-25 19:14 ` [U-Boot] [patch 0/2] Several U-boot uImage building patches Remy Bohmer

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=48b309fb.1701d00a.4e74.ffffa8d7@mx.google.com \
    --to=linux@bohmer.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.org \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    /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.