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