All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] boot control concept
@ 2005-02-17 14:43 Andrew Wozniak
  2005-02-17 16:01 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Wozniak @ 2005-02-17 14:43 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-02-17 16:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-17 14:43 [U-Boot-Users] boot control concept Andrew Wozniak
2005-02-17 16:01 ` Wolfgang Denk

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.