Home | History | Annotate | Line # | Download | only in conf
std.dreamcast revision 1.8.86.1
      1  1.8.86.1  uebayasi # $NetBSD: std.dreamcast,v 1.8.86.1 2010/10/22 07:21:10 uebayasi Exp $
      2       1.1    marcus #
      3       1.1    marcus # standard, required NetBSD/dreamcast 'options'
      4       1.3     lukem 
      5       1.1    marcus machine dreamcast sh3
      6  1.8.86.1  uebayasi include		"conf/std"			# MI standard options
      7  1.8.86.1  uebayasi include		"arch/sh3/conf/std.sh3"		# arch standard options
      8       1.4   thorpej 
      9       1.4   thorpej # CPU support
     10       1.4   thorpej options 	SH4
     11       1.4   thorpej options 	SH7750
     12       1.4   thorpej options 	PCLOCK=49900000			# 50MHz
     13       1.4   thorpej #options 	PCLOCK=50000000			# 50MHz 
     14       1.4   thorpej options 	IOM_ROM_BEGIN=0x00000000
     15       1.4   thorpej options 	IOM_ROM_SIZE=0x00100000         # 1MB
     16       1.5       uch options 	IOM_RAM_BEGIN=0x0c000000
     17       1.4   thorpej options 	IOM_RAM_SIZE=0x01000000         # 16MB
     18       1.2    itojun 
     19       1.2    itojun makeoptions	ENDIAN="-EL"
     20       1.8  uebayasi makeoptions	DEFTEXTADDR="0x8c001000"
     21