Home | History | Annotate | Line # | Download | only in conf
std.ixm1200 revision 1.11
      1  1.11     matt #	$NetBSD: std.ixm1200,v 1.11 2008/05/09 00:08:37 matt 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.8     yamt include		"conf/std"	# MI standard options
      7  1.10    chris include		"arch/arm/conf/std.arm"	# arch standard options
      8   1.1   ichiro 
      9   1.1   ichiro # Pull in IXM1200 config definitions.
     10   1.1   ichiro include "arch/evbarm/conf/files.ixm1200"
     11   1.1   ichiro 
     12   1.1   ichiro options 	EXEC_ELF32
     13   1.1   ichiro options 	EXEC_AOUT
     14   1.1   ichiro options 	EXEC_SCRIPT
     15   1.1   ichiro 
     16   1.1   ichiro # To support easy transit to ../arch/arm/arm32
     17   1.1   ichiro options 	ARM32
     18   1.6  thorpej 
     19   1.6  thorpej #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     20   1.1   ichiro 
     21  1.11     matt options 	KERNEL_EXT_BASE=0xc0000000
     22   1.1   ichiro makeoptions	LOADADDRESS="0xC0200000"
     23   1.1   ichiro makeoptions	BOARDTYPE="ixm1200"
     24   1.5  thorpej makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.ixm1200"
     25   1.2   briggs 
     26   1.4  thorpej options 	ARM_INTR_IMPL="<arch/arm/ixp12x0/ixp12x0_intr.h>"
     27   1.1   ichiro 
     28   1.1   ichiro # We need to configure the PCI bus.
     29   1.1   ichiro options 	PCI_NETBSD_CONFIGURE
     30