Home | History | Annotate | Line # | Download | only in conf
std.mpcsa revision 1.2
      1 #
      2 # NetBSD/evbarm options for MPCSA evaluation board
      3 #
      4 
      5 machine	evbarm arm
      6 include		"conf/std"	# MI standard options
      7 
      8 # Pull in MPCSA config definitions.
      9 include		"arch/evbarm/conf/files.mpcsa"
     10 
     11 options		AT91RM9200	# enable AT91RM9200 support
     12 
     13 options 	EXEC_ELF32
     14 options 	EXEC_AOUT
     15 options 	EXEC_SCRIPT
     16 
     17 # To support easy transit to ../arch/arm/arm32
     18 options 	ARM32
     19 options 	ARM_GENERIC_TODR
     20 
     21 # timer speed
     22 options		HZ=1000
     23 
     24 
     25 options 	KERNEL_BASE_EXT=0xc0000000
     26 makeoptions	BOARDTYPE="mpcsa"
     27 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.mpcsa"
     28 makeoptions	KERNEL_BASE_PHYS=0x20200000
     29 makeoptions	KERNEL_BASE_VIRT=0xc0200000
     30 
     31 options 	ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>"
     32