CQREEKSH3 revision 1.31
11.31Snonaka#	$NetBSD: CQREEKSH3,v 1.31 2010/04/06 15:54:30 nonaka 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.31Snonakainclude "arch/evbsh3/conf/std.cqreeksh3"
111.20Satatat
121.20Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
131.1Sitojun
141.1Sitojun# Enable the hooks used for initializing the root memory-disk.
151.1Sitojunoptions 	MEMORY_DISK_HOOKS
161.1Sitojunoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
171.1Sitojunoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
181.18Slukemoptions 	MEMORY_DISK_ROOT_SIZE=2400	# size of memory disk, in blocks
191.30Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
201.1Sitojun
211.13Slukemoptions 	ROMIMAGE
221.1Sitojun
231.1Sitojunmaxusers	32		# estimated number of users
241.1Sitojun
251.1Sitojun# CPU support.  At least one is REQUIRED.
261.15Suchoptions		SH3
271.13Slukemoptions 	SH7708		# 100MHz
281.13Slukemoptions 	PCLOCK=15000000		# 15.000MHz
291.13Slukemoptions 	IOM_ROM_BEGIN=0x00000000
301.13Slukemoptions 	IOM_ROM_SIZE=0x00200000	# 2MB
311.21Suchoptions 	IOM_RAM_BEGIN=0x0c000000
321.13Slukemoptions 	IOM_RAM_SIZE=0x00400000	# 4MB
331.13Slukemoptions 	LED_ADDR=0xa8000000
341.13Slukem
351.13Slukemoptions 	BSC_BCR1_VAL	=0x0010
361.13Slukemoptions 	BSC_BCR2_VAL	=0x3ddc
371.13Slukemoptions 	BSC_WCR1_VAL	=0x2aaa
381.13Slukemoptions 	BSC_WCR2_VAL	=0x0246
391.13Slukemoptions 	BSC_MCR_VAL	=0x0074
401.13Slukemoptions 	BSC_RTCSR_VAL	=0xa510
411.13Slukemoptions 	BSC_RTCNT_VAL	=0xa500	# XXX
421.13Slukemoptions 	BSC_RTCOR_VAL	=0xa53a
431.13Slukemoptions 	FRQCR_VAL	=0x0102
441.1Sitojun
451.13Slukemoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
461.23Slukemoptions 	USERCONF	# userconf(4) support
471.24Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
481.1Sitojun
491.1Sitojun# Compatibility options
501.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
511.25Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
521.1Sitojun
531.1Sitojun# Executable format options
541.5Smsaitohoptions 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
551.1Sitojun
561.1Sitojun# File systems
571.1Sitojunfile-system 	FFS		# UFS
581.27Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
591.29Ssimonboptions 	WAPBL		# File system journaling support - Experimental
601.1Sitojun
611.1Sitojun# Kernel root file system and dump configuration.
621.1Sitojunconfig		netbsd	root on ? type ?
631.1Sitojun
641.1Sitojun#
651.1Sitojun# Device configuration
661.1Sitojun#
671.1Sitojunmainbus0 at root
681.1Sitojunshb* at mainbus?
691.28Suwertc0 at shb?
701.17Suchwdog0 at shb?
711.13Slukemoptions 	SCICONSOLE,SCICN_SPEED=38400
721.17Suchsci0 at shb?
731.1Sitojun
741.1Sitojun# Pseudo-Devices
751.1Sitojunpseudo-device	md		1	# memory disk device (ramdisk)
761.9Sjdolecekpseudo-device	pty			# pseudo-terminals
771.22Slukempseudo-device	clockctl		# user control of clock subsystem
78