[U-Boot-Users] [PATCH] add OpenGear CM4008 board support

Greg Ungerer gerg at moreton.com.au
Fri May 20 16:15:20 CEST 2005


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 


More information about the U-Boot mailing list