Subject: CVS commit: syssrc/sys/arch/hp300/stand
To: None <source-changes@netbsd.org>
From: Gregory McGarry <gmcgarry@netbsd.org>
List: source-changes
Date: 03/16/2002 08:20:09
Module Name:	syssrc
Committed By:	gmcgarry
Date:		Sat Mar 16 06:20:08 UTC 2002

Modified Files:
	syssrc/sys/arch/hp300/stand: Makefile.buildboot
	syssrc/sys/arch/hp300/stand/common: samachdep.h
	syssrc/sys/arch/hp300/stand/inst: inst.c
	syssrc/sys/arch/hp300/stand/uboot: uboot.c
Added Files:
	syssrc/sys/arch/hp300/stand/common: exec.c

Log Message:
Move exec_hp300() out of uboot.c into its own file so that it can
be used by SYS_INST.  SYS_INST can now boot ELF kernels inside the
miniroot.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/hp300/stand/Makefile.buildboot
cvs rdiff -r0 -r1.1 syssrc/sys/arch/hp300/stand/common/exec.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/hp300/stand/common/samachdep.h
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/hp300/stand/inst/inst.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/hp300/stand/uboot/uboot.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.