Subject: CVS commit: syssrc/sys/arch/evbarm/stand/gzboot
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/23/2002 07:41:15
Module Name: syssrc
Committed By: thorpej
Date: Sat Feb 23 05:41:15 UTC 2002
Added Files:
syssrc/sys/arch/evbarm/stand/gzboot: Makefile.gzboot gzboot.c gzboot.h
image.c srtbegin.S version
Log Message:
gzboot -- boot a gzip'd kernel image. This is useful for booting
compressed kernel images from flash.
This needs more work, but is a good first-pass.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/arch/evbarm/stand/gzboot/Makefile.gzboot \
syssrc/sys/arch/evbarm/stand/gzboot/gzboot.c \
syssrc/sys/arch/evbarm/stand/gzboot/gzboot.h \
syssrc/sys/arch/evbarm/stand/gzboot/image.c \
syssrc/sys/arch/evbarm/stand/gzboot/srtbegin.S \
syssrc/sys/arch/evbarm/stand/gzboot/version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.