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