COMPUTEX7750 revision 1.28
11.28Snonaka#	$NetBSD: COMPUTEX7750,v 1.28 2010/04/06 15:54:30 nonaka Exp $
21.1Smsaitoh#
31.1Smsaitoh#	GENERIC -- everything that's currently supported
41.1Smsaitoh#
51.1Smsaitoh
61.8Sitojun# for big endian
71.8Sitojuninclude "arch/evbsh3/conf/std.evbsh3.eb"
81.8Sitojun# for little endian
91.8Sitojun#include "arch/evbsh3/conf/std.evbsh3.el"
101.28Snonakainclude "arch/evbsh3/conf/std.computex7750"
111.17Satatat
121.17Satatat#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.14Slukemoptions 	MEMORY_DISK_ROOT_SIZE=2880	# size of memory disk, in blocks
191.27Sjymoptions 	MEMORY_DISK_RBFLAGS=RB_SINGLE	# boot in single-user mode
201.1Smsaitoh
211.1Smsaitohmaxusers	16		# estimated number of users
221.1Smsaitoh
231.1Smsaitoh# CPU support
241.1Smsaitohoptions 	SH7750
251.9Slukemoptions 	SH4
261.9Slukemoptions 	PCLOCK=33333300			# 33.3333MHz
271.9Slukemoptions 	IOM_ROM_BEGIN=0x00000000
281.9Slukemoptions 	IOM_ROM_SIZE=0x00100000		# 1MB
291.18Suchoptions 	IOM_RAM_BEGIN=0x0c000000
301.9Slukemoptions 	IOM_RAM_SIZE=0x02000000		# 32MB
311.9Slukem
321.9Slukemoptions 	BSC_BCR1_VAL	=0x0000000c
331.9Slukemoptions 	BSC_BCR2_VAL	=0xff34
341.9Slukemoptions 	BSC_WCR1_VAL	=0x07770777
351.9Slukemoptions 	BSC_WCR2_VAL	=0xffff4e27
361.9Slukemoptions 	BSC_WCR3_VAL	=0x07777777
371.9Slukem#options 	BSC_MCR_VAL	=0xc0010014
381.9Slukemoptions 	BSC_MCR_VAL	=0x80010014
391.9Slukem#options 	BSC_PCR_VAL	=0x08eb
401.9Slukemoptions 	BSC_RTCSR_VAL	=0xa508
411.9Slukem#options 	BSC_RTCNT_VAL	=0xa500
421.9Slukemoptions 	BSC_RTCOR_VAL	=0xa582
431.9Slukem#options 	BSC_RFCR_VAL	=0xa400
441.9Slukemoptions 	FRQCR_VAL	=0x0e23
451.9Slukemoptions 	BSC_SDMR3_VAL	=0xff940110
461.1Smsaitoh
471.9Slukemoptions 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
481.1Smsaitohoptions 	HZ=64		# clock interrupt generates every 1/HZ sec
491.20Slukemoptions 	USERCONF	# userconf(4) support
501.21Satatat#options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
511.1Smsaitoh
521.1Smsaitoh# Compatibility options
531.1Smsaitohoptions 	COMPAT_43	# and 4.3BSD
541.22Schristosoptions		COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
551.1Smsaitoh
561.1Smsaitoh# Executable format options
571.1Smsaitohoptions 	EXEC_COFF	# COFF executables
581.1Smsaitoh
591.1Smsaitoh# File systems
601.1Smsaitohfile-system 	FFS		# UFS
611.24Stsutsuioptions 	FFS_NO_SNAPSHOT	# No FFS snapshot support
621.26Ssimonboptions 	WAPBL		# File system journaling support - Experimental
631.1Smsaitoh
641.1Smsaitoh# Kernel root file system and dump configuration.
651.13Suchconfig		netbsd	root on ? type ?
661.1Smsaitoh
671.1Smsaitoh#
681.1Smsaitoh# Device configuration
691.1Smsaitoh#
701.1Smsaitohmainbus0 at root
711.1Smsaitohshb*	at mainbus?
721.25Suwertc0	at shb?
731.1Smsaitoh
741.1Smsaitoh# Serial Devices
751.1Smsaitoh
761.9Slukemoptions 	SCICONSOLE,SCICN_SPEED=115200
771.13Suchsci0 at shb?
781.1Smsaitoh
791.1Smsaitohpseudo-device	md		1	# memory disk device (ramdisk)
801.19Slukempseudo-device	clockctl		# user control of clock subsystem
81