On Aug 6, 2008, at 3:21 AM, Wolfgang Denk wrote:

> In message <[EMAIL PROTECTED] 
> > you wrote:
>> Add a boot command that supports the ePAPR client interface on  
>> powerpc.
>
> What is the intended use of such a command?
>
> How does it intergrate with with image formats supported  by  U-Boot?
> To  me  it seems that it's mostly intended to be called by other code
> and not interactively, since I cannot see any  interfacing  with  the
> existing image types?

I've been using as follows:

setenv autostart no
bootm
<fdt fixups>
bootepapr 0 $bootm_fdtaddr

Additionally these seems like the low level functionality needed if we  
want to move to the "scriptable" bootm were we decouple image loading  
from the actual boot mechanism.

- k

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to