Home | History | Annotate | Line # | Download | only in conf
std.ixm1200 revision 1.6
      1  1.6  thorpej #	$NetBSD: std.ixm1200,v 1.6 2003/05/03 00:39:21 thorpej Exp $
      2  1.1   ichiro #
      3  1.1   ichiro # standard NetBSD/evbarm for IXM1200 options
      4  1.1   ichiro 
      5  1.1   ichiro machine	evbarm arm
      6  1.1   ichiro 
      7  1.1   ichiro # Pull in IXM1200 config definitions.
      8  1.1   ichiro include "arch/evbarm/conf/files.ixm1200"
      9  1.1   ichiro 
     10  1.1   ichiro options 	EXEC_ELF32
     11  1.1   ichiro options 	EXEC_AOUT
     12  1.1   ichiro options 	EXEC_SCRIPT
     13  1.1   ichiro 
     14  1.1   ichiro # To support easy transit to ../arch/arm/arm32
     15  1.1   ichiro options 	ARM32
     16  1.6  thorpej 
     17  1.6  thorpej # New pmap options are standard on this board
     18  1.6  thorpej options 	ARM32_PMAP_NEW
     19  1.6  thorpej #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     20  1.1   ichiro 
     21  1.1   ichiro makeoptions	LOADADDRESS="0xC0200000"
     22  1.1   ichiro makeoptions	BOARDTYPE="ixm1200"
     23  1.5  thorpej makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.ixm1200"
     24  1.2   briggs 
     25  1.4  thorpej options 	ARM_INTR_IMPL="<arch/arm/ixp12x0/ixp12x0_intr.h>"
     26  1.1   ichiro 
     27  1.1   ichiro # We need to configure the PCI bus.
     28  1.1   ichiro options 	PCI_NETBSD_CONFIGURE
     29