Home | History | Annotate | Line # | Download | only in conf
std.dreamcast revision 1.4
      1  1.4  thorpej # $NetBSD: std.dreamcast,v 1.4 2002/05/03 01:36:02 thorpej 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.1   marcus 
      7  1.3    lukem options 	EXEC_SCRIPT	# exec #! scripts
      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.4  thorpej options 	IOM_RAM_BEGIN=0x8c000000
     17  1.4  thorpej options 	IOM_RAM_SIZE=0x01000000         # 16MB
     18  1.2   itojun 
     19  1.2   itojun makeoptions	ENDIAN="-EL"
     20  1.3    lukem makeoptions	LDSCRIPTBASE="shl.x"	# for little endian
     21