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