Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: SATO Kazumi <sato@netbsd.org>
List: source-changes
Date: 04/20/2001 13:15:04
Module Name:	syssrc
Committed By:	sato
Date:		Fri Apr 20 10:15:03 UTC 2001

Modified Files:
	syssrc/sys/arch/hpc/conf: files.hpc platid.def
	syssrc/sys/arch/hpc/hpc: platid_mask.c platid_name.c
	syssrc/sys/arch/hpc/hpc/platid_gen: platid_gen.c
	syssrc/sys/arch/hpc/include: platid_generated.h platid_mask.h

Log Message:
- add VR4181 and VR4122 cpu for hpcmips. and regen headers.
- add new option 'options BOOT_STANDALONE'
	boot from standalone(not WinCE application) boot loader.
- add new option 'options SPEC_PLATFORM'
	statically specify platid in config file.
	In BOOT_STANDALONE case,
	'options SPEC_PLATFORM=platid_mask_MACH_xxx_yyy',
	and add 'options SPEC_MACH_xxx'&'options SPEC_MACH_xxx_yyy'.
	for  specify platid in config file statically'
	In wince boot case, 'options SPEC_PLATFORM'
	and add 'options SPEC_MACH_xxx'&'options SPEC_MACH_xxx_yyy' for
	config level size optimization.
XXX: now I working in hpcmips...


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/hpc/conf/files.hpc
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/hpc/conf/platid.def
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/hpc/hpc/platid_mask.c \
    syssrc/sys/arch/hpc/hpc/platid_name.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/hpc/hpc/platid_gen/platid_gen.c
cvs rdiff -r1.6 -r1.7 syssrc/sys/arch/hpc/include/platid_generated.h \
    syssrc/sys/arch/hpc/include/platid_mask.h

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