Home | History | Annotate | Line # | Download | only in conf
std.mpcsa revision 1.1.2.1
      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 makeoptions	BOARDTYPE="mpcsa"
     26 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.mpcsa"
     27 makeoptions	KERNEL_BASE_PHYS=0x20200000
     28 makeoptions	KERNEL_BASE_VIRT=0xc0200000
     29 
     30 options 	ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>"
     31 
     32 include "dev/pcmcia/files.pcmcia"
     33