COMPUTEXEVB revision 1.23
11.23Satatat# $NetBSD: COMPUTEXEVB,v 1.23 2004/07/15 03:53:46 atatat 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.1Smsaitoh 191.1Smsaitohmaxusers 32 # estimated number of users 201.1Smsaitoh 211.1Smsaitoh# CPU support. At least one is REQUIRED. 221.14Suchoptions SH3 231.12Slukemoptions SH7709A,SH7709A_BROKEN_IPR # 100MHz 241.12Slukemoptions PCLOCK=25000000 # 25.000MHz 251.12Slukemoptions IOM_ROM_BEGIN=0x00000000 261.12Slukemoptions IOM_ROM_SIZE=0x00100000 # 1MB 271.20Suchoptions IOM_RAM_BEGIN=0x0c000000 281.12Slukemoptions IOM_RAM_SIZE=0x01000000 # 16MB 291.12Slukemoptions LED_ADDR=0xb8000000 301.12Slukem 311.12Slukemoptions COMPUTEXEVB # don't forget. 321.12Slukem 331.12Slukemoptions BSC_BCR1_VAL =0x0008 341.12Slukemoptions BSC_BCR2_VAL =0x3fd0 351.12Slukemoptions BSC_WCR1_VAL =0x3ff3 361.12Slukemoptions BSC_WCR2_VAL =0xffdf 371.12Slukemoptions BSC_MCR_VAL =0x0004 381.12Slukemoptions BSC_SDMR3_VAL =0xffffe088 391.12Slukemoptions BSC_RTCSR_VAL =0xa508 401.12Slukemoptions BSC_RTCNT_VAL =0xa500 411.12Slukemoptions BSC_RTCOR_VAL =0xa582 421.12Slukemoptions FRQCR_VAL =0x0122 431.12Slukemoptions PFC_SCPCR_VAL =0x00aa 441.1Smsaitoh 451.12Slukemoptions HZ=50 # clock interrupt generates every 1/HZ sec 461.22Slukemoptions USERCONF # userconf(4) support 471.23Satatat#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel 481.1Smsaitoh 491.1Smsaitohoptions COMPAT_43 # and 4.3BSD 501.1Smsaitoh 511.1Smsaitoh# Executable format options 521.2Smsaitohoptions EXEC_COFF # 32-bit COFF executables (sh-compiler) 531.1Smsaitoh 541.1Smsaitoh# File systems 551.1Smsaitohfile-system FFS # UFS 561.1Smsaitoh 571.1Smsaitoh# Kernel root file system and dump configuration. 581.1Smsaitohconfig netbsd root on ? type ? 591.1Smsaitoh 601.1Smsaitoh# 611.1Smsaitoh# Device configuration 621.1Smsaitoh# 631.1Smsaitohmainbus0 at root 641.1Smsaitoh 651.1Smsaitohshb* at mainbus? 661.16Suchwdog0 at shb? 671.12Slukemoptions SCIFCONSOLE,SCIFCN_SPEED=115200 681.16Suchscif0 at shb? 691.1Smsaitoh 701.1Smsaitoh# disk/mass storage pseudo-devices 711.1Smsaitohpseudo-device md 1 # memory disk device (ramdisk) 721.6Sjdolecekpseudo-device pty # pseudo-terminals 731.21Slukempseudo-device clockctl # user control of clock subsystem 74