1 1.9 tsutsui # $NetBSD: std.dreamcast,v 1.9 2010/10/13 10:56:56 tsutsui 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.9 tsutsui include "conf/std" # MI standard options 7 1.9 tsutsui 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