From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 05 Aug 2008 22:33:30 -0400 Subject: [U-Boot-Users] outline of bootm script In-Reply-To: <2E8CBC61-B62F-45C4-BF98-CF18CE437309@kernel.crashing.org> References: <2E8CBC61-B62F-45C4-BF98-CF18CE437309@kernel.crashing.org> Message-ID: <48990D7A.7070507@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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): 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