11.33Smrg#	$NetBSD: COMPUTEXEVB,v 1.33 2017/09/14 07:58:40 mrg 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.30Snonakainclude "arch/evbsh3/conf/std.computexevb"
111.19Satatat
121.19Satatat#options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
131.1Smsaitoh
141.1Smsaitoh# Enable the hooks used for initializing the root memory-disk.
151.1Smsaitohoptions 	MEMORY_DISK_HOOKS
161.1Smsaitohoptions 	MEMORY_DISK_IS_ROOT	# force root on memory disk
171.1Smsaitohoptions 	MEMORY_DISK_SERVER=0	# no userspace memory disk support
181.17Slukemoptions 	MEMORY_DISK_ROOT_SIZE=3074	# size of memory disk, in blocks
191.29Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
201.1Smsaitoh
211.1Smsaitohmaxusers	32		# estimated number of users
221.1Smsaitoh
231.1Smsaitoh# CPU support.  At least one is REQUIRED.
241.14Suchoptions		SH3
251.12Slukemoptions 	SH7709A,SH7709A_BROKEN_IPR	# 100MHz
261.12Slukemoptions 	PCLOCK=25000000		# 25.000MHz
271.12Slukemoptions 	IOM_ROM_BEGIN=0x00000000
281.12Slukemoptions 	IOM_ROM_SIZE=0x00100000	# 1MB
291.20Suchoptions 	IOM_RAM_BEGIN=0x0c000000
301.12Slukemoptions 	IOM_RAM_SIZE=0x01000000	# 16MB
311.12Slukemoptions 	LED_ADDR=0xb8000000
321.12Slukem
331.12Slukemoptions 	COMPUTEXEVB	# don't forget.
341.12Slukem
351.12Slukemoptions 	BSC_BCR1_VAL	=0x0008
361.12Slukemoptions 	BSC_BCR2_VAL	=0x3fd0
371.12Slukemoptions 	BSC_WCR1_VAL	=0x3ff3
381.12Slukemoptions 	BSC_WCR2_VAL	=0xffdf
391.12Slukemoptions 	BSC_MCR_VAL	=0x0004
401.12Slukemoptions 	BSC_SDMR3_VAL	=0xffffe088
411.12Slukemoptions 	BSC_RTCSR_VAL	=0xa508
421.12Slukemoptions 	BSC_RTCNT_VAL	=0xa500
431.12Slukemoptions 	BSC_RTCOR_VAL	=0xa582
441.12Slukemoptions 	FRQCR_VAL	=0x0122
451.12Slukemoptions 	PFC_SCPCR_VAL	=0x00aa
461.1Smsaitoh
471.12Slukemoptions 	HZ=50		# clock interrupt generates every 1/HZ sec
481.22Slukemoptions 	USERCONF	# userconf(4) support
491.23Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
501.1Smsaitoh
511.33Smrginclude 	"conf/compat_netbsd20.config"
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.32Sdhollandoptions 	WAPBL		# File system journaling support
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.31Shannkenpseudo-device	md			# memory disk device (ramdisk)
771.6Sjdolecekpseudo-device	pty			# pseudo-terminals
781.21Slukempseudo-device	clockctl		# user control of clock subsystem
79