Home | History | Annotate | Line # | Download | only in conf
std.dreamcast revision 1.6
      1  1.6     yamt # $NetBSD: std.dreamcast,v 1.6 2005/09/17 09:44:06 yamt 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.6     yamt include		"conf/std"	# MI standard options
      7  1.1   marcus 
      8  1.3    lukem options 	EXEC_SCRIPT	# exec #! scripts
      9  1.4  thorpej 
     10  1.4  thorpej # CPU support
     11  1.4  thorpej options 	SH4
     12  1.4  thorpej options 	SH7750
     13  1.4  thorpej options 	PCLOCK=49900000			# 50MHz
     14  1.4  thorpej #options 	PCLOCK=50000000			# 50MHz 
     15  1.4  thorpej options 	IOM_ROM_BEGIN=0x00000000
     16  1.4  thorpej options 	IOM_ROM_SIZE=0x00100000         # 1MB
     17  1.5      uch options 	IOM_RAM_BEGIN=0x0c000000
     18  1.4  thorpej options 	IOM_RAM_SIZE=0x01000000         # 16MB
     19  1.2   itojun 
     20  1.2   itojun makeoptions	ENDIAN="-EL"
     21  1.3    lukem makeoptions	LDSCRIPTBASE="shl.x"	# for little endian
     22