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