[U-Boot-Users] outline of bootm script

Jerry Van Baren gvb.uboot at gmail.com
Wed Aug 6 04:33:30 CEST 2008


Kumar Gala wrote:
> here's a rough start at an outline for the bootm script based on the  
> code (I've only outlined the Linux/PPC boot case its seems the most  
> complicated).  One of the first things we clearly need is a imload  
> command.  Thoughts on the various disable_{interrupts, usb, caches} ?
> 
> - k

Another rough start on an outline (only cmd_bootm.c, need to add image.c 
information):
   <http://www.denx.de/wiki/view/U-Boot/UBootFdtInfo#Refactoring_bootm>

Goal is to identify the major pieces of the sequence, identify what 
commands we have and what we need to make a scripted equivalent sequence 
for (ultimately) each path through the sequence.

Best regards,
gvb




More information about the U-Boot mailing list