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