CQREEKSH3 revision 1.28
11.28Suwe#	$NetBSD: CQREEKSH3,v 1.28 2006/09/20 00:41:12 uwe 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.1Sitojun
191.13Slukemoptions 	ROMIMAGE
201.1Sitojun
211.1Sitojunmaxusers	32		# estimated number of users
221.1Sitojun
231.1Sitojun# CPU support.  At least one is REQUIRED.
241.15Suchoptions		SH3
251.13Slukemoptions 	SH7708		# 100MHz
261.13Slukemoptions 	PCLOCK=15000000		# 15.000MHz
271.13Slukemoptions 	IOM_ROM_BEGIN=0x00000000
281.13Slukemoptions 	IOM_ROM_SIZE=0x00200000	# 2MB
291.21Suchoptions 	IOM_RAM_BEGIN=0x0c000000
301.13Slukemoptions 	IOM_RAM_SIZE=0x00400000	# 4MB
311.13Slukemoptions 	LED_ADDR=0xa8000000
321.13Slukem
331.13Slukemoptions 	BSC_BCR1_VAL	=0x0010
341.13Slukemoptions 	BSC_BCR2_VAL	=0x3ddc
351.13Slukemoptions 	BSC_WCR1_VAL	=0x2aaa
361.13Slukemoptions 	BSC_WCR2_VAL	=0x0246
371.13Slukemoptions 	BSC_MCR_VAL	=0x0074
381.13Slukemoptions 	BSC_RTCSR_VAL	=0xa510
391.13Slukemoptions 	BSC_RTCNT_VAL	=0xa500	# XXX
401.13Slukemoptions 	BSC_RTCOR_VAL	=0xa53a
411.13Slukemoptions 	FRQCR_VAL	=0x0102
421.1Sitojun
431.13Slukemoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
441.23Slukemoptions 	USERCONF	# userconf(4) support
451.24Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
461.1Sitojun
471.1Sitojun# Compatibility options
481.1Sitojunoptions 	COMPAT_43	# and 4.3BSD
491.25Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
501.1Sitojun
511.1Sitojun# Executable format options
521.5Smsaitohoptions 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
531.1Sitojun
541.1Sitojun# File systems
551.1Sitojunfile-system 	FFS		# UFS
561.27Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
571.1Sitojun
581.1Sitojun# Kernel root file system and dump configuration.
591.1Sitojunconfig		netbsd	root on ? type ?
601.1Sitojun
611.1Sitojun#
621.1Sitojun# Device configuration
631.1Sitojun#
641.1Sitojunmainbus0 at root
651.1Sitojunshb* at mainbus?
661.28Suwertc0 at shb?
671.17Suchwdog0 at shb?
681.13Slukemoptions 	SCICONSOLE,SCICN_SPEED=38400
691.17Suchsci0 at shb?
701.1Sitojun
711.1Sitojun# Pseudo-Devices
721.1Sitojunpseudo-device	md		1	# memory disk device (ramdisk)
731.9Sjdolecekpseudo-device	pty			# pseudo-terminals
741.22Slukempseudo-device	clockctl		# user control of clock subsystem
75