CQREEKSH3 revision 1.30
11.30Sjym#	$NetBSD: CQREEKSH3,v 1.30 2009/02/06 18:50:27 jym Exp $
21.1Sitojun#
31.1Sitojun#	GENERIC -- everything that's currently supported
41.1Sitojun#
51.1Sitojun
61.10Sitojun# for big endian
71.10Sitojuninclude "arch/evbsh3/conf/std.evbsh3.eb"
81.10Sitojun# for little endian
91.10Sitojun#include "arch/evbsh3/conf/std.evbsh3.el"
101.20Satatat
111.20Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
121.1Sitojun
131.1Sitojun# Enable the hooks used for initializing the root memory-disk.
141.1Sitojunoptions 	MEMORY_DISK_HOOKS
151.1Sitojunoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
161.1Sitojunoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
171.18Slukemoptions 	MEMORY_DISK_ROOT_SIZE=2400	# size of memory disk, in blocks
181.30Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
191.1Sitojun
201.13Slukemoptions 	ROMIMAGE
211.1Sitojun
221.1Sitojunmaxusers	32		# estimated number of users
231.1Sitojun
241.1Sitojun# CPU support.  At least one is REQUIRED.
251.15Suchoptions		SH3
261.13Slukemoptions 	SH7708		# 100MHz
271.13Slukemoptions 	PCLOCK=15000000		# 15.000MHz
281.13Slukemoptions 	IOM_ROM_BEGIN=0x00000000
291.13Slukemoptions 	IOM_ROM_SIZE=0x00200000	# 2MB
301.21Suchoptions 	IOM_RAM_BEGIN=0x0c000000
311.13Slukemoptions 	IOM_RAM_SIZE=0x00400000	# 4MB
321.13Slukemoptions 	LED_ADDR=0xa8000000
331.13Slukem
341.13Slukemoptions 	BSC_BCR1_VAL	=0x0010
351.13Slukemoptions 	BSC_BCR2_VAL	=0x3ddc
361.13Slukemoptions 	BSC_WCR1_VAL	=0x2aaa
371.13Slukemoptions 	BSC_WCR2_VAL	=0x0246
381.13Slukemoptions 	BSC_MCR_VAL	=0x0074
391.13Slukemoptions 	BSC_RTCSR_VAL	=0xa510
401.13Slukemoptions 	BSC_RTCNT_VAL	=0xa500	# XXX
411.13Slukemoptions 	BSC_RTCOR_VAL	=0xa53a
421.13Slukemoptions 	FRQCR_VAL	=0x0102
431.1Sitojun
441.13Slukemoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
451.23Slukemoptions 	USERCONF	# userconf(4) support
461.24Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
471.1Sitojun
481.1Sitojun# Compatibility options
491.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
501.25Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
511.1Sitojun
521.1Sitojun# Executable format options
531.5Smsaitohoptions 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
541.1Sitojun
551.1Sitojun# File systems
561.1Sitojunfile-system 	FFS		# UFS
571.27Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
581.29Ssimonboptions 	WAPBL		# File system journaling support - Experimental
591.1Sitojun
601.1Sitojun# Kernel root file system and dump configuration.
611.1Sitojunconfig		netbsd	root on ? type ?
621.1Sitojun
631.1Sitojun#
641.1Sitojun# Device configuration
651.1Sitojun#
661.1Sitojunmainbus0 at root
671.1Sitojunshb* at mainbus?
681.28Suwertc0 at shb?
691.17Suchwdog0 at shb?
701.13Slukemoptions 	SCICONSOLE,SCICN_SPEED=38400
711.17Suchsci0 at shb?
721.1Sitojun
731.1Sitojun# Pseudo-Devices
741.1Sitojunpseudo-device	md		1	# memory disk device (ramdisk)
751.9Sjdolecekpseudo-device	pty			# pseudo-terminals
761.22Slukempseudo-device	clockctl		# user control of clock subsystem
77