COMPUTEXEVB revision 1.31
11.31Shannken# $NetBSD: COMPUTEXEVB,v 1.31 2010/11/23 11:13:58 hannken 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.1Smsaitohoptions COMPAT_43 # and 4.3BSD 521.24Schristosoptions COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 531.1Smsaitoh 541.1Smsaitoh# Executable format options 551.2Smsaitohoptions EXEC_COFF # 32-bit COFF executables (sh-compiler) 561.1Smsaitoh 571.1Smsaitoh# File systems 581.1Smsaitohfile-system FFS # UFS 591.26Stsutsuioptions FFS_NO_SNAPSHOT # No FFS snapshot support 601.28Ssimonboptions WAPBL # File system journaling support - Experimental 611.1Smsaitoh 621.1Smsaitoh# Kernel root file system and dump configuration. 631.1Smsaitohconfig netbsd root on ? type ? 641.1Smsaitoh 651.1Smsaitoh# 661.1Smsaitoh# Device configuration 671.1Smsaitoh# 681.1Smsaitohmainbus0 at root 691.1Smsaitoh 701.1Smsaitohshb* at mainbus? 711.27Suwertc0 at shb? 721.16Suchwdog0 at shb? 731.12Slukemoptions SCIFCONSOLE,SCIFCN_SPEED=115200 741.16Suchscif0 at shb? 751.1Smsaitoh 761.1Smsaitoh# disk/mass storage pseudo-devices 771.31Shannkenpseudo-device md # memory disk device (ramdisk) 781.6Sjdolecekpseudo-device pty # pseudo-terminals 791.21Slukempseudo-device clockctl # user control of clock subsystem 80