From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [Patch 1/1] Spi Flash: Allow auto-booting of images from spi flash load
Date: Wed, 6 Jul 2011 18:14:49 -0400 [thread overview]
Message-ID: <201107061814.49923.vapier@gentoo.org> (raw)
In-Reply-To: <4E14D8FE.9@bluewatersys.com>
On Wednesday, July 06, 2011 17:51:58 Andre Renaud wrote:
> This allows intelligent booting of FIT (& the legacy style) images from
> SPI flash. Basically it means that you don't have to guess at the image
> length, so data reads are more optimal (& hopefully faster).
this looks like largely a copy & paste job from one of the many existing boot
funcs. considering the only unique thing here is the spi flash read, seems
like it'd make sense to add a new func to common/cmd_bootm.c like
bootm_load_image(). it'd take a read callback as well as a pointer to data.
as it stands, this patch breaks configs that enable the spi flash command but
disable the bootm command.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110706/5d60c1b1/attachment.pgp
prev parent reply other threads:[~2011-07-06 22:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-06 21:51 [U-Boot] [Patch 1/1] Spi Flash: Allow auto-booting of images from spi flash load Andre Renaud
2011-07-06 22:14 ` Mike Frysinger [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=201107061814.49923.vapier@gentoo.org \
--to=vapier@gentoo.org \
--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.