All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] image: android: allow to wrap uImage into the Android boot image
Date: Wed, 24 Jul 2019 16:05:50 -0400	[thread overview]
Message-ID: <20190724200550.GH20116@bill-the-cat> (raw)
In-Reply-To: <20190603123813.48903-1-roman.stratiienko@globallogic.com>

On Mon, Jun 03, 2019 at 03:38:13PM +0300, roman.stratiienko at globallogic.com wrote:

> From: Roman Stratiienko <roman.stratiienko@globallogic.com>
> 
> This allows to use any available compression format with Android boot image
> 
> Since not all available compression formats have a magic number we should
> explicitly specify type of compression.
> 
> For this purpose using uImage format becomes very useful, as this format is
> well-known by the community and mkimage tool is already available.
> 
> Usage example:
> mkimage -A ARM64 -T kernel -C lzma -d Image.lzma out/kernel
> 
> At this moment only -C option is handled, but specifying -A and -T options
> are recommended for compatibility reasons in the future.
> 
> Kernel that compressed with LZ4 can be already used without wrapping into
> the uImage, but I recommend wrapping it into the uImage in order to avoid
> situations when by some mistake legacy LZ4 is used, that is interpreted as
> raw Image and causes CPU to enter Exception Handler without providing any
> meaningful explanation to the user.
> 
> Signed-off-by: Roman Stratiienko <roman.stratiienko@globallogic.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190724/648e213c/attachment.sig>

      reply	other threads:[~2019-07-24 20:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-03 12:38 [U-Boot] [PATCH] image: android: allow to wrap uImage into the Android boot image roman.stratiienko at globallogic.com
2019-07-24 20:05 ` Tom Rini [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=20190724200550.GH20116@bill-the-cat \
    --to=trini@konsulko.com \
    --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.