COMPUTEXEVB revision 1.29
11.29Sjym#	$NetBSD: COMPUTEXEVB,v 1.29 2009/02/06 18:50:27 jym Exp $
21.1Smsaitoh#
31.1Smsaitoh#	GENERIC -- everything that's currently supported
41.1Smsaitoh#
51.1Smsaitoh
61.9Sitojun# for big endian
71.9Sitojuninclude "arch/evbsh3/conf/std.evbsh3.eb"
81.9Sitojun# for little endian
91.9Sitojun#include "arch/evbsh3/conf/std.evbsh3.el"
101.19Satatat
111.19Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
121.1Smsaitoh
131.1Smsaitoh# Enable the hooks used for initializing the root memory-disk.
141.1Smsaitohoptions 	MEMORY_DISK_HOOKS
151.1Smsaitohoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
161.1Smsaitohoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
171.17Slukemoptions 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
181.29Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
191.1Smsaitoh
201.1Smsaitohmaxusers	32		# estimated number of users
211.1Smsaitoh
221.1Smsaitoh# CPU support.  At least one is REQUIRED.
231.14Suchoptions		SH3
241.12Slukemoptions 	SH7709A,SH7709A_BROKEN_IPR	# 100MHz
251.12Slukemoptions 	PCLOCK=25000000		# 25.000MHz
261.12Slukemoptions 	IOM_ROM_BEGIN=0x00000000
271.12Slukemoptions 	IOM_ROM_SIZE=0x00100000	# 1MB
281.20Suchoptions 	IOM_RAM_BEGIN=0x0c000000
291.12Slukemoptions 	IOM_RAM_SIZE=0x01000000	# 16MB
301.12Slukemoptions 	LED_ADDR=0xb8000000
311.12Slukem
321.12Slukemoptions 	COMPUTEXEVB	# don't forget.
331.12Slukem
341.12Slukemoptions 	BSC_BCR1_VAL	=0x0008
351.12Slukemoptions 	BSC_BCR2_VAL	=0x3fd0
361.12Slukemoptions 	BSC_WCR1_VAL	=0x3ff3
371.12Slukemoptions 	BSC_WCR2_VAL	=0xffdf
381.12Slukemoptions 	BSC_MCR_VAL	=0x0004
391.12Slukemoptions 	BSC_SDMR3_VAL	=0xffffe088
401.12Slukemoptions 	BSC_RTCSR_VAL	=0xa508
411.12Slukemoptions 	BSC_RTCNT_VAL	=0xa500
421.12Slukemoptions 	BSC_RTCOR_VAL	=0xa582
431.12Slukemoptions 	FRQCR_VAL	=0x0122
441.12Slukemoptions 	PFC_SCPCR_VAL	=0x00aa
451.1Smsaitoh
461.12Slukemoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
471.22Slukemoptions 	USERCONF	# userconf(4) support
481.23Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
491.1Smsaitoh
501.1Smsaitohoptions 	COMPAT_43	# and 4.3BSD
511.24Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
521.1Smsaitoh
531.1Smsaitoh# Executable format options
541.2Smsaitohoptions 	EXEC_COFF	# 32-bit COFF executables (sh-compiler)
551.1Smsaitoh
561.1Smsaitoh# File systems
571.1Smsaitohfile-system 	FFS		# UFS
581.26Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
591.28Ssimonboptions 	WAPBL		# File system journaling support - Experimental
601.1Smsaitoh
611.1Smsaitoh# Kernel root file system and dump configuration.
621.1Smsaitohconfig		netbsd	root on ? type ?
631.1Smsaitoh
641.1Smsaitoh#
651.1Smsaitoh# Device configuration
661.1Smsaitoh#
671.1Smsaitohmainbus0 at root
681.1Smsaitoh
691.1Smsaitohshb* at mainbus?
701.27Suwertc0 at shb?
711.16Suchwdog0 at shb?
721.12Slukemoptions 	SCIFCONSOLE,SCIFCN_SPEED=115200
731.16Suchscif0 at shb?
741.1Smsaitoh
751.1Smsaitoh# disk/mass storage pseudo-devices
761.1Smsaitohpseudo-device	md		1	# memory disk device (ramdisk)
771.6Sjdolecekpseudo-device	pty			# pseudo-terminals
781.21Slukempseudo-device	clockctl		# user control of clock subsystem
79