All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Wozniak <awozniak@mc.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] boot control concept
Date: Thu, 17 Feb 2005 09:43:13 -0500	[thread overview]
Message-ID: <4214AD81.5010007@mc.com> (raw)

Hello everyone,

Our ppc440gx-based project needs to develop a "boot control" mechanism
without any operator intervention. We have a customer PCI interface
where "special jumper settings" will indicate if an OS should be booted
from Flash or via TFTP.

We also desire that once U-Boot has been installed in Flash, the user
will ONLY be allowed to update OS and application components. This
insures that the user can always get to the U-Boot prompt in case they
somehow corrupted the Flash. We don't want to embed our code within
U-Boot because our code needs to be field upgradeable.

I was hoping to construct a U-Boot application (similar to hello_world
example) and do all of our "boot control" processing their. This
application would configure U-Boot to boot in one of the desired modes
based on special jumper settings.

It seems there are several ways to perform this. This app could use
native U-Boot calls to setup the environment before returning to U-Boot
where the OS load/boot would be completed. Would this work or is their a
better approach?

I've looked thru the docs and email list and have not seen anything done
like this. Any observations and suggestions about this are very welcome.

Thanks and best regards

             reply	other threads:[~2005-02-17 14:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-17 14:43 Andrew Wozniak [this message]
2005-02-17 16:01 ` [U-Boot-Users] boot control concept 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=4214AD81.5010007@mc.com \
    --to=awozniak@mc.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.