Home | History | Annotate | Line # | Download | only in conf
      1 #       $NetBSD: std.t_sh7706lan,v 1.1 2010/04/06 15:54:30 nonaka Exp $
      2 #
      3 # standard NetBSD/evbsh3 for SH7706LAN options
      4 
      5 # Pull in SH7706LAN config definitions.
      6 include "arch/evbsh3/conf/files.t_sh7706lan"
      7 
      8 options 	EXEC_COFF
      9 
     10 options 	SH3
     11 options 	SH7706			# 132MHz
     12 options 	PCLOCK=32000000		# 32.000MHz
     13 
     14 options 	IOM_ROM_BEGIN=0x00000000
     15 options 	IOM_ROM_SIZE=0x00080000 # 512KiB
     16 options 	IOM_RAM_BEGIN=0x0c000000
     17 options 	IOM_RAM_SIZE=0x02000000 # 32MiB
     18 
     19 options 	DONT_INIT_BSC
     20 #options 	BSC_BCR1_VAL=0x7808
     21 #options 	BSC_BCR2_VAL=0x2980
     22 #options 	BSC_WCR1_VAL=0x3ff3
     23 #options 	BSC_WCR2_VAL=0xffff
     24 #options 	BSC_MCR_VAL=0x526c
     25 #options 	BSC_RTCSR_VAL=0x000c
     26 #options 	BSC_RTCOR_VAL=0x0040
     27 #options 	FRQCR_VAL=0x0101
     28 
     29 options 	EVBSH3_BOARDTYPE=t_sh7706lan
     30 makeoptions	BOARDTYPE="t_sh7706lan"
     31 makeoptions	BOARDMKFRAG="${THISSH3}/conf/mk.t_sh7706lan"
     32