Home | History | Annotate | Line # | Download | only in conf
std.ixm1200 revision 1.15
      1  1.15     skrll #	$NetBSD: std.ixm1200,v 1.15 2018/01/17 20:30:16 skrll 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.14      matt include		"arch/evbarm/conf/std.evbarm"
      7   1.1    ichiro 
      8   1.1    ichiro # Pull in IXM1200 config definitions.
      9  1.14      matt include		"arch/evbarm/conf/files.ixm1200"
     10   1.1    ichiro 
     11   1.1    ichiro options 	EXEC_AOUT
     12   1.6   thorpej 
     13  1.12  kiyohara options 	KERNEL_BASE_EXT=0xc0000000
     14   1.1    ichiro makeoptions	LOADADDRESS="0xC0200000"
     15   1.1    ichiro makeoptions	BOARDTYPE="ixm1200"
     16   1.5   thorpej makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.ixm1200"
     17   1.2    briggs 
     18   1.4   thorpej options 	ARM_INTR_IMPL="<arch/arm/ixp12x0/ixp12x0_intr.h>"
     19   1.1    ichiro 
     20   1.1    ichiro # We need to configure the PCI bus.
     21   1.1    ichiro options 	PCI_NETBSD_CONFIGURE
     22