All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott McNutt <smcnutt@psyent.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Compressed U-Boot image
Date: Wed, 03 Nov 2004 19:43:57 -0500	[thread overview]
Message-ID: <41897B4D.2090001@psyent.com> (raw)
In-Reply-To: <4188F83F.3080906@beam.ltd.uk>

> The u-boot image is quite large.

That depends on what you are comparing it with. You
can always take out what you don't need to trim things
down.

> Has anyone done any working in getting a compressed
 > u-boot image to boot ala the Linux kernel ?

Yes, but it's difficult to support multiple platforms
without complicating the build process. I need a
u-boot __binary__ to be very small since it must fit
into a small serial flash (config) device for an FPGA
(w/Nios-II). But I also need many features (with long
help text). So, I tried a few times to come up with a
general solution ... but never really liked any of them.

In the end, it was easier to just gzip the stock u-boot.bin,
and link it in with some simple startup/decompress code.
So, I have a very compact binary ... and I avoided the
challenge of keeping Wolfgang happy with a maintainable,
general solution ;-)

Regards,
--Scott

  reply	other threads:[~2004-11-04  0:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-03 15:24 [U-Boot-Users] Compressed U-Boot image Terry Barnaby
2004-11-04  0:43 ` Scott McNutt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-11-04 14:47 VanBaren, Gerald
2004-11-04 16:04 ` Wolfgang Denk
2004-11-04 13:26 VanBaren, Gerald
2004-11-04 14:24 ` Wolfgang Denk
2004-11-04 15:35 ` Terry Barnaby
2004-11-03 15:22 Terry Barnaby
2004-11-03 16:19 ` Wolfgang Denk
2004-11-03 16:38   ` Terry Barnaby
2004-11-03 18:03     ` Wolfgang Denk

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=41897B4D.2090001@psyent.com \
    --to=smcnutt@psyent.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.