Home | History | Annotate | Line # | Download | only in conf
std.ixm1200 revision 1.4
      1  1.4  thorpej #	$NetBSD: std.ixm1200,v 1.4 2003/01/03 01:08:04 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.1   ichiro 
     17  1.1   ichiro makeoptions	LOADADDRESS="0xC0200000"
     18  1.1   ichiro makeoptions	BOARDTYPE="ixm1200"
     19  1.2   briggs 
     20  1.4  thorpej options 	ARM_INTR_IMPL="<arch/arm/ixp12x0/ixp12x0_intr.h>"
     21  1.1   ichiro 
     22  1.1   ichiro # We need to configure the PCI bus.
     23  1.1   ichiro options 	PCI_NETBSD_CONFIGURE
     24