Home | History | Annotate | Line # | Download | only in conf
std.mpcsa revision 1.3
      1 #	$NetBSD: std.mpcsa,v 1.3 2012/12/16 23:47:56 matt Exp $
      2 #
      3 # NetBSD/evbarm options for MPCSA evaluation board
      4 #
      5 
      6 machine	evbarm arm
      7 include		"arch/evbarm/conf/std.evbarm"
      8 
      9 # Pull in MPCSA config definitions.
     10 include		"arch/evbarm/conf/files.mpcsa"
     11 
     12 options		AT91RM9200	# enable AT91RM9200 support
     13 
     14 options 	EXEC_AOUT
     15 
     16 options 	ARM_GENERIC_TODR
     17 
     18 # timer speed
     19 options		HZ=1000
     20 
     21 
     22 options 	KERNEL_BASE_EXT=0xc0000000
     23 makeoptions	BOARDTYPE="mpcsa"
     24 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.mpcsa"
     25 makeoptions	KERNEL_BASE_PHYS=0x20200000
     26 makeoptions	KERNEL_BASE_VIRT=0xc0200000
     27 
     28 options 	ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>"
     29