From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Ungerer Date: Sat, 21 May 2005 00:15:20 +1000 Subject: [U-Boot-Users] [PATCH] add OpenGear CM4008 board support In-Reply-To: <20050519224745.D73D5C1512@atlas.denx.de> References: <20050519224745.D73D5C1512@atlas.denx.de> Message-ID: <428DF0F8.5090404@moreton.com.au> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wolfgang, Wolfgang Denk wrote: > Note that your code references a non-existing U-Boot command "gofsk"! Indeed it does :-) I have a couple of more patches, things a little more contentious than simple cpu or board add. The gofsk command is something I added to support loading snapgear/uClinux-dist style raw filesystem+kernel images. The image itself is a simple concatenation of a root filesystem and a kernel. Typically it is used with a CRAMfs root filesystem. The primary motivator for not having any header on this image is that it can be dumped directly into an MTD flash partition, and it can be directly mounted as the root filesystem. For known filesystem types (like CRAMfs and ROMfs) the loader simply looks over the filesystem to get to the kernel for boot time starting. Patch attached is my current implementation of this. Is this something that you would allow into the main tree? Regards Greg ------------------------------------------------------------------------ Greg Ungerer -- Chief Software Dude EMAIL: gerg at snapgear.com SnapGear -- a CyberGuard Company PHONE: +61 7 3435 2888 825 Stanley St, FAX: +61 7 3891 3630 Woolloongabba, QLD, 4102, Australia WEB: http://www.SnapGear.com -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: u-boot.gofsk.patch Url: http://lists.denx.de/pipermail/u-boot/attachments/20050521/f678dd7e/attachment.txt